From: Xue Fuqiao Date: Sat, 17 Aug 2013 00:48:35 +0000 (+0800) Subject: Mention interactive call of buffer-disable-undo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~193 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=278d6dd0882ec3aead3a8e809678f6850d717178;p=emacs.git Mention interactive call of buffer-disable-undo. * doc/lispref/text.texi (Maintaining Undo): Mention interactive call of buffer-disable-undo. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index c5d9f5c8966..16f3f5bd296 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2013-08-17 Xue Fuqiao + + * text.texi (Maintaining Undo): Mention interactive call of + buffer-disable-undo. + 2013-08-16 Xue Fuqiao * text.texi (Insertion): Refine. diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index f5607f6fe91..a1ab35bab06 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -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