summaryrefslogtreecommitdiff
path: root/lispref/text.texi
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-02-05 18:12:32 +0000
committerLute Kamstra <lute@gnu.org>2005-02-05 18:12:32 +0000
commit9bf6d576a798f47ab6c0716335ed13c7fa90196f (patch)
tree4ab63a2d5f54294710621d43941ee8cb9117ee23 /lispref/text.texi
parent18daafed96173ce66b171845b68cdff7ed671c90 (diff)
downloademacs-9bf6d576a798f47ab6c0716335ed13c7fa90196f.tar.gz
(Maintaining Undo): Remove obsolete function.
Diffstat (limited to 'lispref/text.texi')
-rw-r--r--lispref/text.texi6
1 files changed, 1 insertions, 5 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index 144a95c03dc..0e636d4ba58 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -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