/[emacs]/emacs/src/buffer.c
ViewVC logotype

Diff of /emacs/src/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.471 by rms, Sat Jan 29 17:18:57 2005 UTC revision 1.472 by kfstorm, Mon Jan 31 22:45:12 2005 UTC
# Line 5782  An entry (nil PROPERTY VALUE BEG . END) Line 5782  An entry (nil PROPERTY VALUE BEG . END)
5782  was modified between BEG and END.  PROPERTY is the property name,  was modified between BEG and END.  PROPERTY is the property name,
5783  and VALUE is the old value.  and VALUE is the old value.
5784    
5785  An entry (FUN-NAME . ARGS) means undo the change with (apply FUN-NAME ARGS).  An entry (apply FUN-NAME . ARGS) means undo the change with
5786    \(apply FUN-NAME ARGS).
5787    
5788    An entry (apply DELTA BEG END FUN-NAME . ARGS) supports selective undo
5789    in the active region.  BEG and END is the range affected by this entry
5790    and DELTA is the number of bytes added or deleted in that range by
5791    this change.
5792    
5793  An entry (MARKER . DISTANCE) indicates that the marker MARKER  An entry (MARKER . DISTANCE) indicates that the marker MARKER
5794  was adjusted in position by the offset DISTANCE (an integer).  was adjusted in position by the offset DISTANCE (an integer).

Legend:
Removed from v.1.471  
changed lines
  Added in v.1.472

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26