diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-03-16 04:03:50 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-03-16 04:03:50 +0000 |
commit | fa8a9f302c77dce7b6e2a13e90745d4fefe3fac8 (patch) | |
tree | a6543c03e40521c9da9c8ced29139cc7c019614d /lisp | |
parent | 0cc7bdb8cf38e36faed6b8dcc3892ef7d40b9f15 (diff) | |
download | emacs-fa8a9f302c77dce7b6e2a13e90745d4fefe3fac8.tar.gz emacs-fa8a9f302c77dce7b6e2a13e90745d4fefe3fac8.tar.bz2 emacs-fa8a9f302c77dce7b6e2a13e90745d4fefe3fac8.zip |
(manual-entry): Document what the arg does.
Diffstat (limited to 'lisp')
-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 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 |