From 46c63acf938a1884cb82e589c756088300ab49a8 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 5 Jan 1996 00:05:12 +0000 Subject: [PATCH] Comment fix. --- lisp/progmodes/hideif.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2