aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 a644b2ffccb..1b7fbad1ab7 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -638,8 +638,10 @@ The current window remains selected."
638 (view-buffer-other-window (Buffer-menu-buffer t))) 638 (view-buffer-other-window (Buffer-menu-buffer t)))
639 639
640 640
641;;;###autoload
641(define-key ctl-x-map "\C-b" 'list-buffers) 642(define-key ctl-x-map "\C-b" 'list-buffers)
642 643
644;;;###autoload
643(defun list-buffers (&optional files-only) 645(defun list-buffers (&optional files-only)
644 "Display a list of names of existing buffers. 646 "Display a list of names of existing buffers.
645The list is displayed in a buffer named `*Buffer List*'. 647The list is displayed in a buffer named `*Buffer List*'.