mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(Man-goto-page): Make second argument NOERROR optional.
This commit is contained in:
parent
55fb4ff7a7
commit
3ac3aabd2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue