diff options
| author | Xue Fuqiao | 2013-08-16 22:16:45 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-08-16 22:16:45 +0800 |
| commit | e4043ba039b64f2fd91cc3ec950b3d23031a87ce (patch) | |
| tree | 36d3f07191285b9e89531b3c9672421d38e01379 | |
| parent | 13c366c974f64168ffbffd751fe8c6fb946f3a69 (diff) | |
| download | emacs-e4043ba039b64f2fd91cc3ec950b3d23031a87ce.tar.gz emacs-e4043ba039b64f2fd91cc3ec950b3d23031a87ce.zip | |
Doc fix for `buffer-undo-list'.
| -rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 41c31244668..c5d9f5c8966 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * text.texi (Insertion): Refine. | 3 | * text.texi (Insertion): Refine. |
| 4 | (Margins): Add an index. | 4 | (Margins): Add an index. |
| 5 | (Undo): Doc fix for `buffer-undo-list'. | ||
| 5 | 6 | ||
| 6 | * positions.texi (Character Motion): | 7 | * positions.texi (Character Motion): |
| 7 | * markers.texi (Moving Markers): | 8 | * markers.texi (Moving Markers): |
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 3057b40066f..4e56c53107c 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -1289,8 +1289,8 @@ This is an extensible undo item, which is undone by calling | |||
| 1289 | @item (apply @var{delta} @var{beg} @var{end} @var{funname} . @var{args}) | 1289 | @item (apply @var{delta} @var{beg} @var{end} @var{funname} . @var{args}) |
| 1290 | This is an extensible undo item, which records a change limited to the | 1290 | This is an extensible undo item, which records a change limited to the |
| 1291 | range @var{beg} to @var{end}, which increased the size of the buffer | 1291 | range @var{beg} to @var{end}, which increased the size of the buffer |
| 1292 | by @var{delta}. It is undone by calling @var{funname} with arguments | 1292 | by @var{delta} bytes. It is undone by calling @var{funname} with |
| 1293 | @var{args}. | 1293 | arguments @var{args}. |
| 1294 | 1294 | ||
| 1295 | This kind of element enables undo limited to a region to determine | 1295 | This kind of element enables undo limited to a region to determine |
| 1296 | whether the element pertains to that region. | 1296 | whether the element pertains to that region. |
| @@ -3030,6 +3030,7 @@ Point}. | |||
| 3030 | 3030 | ||
| 3031 | @table @code | 3031 | @table @code |
| 3032 | @cindex property category of text character | 3032 | @cindex property category of text character |
| 3033 | @c FIXME: Isn't @kindex for keyboard commands? | ||
| 3033 | @kindex category @r{(text property)} | 3034 | @kindex category @r{(text property)} |
| 3034 | @item category | 3035 | @item category |
| 3035 | If a character has a @code{category} property, we call it the | 3036 | If a character has a @code{category} property, we call it the |