emacs-devel
[Top][All Lists]
Advanced

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

Re: Is buffer-flush-undo obsolete?


From: Lute Kamstra
Subject: Re: Is buffer-flush-undo obsolete?
Date: Thu, 03 Feb 2005 21:12:40 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> Yes it is.  Thanks.

Shall I just remove the reference to buffer-flush-undo, like this?


*** lispref/text.texi   3 Feb 2005 07:09:17 -0000       1.91
--- lispref/text.texi   3 Feb 2005 19:58:49 -0000
***************
*** 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   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/text
--- 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, 2005
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/text
***************
*** 1305,1311 ****
  @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
--- 1305,1310 ----
***************
*** 1314,1322 ****
  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
--- 1313,1318 ----






reply via email to

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