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:
parent
55fb4ff7a7
commit
3ac3aabd2c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user