emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113930: Mention interactive call of buffer-disable-


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113930: Mention interactive call of buffer-disable-undo.
Date: Sat, 17 Aug 2013 00:51:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113930
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sat 2013-08-17 08:48:35 +0800
message:
  Mention interactive call of buffer-disable-undo.
  
  * doc/lispref/text.texi (Maintaining Undo): Mention interactive call of
  buffer-disable-undo.
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-08-16 14:16:45 +0000
+++ b/doc/lispref/ChangeLog     2013-08-17 00:48:35 +0000
@@ -1,3 +1,8 @@
+2013-08-17  Xue Fuqiao  <address@hidden>
+
+       * text.texi (Maintaining Undo): Mention interactive call of
+       buffer-disable-undo.
+
 2013-08-16  Xue Fuqiao  <address@hidden>
 
        * text.texi (Insertion): Refine.

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2013-08-16 22:32:24 +0000
+++ b/doc/lispref/text.texi     2013-08-17 00:48:35 +0000
@@ -1381,7 +1381,8 @@
 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


reply via email to

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