aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/hideif.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-01-05 00:05:12 +0000
committerKarl Heuer <[email protected]>1996-01-05 00:05:12 +0000
commit46c63acf938a1884cb82e589c756088300ab49a8 (patch)
tree160afc8d3d5320dec511a28c143eaa765424af36 /lisp/progmodes/hideif.el
parent0a40ffd22b8b34c95f45458cd8dce57a61b35d92 (diff)
Comment fix.
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 046ce614ca..402fd619ff 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)