1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(Man-goto-page): Make second argument NOERROR optional.

This commit is contained in:
Juanma Barranquero 2005-07-24 01:03:25 +00:00
parent 55fb4ff7a7
commit 3ac3aabd2c

View File

@ -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)