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)