aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-23 16:41:27 +0000
committerRichard M. Stallman2004-11-23 16:41:27 +0000
commit5f11b513c88a68b27da0eeaac216bce980ec7a67 (patch)
treef854a4a30941bd098e80cf635773e27185d29759
parentd9f043554d8e441cf3eff5e14d25c0111792a93e (diff)
downloademacs-5f11b513c88a68b27da0eeaac216bce980ec7a67.tar.gz
emacs-5f11b513c88a68b27da0eeaac216bce980ec7a67.zip
Comment change.
-rw-r--r--lisp/buff-menu.el2
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.
190 (setq buffer-read-only t) 190 (setq buffer-read-only t)
191 (run-hooks 'buffer-menu-mode-hook)) 191 (run-hooks 'buffer-menu-mode-hook))
192 192
193;; This function exists so we can make the doc string of Buffer-menu-mode
194;; look nice.
193(defun Buffer-menu-revert () 195(defun Buffer-menu-revert ()
194 "Update the list of buffers." 196 "Update the list of buffers."
195 (interactive) 197 (interactive)