]> git.eshelyaron.com Git - emacs.git/commitdiff
doc/lispref/text.texi (Undo, Changing Properties): Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Jun 2013 15:49:43 +0000 (17:49 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Jun 2013 15:49:43 +0000 (17:49 +0200)
doc/lispref/ChangeLog
doc/lispref/text.texi

index 6c945dd244eeb0dc9bb37f8e62a46ccec1d1b112..47a6a84db06adefc0f9f15ca95d64b1d75bbd628 100644 (file)
@@ -1,3 +1,7 @@
+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'.
index fdfc16f3f648646d565774647f601c377f95ef8d..c10458b39ae2de289d5389d83dd59680b543ac22 100644 (file)
@@ -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
-presedence.  So if you have two @code{:foreground} specifications, the
+precedence.  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