]> code.delx.au - gnu-emacs/commitdiff
* lisp/progmodes/prog-mode.el (prog-mode-hook): Replace reference to
authorTom Willemse <tom@ryuslash.org>
Sun, 21 Sep 2014 22:07:26 +0000 (18:07 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 21 Sep 2014 22:07:26 +0000 (18:07 -0400)
Text mode in docstring.

Fixes: debbugs:18464
lisp/ChangeLog
lisp/progmodes/prog-mode.el

index e726990cacfb8355daf325cac8dcf3b5adfe5298..6fdc2d08718ad3491edef0c0be8fdde33294ddef 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-17  Tom Willemse  <tom@ryuslash.org>  (tiny change)
+
+       * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
+       Text mode in docstring (bug#18464).
+
 2014-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/perl-mode.el (perl-syntax-propertize-function):
@@ -41,8 +46,7 @@
 
        * image-mode.el (image-toggle-display-image): If we have a
        `fit-width' or a `fit-height', don't limit the size of the image
-       to the window size, because that doesn't preserve the aspect
-       ratio.
+       to the window size, because that doesn't preserve the aspect ratio.
        * image-mode.el: Move defvars earlier to avoid a byte-compilation
        warning.
 
index 747e63f92374221c01646fadeefa34a600153846..5037020f94e403bc9c5753741bde3cff5d204f92 100644 (file)
@@ -36,7 +36,7 @@
   :group 'languages)
 
 (defcustom prog-mode-hook nil
-  "Normal hook run when entering Text mode and many related modes."
+  "Normal hook run when entering programming modes."
   :type 'hook
   :options '(flyspell-prog-mode abbrev-mode flymake-mode linum-mode
                                 prettify-symbols-mode)