emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113022: doc/lispref/text.texi (Undo, Changing Prope


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r113022: doc/lispref/text.texi (Undo, Changing Properties): Fix typos.
Date: Mon, 17 Jun 2013 15:49:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113022
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2013-06-17 17:49:43 +0200
message:
  doc/lispref/text.texi (Undo, Changing Properties): Fix typos.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/text.texi          text.texi-20091113204419-o5vbwnq5f7feedwu-6215
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-06-17 15:28:22 +0000
+++ b/doc/lispref/ChangeLog     2013-06-17 15:49:43 +0000
@@ -1,3 +1,7 @@
+2013-06-17  Juanma Barranquero  <address@hidden>
+
+       * text.texi (Undo, Changing Properties): Fix typos.
+
 2013-06-17  Lars Magne Ingebrigtsen  <address@hidden>
 
        * text.texi (Changing Properties): Document `add-face-text-property'.

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2013-06-17 15:28:22 +0000
+++ b/doc/lispref/text.texi     2013-06-17 15:49:43 +0000
@@ -1226,7 +1226,7 @@
 
 @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 @@
 
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]