Mercurial > emacs
changeset 1952:b0ec61f76511
(syms_of_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 24 Feb 1993 23:20:51 +0000 |
parents | ef257d7ca34a |
children | 714df59790af |
files | src/buffer.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Wed Feb 24 18:07:12 1993 +0000 +++ b/src/buffer.c Wed Feb 24 23:20:51 1993 +0000 @@ -1682,6 +1682,10 @@ modification count of the most recent save is different, this entry is\n\ obsolete.\n\ \n\ +An entry (nil PROP VAL BEG . END) indicates that a text property\n\ +was modified between BEG and END. PROP is the property name,\n\ +and VAL is the old value.\n\ +\n\ nil marks undo boundaries. The undo command treats the changes\n\ between two undo boundaries as a single step to be undone.\n\ \n\