diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-23 16:41:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-23 16:41:27 +0000 |
commit | 5f11b513c88a68b27da0eeaac216bce980ec7a67 (patch) | |
tree | f854a4a30941bd098e80cf635773e27185d29759 /lisp/buff-menu.el | |
parent | d9f043554d8e441cf3eff5e14d25c0111792a93e (diff) | |
download | emacs-5f11b513c88a68b27da0eeaac216bce980ec7a67.tar.gz |
Comment change.
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r-- | lisp/buff-menu.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 93c47d93348..990ab32c9a4 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -190,6 +190,8 @@ Letters do not insert themselves; instead, they are commands. (setq buffer-read-only t) (run-hooks 'buffer-menu-mode-hook)) +;; This function exists so we can make the doc string of Buffer-menu-mode +;; look nice. (defun Buffer-menu-revert () "Update the list of buffers." (interactive) |