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 | 46c63acf938a1884cb82e589c756088300ab49a8 (patch) | |
tree | 160afc8d3d5320dec511a28c143eaa765424af36 | |
parent | 0a40ffd22b8b34c95f45458cd8dce57a61b35d92 (diff) | |
download | emacs-46c63acf938a1884cb82e589c756088300ab49a8.tar.gz |
Comment fix.
-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) |