emacs-diffs
[Top][All Lists]
Advanced

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

master 49b10a95c3 2/3: * lisp/woman.el (woman): Fix comment; don't menti


From: Stefan Kangas
Subject: master 49b10a95c3 2/3: * lisp/woman.el (woman): Fix comment; don't mention gnudoit.
Date: Thu, 7 Jul 2022 08:49:25 -0400 (EDT)

branch: master
commit 49b10a95c3b7e5bf61b881d34467e0b5f4c68eca
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/woman.el (woman): Fix comment; don't mention gnudoit.
---
 lisp/woman.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/woman.el b/lisp/woman.el
index 73e068a822..6bb775115a 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -1151,7 +1151,7 @@ updated (e.g. to re-interpret the current directory).
 Used non-interactively, arguments are optional: if given then TOPIC
 should be a topic string and non-nil RE-CACHE forces re-caching."
   (interactive (list nil current-prefix-arg))
-  ;; The following test is for non-interactive calls via gnudoit etc.
+  ;; The following test is for non-interactive calls via emacsclient, etc.
   (if (or (not (stringp topic)) (string-match-p "\\S " topic))
       (let ((file-name (woman-file-name topic re-cache)))
        (if file-name



reply via email to

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