aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
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."
1350 (interactive) 1350 (interactive)
1351 (quit-window)) 1351 (quit-window))
1352 1352
1353(defun Man-goto-page (page noerror) 1353(defun Man-goto-page (page &optional noerror)
1354 "Go to the manual page on page PAGE." 1354 "Go to the manual page on page PAGE."
1355 (interactive 1355 (interactive
1356 (if (not Man-page-list) 1356 (if (not Man-page-list)