emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 ec4226d: * lisp/woman.el (woman): Fix docstring p


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-25 ec4226d: * lisp/woman.el (woman): Fix docstring prefix arg description.
Date: Sat, 18 Feb 2017 14:01:43 -0500 (EST)

branch: emacs-25
commit ec4226d81074751c105264a3a3383c48d0a05e41
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    * lisp/woman.el (woman): Fix docstring prefix arg description.
---
 lisp/woman.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/woman.el b/lisp/woman.el
index 546a955..894710f 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -1165,7 +1165,7 @@ The major browsing mode used is essentially the standard 
Man mode.
 Choose the filename for the man page using completion, based on the
 topic selected from the directories specified in `woman-manpath' and
 `woman-path'.  The directory expansions and topics are cached for
-speed, but a non-nil interactive argument forces the caches to be
+speed.  With a prefix argument, force the caches to be
 updated (e.g. to re-interpret the current directory).
 
 Used non-interactively, arguments are optional: if given then TOPIC



reply via email to

[Prev in Thread] Current Thread [Next in Thread]