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
254408ca
Commit
254408ca
authored
Jun 17, 2013
by
Juanma Barranquero
Browse files
doc/lispref/text.texi (Undo, Changing Properties): Fix typos.
parent
551e07e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/text.texi
doc/lispref/text.texi
+2
-2
No files found.
doc/lispref/ChangeLog
View file @
254408ca
2013-06-17 Juanma Barranquero <lekktu@gmail.com>
* text.texi (Undo, Changing Properties): Fix typos.
2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
* text.texi (Changing Properties): Document `add-face-text-property'.
...
...
doc/lispref/text.texi
View file @
254408ca
...
...
@@ -1226,7 +1226,7 @@ list, which is in the variable @code{buffer-undo-list}.
@defvar buffer-undo-list
This buffer-local variable's value is the undo list of the current
buffer. A value of @code{t} disables the recording of undo information.
buffer.
A value of @code{t} disables the recording of undo information.
@end defvar
Here are the kinds of elements an undo list can have:
...
...
@@ -2818,7 +2818,7 @@ to text:
The attribute is (by default) prepended to the list of face
attributes, and the first attribute of the same type takes
pre
s
edence. So if you have two @code{:foreground} specifications, the
pre
c
edence. So if you have two @code{:foreground} specifications, the
first one will take effect.
If you pass in @var{appendp}, the attribute will be appended instead
...
...
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