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 | 06b1a5ef11625ecec550c540b4fbbe5730fac312 (patch) | |
tree | e8cbb88de35f2befc7760890db6883093db88b1d /lisp/buff-menu.el | |
parent | 79058860e129d648e6121ac1996dadf0128dc25a (diff) | |
download | emacs-06b1a5ef11625ecec550c540b4fbbe5730fac312.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. |