# HG changeset patch # User Gerd Moellmann # Date 999096811 0 # Node ID aa310bebddef8b9da6deb376f53fd29f85f3f0b1 # Parent dc12250ba65b106e1568cc998951c313e10866eb Add Keywords header. Doc fix (C-x C-b is bound to list-buffers). diff -r dc12250ba65b -r aa310bebddef lisp/buff-menu.el --- 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: