Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e4043ba0
Commit
e4043ba0
authored
Aug 16, 2013
by
Xue Fuqiao
Browse files
Doc fix for `buffer-undo-list'.
parent
13c366c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+1
-0
doc/lispref/text.texi
doc/lispref/text.texi
+3
-2
No files found.
doc/lispref/ChangeLog
View file @
e4043ba0
...
...
@@ -2,6 +2,7 @@
* text.texi (Insertion): Refine.
(Margins): Add an index.
(Undo): Doc fix for `buffer-undo-list'.
* positions.texi (Character Motion):
* markers.texi (Moving Markers):
...
...
doc/lispref/text.texi
View file @
e4043ba0
...
...
@@ -1289,8 +1289,8 @@ This is an extensible undo item, which is undone by calling
@item (apply @var{delta} @var{beg} @var{end} @var{funname} . @var{args})
This is an extensible undo item, which records a change limited to the
range @var{beg} to @var{end}, which increased the size of the buffer
by @var{delta}. It is undone by calling @var{funname} with
arguments
@var{args}.
by @var{delta}
bytes
. It is undone by calling @var{funname} with
arguments
@var{args}.
This kind of element enables undo limited to a region to determine
whether the element pertains to that region.
...
...
@@ -3030,6 +3030,7 @@ Point}.
@table @code
@cindex property category of text character
@c FIXME: Isn't @kindex for keyboard commands?
@kindex category @r{(text property)}
@item category
If a character has a @code{category} property, we call it the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment