From fa8a9f302c77dce7b6e2a13e90745d4fefe3fac8 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 16 Mar 1994 04:03:50 +0000 Subject: [PATCH] (manual-entry): Document what the arg does. --- lisp/man.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/man.el b/lisp/man.el index 0000a0d9a6e..53879eff066 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -421,7 +421,9 @@ This command is the top-level command in the man package. It runs a Un*x command to retrieve and clean a manpage in the background and places the results in a Man mode (manpage browsing) buffer. See variable `Man-notify' for what happens when the buffer is ready. -Universal argument ARG, is passed to `Man-getpage-in-background'." +Normally, if a buffer already exists for this man page, it will display +immediately; either a prefix argument or a nil value to `Man-reuse-okay-p' +overrides this and forces the man page to be regenerated." (interactive "P") (let* ((default-entry (Man-default-man-entry)) (man-args -- 2.39.5