# HG changeset patch # User Juanma Barranquero # Date 1122167005 0 # Node ID b508a64c1b7eb77c4800301f17015ea09d69c253 # Parent 22a15f008ac9b65e3a48125b2262e49042ba3bfd (Man-goto-page): Make second argument NOERROR optional. diff -r 22a15f008ac9 -r b508a64c1b7e lisp/man.el --- a/lisp/man.el Sat Jul 23 22:51:58 2005 +0000 +++ b/lisp/man.el Sun Jul 24 01:03:25 2005 +0000 @@ -1350,7 +1350,7 @@ (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)