aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1993-02-24 23:20:51 +0000
committerRichard M. Stallman1993-02-24 23:20:51 +0000
commit483c1fd3e22455bac410eb9f9405a067f4555b22 (patch)
tree5e696abf1d90e09813ff0cd38b415377a91929e5 /src/buffer.c
parentb26c217c091cdc3bcddebd013bb69c6aca0af82c (diff)
downloademacs-483c1fd3e22455bac410eb9f9405a067f4555b22.tar.gz
emacs-483c1fd3e22455bac410eb9f9405a067f4555b22.zip
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index f996015c459..9e21832bfa0 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1682,6 +1682,10 @@ previously unmodified. HIGHWORD and LOWWORD are the high and low\n\
1682modification count of the most recent save is different, this entry is\n\ 1682modification count of the most recent save is different, this entry is\n\
1683obsolete.\n\ 1683obsolete.\n\
1684\n\ 1684\n\
1685An entry (nil PROP VAL BEG . END) indicates that a text property\n\
1686was modified between BEG and END. PROP is the property name,\n\
1687and VAL is the old value.\n\
1688\n\
1685nil marks undo boundaries. The undo command treats the changes\n\ 1689nil marks undo boundaries. The undo command treats the changes\n\
1686between two undo boundaries as a single step to be undone.\n\ 1690between two undo boundaries as a single step to be undone.\n\
1687\n\ 1691\n\