diff options
| -rw-r--r-- | lisp/man.el | 4 |
1 files changed, 3 insertions, 1 deletions
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 | |||
| 421 | command to retrieve and clean a manpage in the background and places the | 421 | command to retrieve and clean a manpage in the background and places the |
| 422 | results in a Man mode (manpage browsing) buffer. See variable | 422 | results in a Man mode (manpage browsing) buffer. See variable |
| 423 | `Man-notify' for what happens when the buffer is ready. | 423 | `Man-notify' for what happens when the buffer is ready. |
| 424 | Universal argument ARG, is passed to `Man-getpage-in-background'." | 424 | Normally, if a buffer already exists for this man page, it will display |
| 425 | immediately; either a prefix argument or a nil value to `Man-reuse-okay-p' | ||
| 426 | overrides this and forces the man page to be regenerated." | ||
| 425 | (interactive "P") | 427 | (interactive "P") |
| 426 | (let* ((default-entry (Man-default-man-entry)) | 428 | (let* ((default-entry (Man-default-man-entry)) |
| 427 | (man-args | 429 | (man-args |