1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +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) (interactive)
(quit-window)) (quit-window))
(defun Man-goto-page (page noerror) (defun Man-goto-page (page &optional noerror)
"Go to the manual page on page PAGE." "Go to the manual page on page PAGE."
(interactive (interactive
(if (not Man-page-list) (if (not Man-page-list)