From 3ac3aabd2cbebef3b4dd5fb0cd290453215d9997 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 24 Jul 2005 01:03:25 +0000 Subject: [PATCH] (Man-goto-page): Make second argument NOERROR optional. --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2