diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 00:05:12 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 00:05:12 +0000 |
commit | 08e8f3ebc535696c5309adc8bb19afedc12a83c9 (patch) | |
tree | f673f248329801ca5a9e4c5e2e28e3ddff34b168 /lisp/progmodes | |
parent | b26e3a3591281567243b7ad33c1ea4caf9562b3b (diff) | |
download | emacs-08e8f3ebc535696c5309adc8bb19afedc12a83c9.tar.gz |
Comment fix.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/hideif.el | 2 |
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) |