From: Juanma Barranquero Date: Sun, 24 Jul 2005 01:03:25 +0000 (+0000) Subject: (Man-goto-page): Make second argument NOERROR optional. X-Git-Tag: emacs-pretest-22.0.90~7888 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ac3aabd2cbebef3b4dd5fb0cd290453215d9997;p=emacs.git (Man-goto-page): Make second argument NOERROR optional. --- diff --git a/lisp/man.el b/lisp/man.el index 70304d32043..ed6112e1978 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -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)