From: Stefan Kangas Date: Thu, 7 Jul 2022 11:21:07 +0000 (+0200) Subject: * lisp/woman.el (woman): Fix comment; don't mention gnudoit. X-Git-Tag: emacs-29.0.90~1447^2~1117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49b10a95c3b7e5bf61b881d34467e0b5f4c68eca;p=emacs.git * lisp/woman.el (woman): Fix comment; don't mention gnudoit. --- 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