summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideif.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-13 06:04:32 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-13 06:44:52 +0200
commitf02624b34201aae3d69287e5ae86d466e5c4a6b3 (patch)
treeaef0b6763b5052cf43157f7af484085758cefb58 /lisp/progmodes/hideif.el
parent2110973351f01fb5cdf90b705acb58354b608050 (diff)
downloademacs-f02624b34201aae3d69287e5ae86d466e5c4a6b3.tar.gz
; Minor doc fixes found by checkdoc
Diffstat (limited to 'lisp/progmodes/hideif.el')
-rw-r--r--lisp/progmodes/hideif.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el
index a2f5d7286ac..7cd49a69d4a 100644
--- a/lisp/progmodes/hideif.el
+++ b/lisp/progmodes/hideif.el
@@ -531,7 +531,7 @@ that form should be displayed.")
((bound-and-true-p semantic-c-takeover-hideif)
(semantic-c-hideif-defined var))
;; Here we can't use hif-lookup as an empty definition like `#define EMPTY'
- ;; is considered defined but is evaluated as `nil'.
+ ;; is considered defined but is evaluated as nil.
((assq var hide-ifdef-env) 1)
((and (setq def (assq var hif-predefine-alist))
(funcall (cdr def))) 1)