From 6d6c3f84277ccf2e78b14c40c522ae15431b9791 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 29 Aug 2001 14:53:53 +0000 Subject: [PATCH] Add Keywords header. Doc fix (C-x C-b is bound to list-buffers). --- lisp/ChangeLog | 5 +++++ lisp/buff-menu.el | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8878c8f1e09..b9a6472bb88 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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,Bm(Bk + + * buff-menu.el: Add Keywords header. + Doc fix (C-x C-b is bound to list-buffers). + 2001-08-28 Andre Spiegel * vc.el (vc-revert-file): Call the backend even if the FILE's 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: -- 2.39.5