]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention interactive call of buffer-disable-undo.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 17 Aug 2013 00:48:35 +0000 (08:48 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 17 Aug 2013 00:48:35 +0000 (08:48 +0800)
* doc/lispref/text.texi (Maintaining Undo): Mention interactive call of
buffer-disable-undo.

doc/lispref/ChangeLog
doc/lispref/text.texi

index c5d9f5c8966eb204cde08de39473821e10d681f3..16f3f5bd296a9aee00b1f4d65521db9570f3a38b 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * text.texi (Maintaining Undo): Mention interactive call of
+       buffer-disable-undo.
+
 2013-08-16  Xue Fuqiao  <xfq.free@gmail.com>
 
        * text.texi (Insertion): Refine.
index f5607f6fe9128f33e323ceb3adcd4d7da40b45c2..a1ab35bab063b65178ef8d2fda477200f372e4a6 100644 (file)
@@ -1381,7 +1381,8 @@ possible to undo either previous changes or any subsequent changes.  If
 the undo list of @var{buffer-or-name} is already disabled, this function
 has no effect.
 
-This function returns @code{nil}.
+In an interactive call, BUFFER-OR-NAME is the current buffer.  You
+cannot specify any other buffer.  This function returns @code{nil}.
 @end deffn
 
   As editing continues, undo lists get longer and longer.  To prevent