]> git.eshelyaron.com Git - emacs.git/commitdiff
(Maintaining Undo): Remove obsolete function.
authorLute Kamstra <lute@gnu.org>
Sat, 5 Feb 2005 18:12:32 +0000 (18:12 +0000)
committerLute Kamstra <lute@gnu.org>
Sat, 5 Feb 2005 18:12:32 +0000 (18:12 +0000)
lispref/ChangeLog
lispref/text.texi

index 384c0512e4b640f8eecb3de284253a91aa573917..b74ef44b0aa608395acb8f854ab2e4b98081d33e 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-05  Lute Kamstra  <lute@gnu.org>
+
+       * text.texi (Maintaining Undo): Remove obsolete function.
+
 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
 
        * frames.texi (Color Names): Add pointer to the X docs about RGB
index 144a95c03dcf47d1b2a4c803fda37c67e15c43cf..0e636d4ba588db208f9603fbccb21e02815f9413 100644 (file)
@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
-@c 2000, 2001, 2004
+@c 2000, 2001, 2004, 2005
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../info/text
@@ -1305,7 +1305,6 @@ You cannot specify any other buffer.
 @end deffn
 
 @deffn Command buffer-disable-undo &optional buffer-or-name
-@deffnx Command buffer-flush-undo &optional buffer-or-name
 @cindex disable undo
 This function discards the undo list of @var{buffer-or-name}, and disables
 further recording of undo information.  As a result, it is no longer
@@ -1314,9 +1313,6 @@ the undo list of @var{buffer-or-name} is already disabled, this function
 has no effect.
 
 This function returns @code{nil}.
-
-The name @code{buffer-flush-undo} is not considered obsolete, but the
-preferred name is @code{buffer-disable-undo}.
 @end deffn
 
   As editing continues, undo lists get longer and longer.  To prevent