diff options
| author | Noam Postavsky | 2017-02-18 13:34:37 -0500 |
|---|---|---|
| committer | Noam Postavsky | 2017-02-18 13:34:37 -0500 |
| commit | ec4226d81074751c105264a3a3383c48d0a05e41 (patch) | |
| tree | 7b84dabe80c2d71d642883abc80c3a314d5917c1 | |
| parent | 2b774fa873e2e16bf12c6aa4298588b3c8527d9d (diff) | |
| download | emacs-ec4226d81074751c105264a3a3383c48d0a05e41.tar.gz emacs-ec4226d81074751c105264a3a3383c48d0a05e41.zip | |
* lisp/woman.el (woman): Fix docstring prefix arg description.
| -rw-r--r-- | lisp/woman.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/woman.el b/lisp/woman.el index 546a955dbe4..894710f8df0 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -1165,7 +1165,7 @@ The major browsing mode used is essentially the standard Man mode. | |||
| 1165 | Choose the filename for the man page using completion, based on the | 1165 | Choose the filename for the man page using completion, based on the |
| 1166 | topic selected from the directories specified in `woman-manpath' and | 1166 | topic selected from the directories specified in `woman-manpath' and |
| 1167 | `woman-path'. The directory expansions and topics are cached for | 1167 | `woman-path'. The directory expansions and topics are cached for |
| 1168 | speed, but a non-nil interactive argument forces the caches to be | 1168 | speed. With a prefix argument, force the caches to be |
| 1169 | updated (e.g. to re-interpret the current directory). | 1169 | updated (e.g. to re-interpret the current directory). |
| 1170 | 1170 | ||
| 1171 | Used non-interactively, arguments are optional: if given then TOPIC | 1171 | Used non-interactively, arguments are optional: if given then TOPIC |