diff options
| author | Juanma Barranquero | 2013-06-17 17:49:43 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-06-17 17:49:43 +0200 |
| commit | 254408ca2e35dce8e264f32389963a2167f70da3 (patch) | |
| tree | 7c76e931638f164d741222067531ce4bfa742ff3 | |
| parent | 551e07e5f5baf57eaa103a4660ccad85a1f8046c (diff) | |
| download | emacs-254408ca2e35dce8e264f32389963a2167f70da3.tar.gz emacs-254408ca2e35dce8e264f32389963a2167f70da3.zip | |
doc/lispref/text.texi (Undo, Changing Properties): Fix typos.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6c945dd244e..47a6a84db06 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-06-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * text.texi (Undo, Changing Properties): Fix typos. | ||
| 4 | |||
| 1 | 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * text.texi (Changing Properties): Document `add-face-text-property'. | 7 | * text.texi (Changing Properties): Document `add-face-text-property'. |
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index fdfc16f3f64..c10458b39ae 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -1226,7 +1226,7 @@ list, which is in the variable @code{buffer-undo-list}. | |||
| 1226 | 1226 | ||
| 1227 | @defvar buffer-undo-list | 1227 | @defvar buffer-undo-list |
| 1228 | This buffer-local variable's value is the undo list of the current | 1228 | This buffer-local variable's value is the undo list of the current |
| 1229 | buffer. A value of @code{t} disables the recording of undo information. | 1229 | buffer. A value of @code{t} disables the recording of undo information. |
| 1230 | @end defvar | 1230 | @end defvar |
| 1231 | 1231 | ||
| 1232 | Here are the kinds of elements an undo list can have: | 1232 | Here are the kinds of elements an undo list can have: |
| @@ -2818,7 +2818,7 @@ to text: | |||
| 2818 | 2818 | ||
| 2819 | The attribute is (by default) prepended to the list of face | 2819 | The attribute is (by default) prepended to the list of face |
| 2820 | attributes, and the first attribute of the same type takes | 2820 | attributes, and the first attribute of the same type takes |
| 2821 | presedence. So if you have two @code{:foreground} specifications, the | 2821 | precedence. So if you have two @code{:foreground} specifications, the |
| 2822 | first one will take effect. | 2822 | first one will take effect. |
| 2823 | 2823 | ||
| 2824 | If you pass in @var{appendp}, the attribute will be appended instead | 2824 | If you pass in @var{appendp}, the attribute will be appended instead |