summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 046ce614ca2..402fd619ff8 100644
--- a/lisp/progmodes/hideif.el
+++ b/lisp/progmodes/hideif.el
@@ -122,7 +122,7 @@
;; Set up the submap that goes after the prefix key.
(if hide-ifdef-mode-submap
- () ; dont redefine it.
+ () ; Don't redefine it.
(setq hide-ifdef-mode-submap (make-sparse-keymap))
(define-key hide-ifdef-mode-submap "d" 'hide-ifdef-define)
(define-key hide-ifdef-mode-submap "u" 'hide-ifdef-undef)