changeset 64622:b508a64c1b7e

(Man-goto-page): Make second argument NOERROR optional.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 24 Jul 2005 01:03:25 +0000
parents 22a15f008ac9
children 9a399e33edd3
files lisp/man.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)