aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-29 11:09:14 +0000
committerGerd Moellmann2000-03-29 11:09:14 +0000
commite469e8780c72a80ca9b4e3d6591b114779a5982c (patch)
treee2956e6c4b412aed748c1846754a50fb31605dfb
parent237c23b00b16b9ae763f132a04b9bdda03a8723d (diff)
downloademacs-e469e8780c72a80ca9b4e3d6591b114779a5982c.tar.gz
emacs-e469e8780c72a80ca9b4e3d6591b114779a5982c.zip
*** empty log message ***
-rw-r--r--man/buffers.texi3
-rw-r--r--src/ChangeLog4
2 files changed, 6 insertions, 1 deletions
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
133@noindent 133@noindent
134Note that the buffer @samp{*Help*} was made by a help request; it is not 134Note that the buffer @samp{*Help*} was made by a help request; it is not
135visiting any file. The buffer @code{man} was made by Dired on the 135visiting any file. The buffer @code{man} was made by Dired on the
136directory @file{/u2/emacs/man/}. 136directory @file{/u2/emacs/man/}. You can list buffers visiting files
137only by giving the command a prefix, i.e. type @kbd{C-u C-x C-b}.
137 138
138@need 2000 139@need 2000
139@node Misc Buffer 140@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 @@
12000-03-29 Gerd Moellmann <gerd@gnu.org>
2
3 * eval.c (call_debugger): Cancel busy-cursor.
4
12000-03-28 Stefan Monnier <monnier@cs.yale.edu> 52000-03-28 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * regex.c (analyse_first): New function obtained by ripping out most 7 * regex.c (analyse_first): New function obtained by ripping out most