diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-24 01:03:25 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-24 01:03:25 +0000 |
commit | 3ac3aabd2cbebef3b4dd5fb0cd290453215d9997 (patch) | |
tree | 0552ccf9e72d696e61fda5d862978119b314e658 /lisp/man.el | |
parent | 55fb4ff7a72385327061e1b90f70d4c4236e9730 (diff) | |
download | emacs-3ac3aabd2cbebef3b4dd5fb0cd290453215d9997.tar.gz |
(Man-goto-page): Make second argument NOERROR optional.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 70304d32043..ed6112e1978 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -1350,7 +1350,7 @@ Specify which REFERENCE to use; default is based on word at point." (interactive) (quit-window)) -(defun Man-goto-page (page noerror) +(defun Man-goto-page (page &optional noerror) "Go to the manual page on page PAGE." (interactive (if (not Man-page-list) |