diff options
| author | Richard M. Stallman | 1993-02-24 23:20:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-02-24 23:20:51 +0000 |
| commit | 483c1fd3e22455bac410eb9f9405a067f4555b22 (patch) | |
| tree | 5e696abf1d90e09813ff0cd38b415377a91929e5 /src/buffer.c | |
| parent | b26c217c091cdc3bcddebd013bb69c6aca0af82c (diff) | |
| download | emacs-483c1fd3e22455bac410eb9f9405a067f4555b22.tar.gz emacs-483c1fd3e22455bac410eb9f9405a067f4555b22.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
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\ | |||
| 1682 | modification count of the most recent save is different, this entry is\n\ | 1682 | modification count of the most recent save is different, this entry is\n\ |
| 1683 | obsolete.\n\ | 1683 | obsolete.\n\ |
| 1684 | \n\ | 1684 | \n\ |
| 1685 | An entry (nil PROP VAL BEG . END) indicates that a text property\n\ | ||
| 1686 | was modified between BEG and END. PROP is the property name,\n\ | ||
| 1687 | and VAL is the old value.\n\ | ||
| 1688 | \n\ | ||
| 1685 | nil marks undo boundaries. The undo command treats the changes\n\ | 1689 | nil marks undo boundaries. The undo command treats the changes\n\ |
| 1686 | between two undo boundaries as a single step to be undone.\n\ | 1690 | between two undo boundaries as a single step to be undone.\n\ |
| 1687 | \n\ | 1691 | \n\ |