From 49b10a95c3b7e5bf61b881d34467e0b5f4c68eca Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 7 Jul 2022 13:21:07 +0200 Subject: [PATCH] * 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 73e068a8221..6bb775115a1 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 -- 2.39.5