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