]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Keywords header.
authorGerd Moellmann <gerd@gnu.org>
Wed, 29 Aug 2001 14:53:53 +0000 (14:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 29 Aug 2001 14:53:53 +0000 (14:53 +0000)
Doc fix (C-x C-b is bound to list-buffers).

lisp/ChangeLog
lisp/buff-menu.el

index 8878c8f1e093c9e68c87bb65dec2a376de84cf88..b9a6472bb88937f3342306e1fac961546501a3bd 100644 (file)
@@ -3,6 +3,11 @@
        * startup.el (fancy-splash-screens): Temporarily set
        minor-mode-map-alist to nil while displaying splash screens.
 
+2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * buff-menu.el: Add Keywords header.
+       Doc fix (C-x C-b is bound to list-buffers).
+
 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
 
        * vc.el (vc-revert-file): Call the backend even if the FILE's
index d748fb86d685e0254c7b84d1b68785c6dcbaf4e2..bc995f0303fae5d874f439d782bf13b32f4f22f9 100644 (file)
@@ -1,8 +1,10 @@
 ;;; buff-menu.el --- buffer menu main function and support functions
 
-;; Copyright (C) 1985, 86, 87, 93, 94, 95, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 87, 93, 94, 95, 2000, 2001
+;;   Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
+;; Keywords: convenience
 
 ;; This file is part of GNU Emacs.
 
@@ -26,7 +28,7 @@
 ;; Edit, delete, or change attributes of all currently active Emacs
 ;; buffers from a list summarizing their state.  A good way to browse
 ;; any special or scratch buffers you have loaded, since you can't find
-;; them by filename.  The single entry point is `Buffer-menu-mode',
+;; them by filename.  The single entry point is `list-buffers',
 ;; normally bound to C-x C-b.
 
 ;;; Change Log: