summaryrefslogtreecommitdiff
path: root/lisp/buff-menu.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-08-29 14:53:53 +0000
committerGerd Moellmann <gerd@gnu.org>2001-08-29 14:53:53 +0000
commit6d6c3f84277ccf2e78b14c40c522ae15431b9791 (patch)
tree0a2220d4e7eac4463dfa48cd5d1a4423c79488c0 /lisp/buff-menu.el
parent31098a38c7e84b5b6c2097e535ff0d2134b372e8 (diff)
downloademacs-6d6c3f84277ccf2e78b14c40c522ae15431b9791.tar.gz
Add Keywords header.
Doc fix (C-x C-b is bound to list-buffers).
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r--lisp/buff-menu.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index d748fb86d68..bc995f0303f 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -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: