]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 29 Mar 2000 11:09:14 +0000 (11:09 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 29 Mar 2000 11:09:14 +0000 (11:09 +0000)
man/buffers.texi
src/ChangeLog

index f333f9ae1b156bed74ed5ca0ee4894e0c8368878..e73b9fc8d93816964f8fef2d78b3b97892ed4d8c 100644 (file)
@@ -133,7 +133,8 @@ selected buffer.  Here is an example of a buffer list:@refill
 @noindent
 Note that the buffer @samp{*Help*} was made by a help request; it is not
 visiting any file.  The buffer @code{man} was made by Dired on the
-directory @file{/u2/emacs/man/}.
+directory @file{/u2/emacs/man/}.  You can list buffers visiting files
+only by giving the command a prefix, i.e. type @kbd{C-u C-x C-b}.
 
 @need 2000
 @node Misc Buffer
index 5613ece50fd54968df21fa3d7e9b8305e15d9535..5949e1d3438c44f6b32f370663fea8f4098563e0 100644 (file)
@@ -1,3 +1,7 @@
+2000-03-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * eval.c (call_debugger): Cancel busy-cursor.
+
 2000-03-28  Stefan Monnier  <monnier@cs.yale.edu>
 
        * regex.c (analyse_first): New function obtained by ripping out most