From 254408ca2e35dce8e264f32389963a2167f70da3 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 17 Jun 2013 17:49:43 +0200 Subject: [PATCH] doc/lispref/text.texi (Undo, Changing Properties): Fix typos. --- doc/lispref/ChangeLog | 4 ++++ 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 @@ +2013-06-17 Juanma Barranquero + + * text.texi (Undo, Changing Properties): Fix typos. + 2013-06-17 Lars Magne Ingebrigtsen * 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}. @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 -- 2.11.4.GIT