]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/woman.el (woman): Fix comment; don't mention gnudoit.
authorStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 11:21:07 +0000 (13:21 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 12:23:01 +0000 (14:23 +0200)
lisp/woman.el

index 73e068a82215284097237915d0ce51a7963e16f3..6bb775115a19b6e15fd044683806cc148a8997d8 100644 (file)
@@ -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