From e469e8780c72a80ca9b4e3d6591b114779a5982c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 29 Mar 2000 11:09:14 +0000 Subject: [PATCH] *** empty log message *** --- man/buffers.texi | 3 ++- src/ChangeLog | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/man/buffers.texi b/man/buffers.texi index f333f9ae1b1..e73b9fc8d93 100644 --- a/man/buffers.texi +++ b/man/buffers.texi @@ -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 diff --git a/src/ChangeLog b/src/ChangeLog index 5613ece50fd..5949e1d3438 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-03-29 Gerd Moellmann + + * eval.c (call_debugger): Cancel busy-cursor. + 2000-03-28 Stefan Monnier * regex.c (analyse_first): New function obtained by ripping out most