Mercurial > emacs
changeset 39012:aa310bebddef
Add Keywords header.
Doc fix (C-x C-b is bound to list-buffers).
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 29 Aug 2001 14:53:31 +0000 |
parents | dc12250ba65b |
children | 4557d1b908da |
files | lisp/buff-menu.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/buff-menu.el Wed Aug 29 13:58:01 2001 +0000 +++ b/lisp/buff-menu.el Wed Aug 29 14:53:31 2001 +0000 @@ -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: