aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Postavsky2017-02-18 13:34:37 -0500
committerNoam Postavsky2017-02-18 13:34:37 -0500
commitec4226d81074751c105264a3a3383c48d0a05e41 (patch)
tree7b84dabe80c2d71d642883abc80c3a314d5917c1
parent2b774fa873e2e16bf12c6aa4298588b3c8527d9d (diff)
downloademacs-ec4226d81074751c105264a3a3383c48d0a05e41.tar.gz
emacs-ec4226d81074751c105264a3a3383c48d0a05e41.zip
* lisp/woman.el (woman): Fix docstring prefix arg description.
-rw-r--r--lisp/woman.el2
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.
1165Choose the filename for the man page using completion, based on the 1165Choose the filename for the man page using completion, based on the
1166topic selected from the directories specified in `woman-manpath' and 1166topic 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
1168speed, but a non-nil interactive argument forces the caches to be 1168speed. With a prefix argument, force the caches to be
1169updated (e.g. to re-interpret the current directory). 1169updated (e.g. to re-interpret the current directory).
1170 1170
1171Used non-interactively, arguments are optional: if given then TOPIC 1171Used non-interactively, arguments are optional: if given then TOPIC