summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-07-24 01:03:25 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-07-24 01:03:25 +0000
commit3ac3aabd2cbebef3b4dd5fb0cd290453215d9997 (patch)
tree0552ccf9e72d696e61fda5d862978119b314e658 /lisp/man.el
parent55fb4ff7a72385327061e1b90f70d4c4236e9730 (diff)
downloademacs-3ac3aabd2cbebef3b4dd5fb0cd290453215d9997.tar.gz
(Man-goto-page): Make second argument NOERROR optional.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
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)