]> code.delx.au - gnu-emacs/commitdiff
(Man-goto-page): Make second argument NOERROR optional.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 24 Jul 2005 01:03:25 +0000 (01:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 24 Jul 2005 01:03:25 +0000 (01:03 +0000)
lisp/man.el

index 70304d320435ea4a879049268fbc3c38cd9200e3..ed6112e1978440938d2e969cec6cd5dc79b5917c 100644 (file)
@@ -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)