diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-10 02:33:41 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-10 02:33:41 +0000 |
commit | f3df7d563b323b00830f86c1ec675bb9f0177852 (patch) | |
tree | 2c99f2b6987cdb794f95c1882e51380c375b5f4b /lisp/buff-menu.el | |
parent | fa5161e2b0a8bbf40e3cbfc22063e902780bce38 (diff) | |
download | emacs-f3df7d563b323b00830f86c1ec675bb9f0177852.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r-- | lisp/buff-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 6682f42c682..7053e78448f 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -102,7 +102,7 @@ Letters do not insert themselves; instead, they are commands. (error "No buffer named \"%s\"" string) nil))))) -(defun buffer-menu (arg) +(defun buffer-menu (&optional arg) "Make a menu of buffers so you can save, delete or select them. With argument, show only buffers that are visiting files. Type ? after invocation to get help on commands available. |