* lisp/progmodes/prog-mode.el (prog-mode-hook): Replace reference to
Text mode in docstring. Fixes: debbugs:18464
This commit is contained in:
committed by
Stefan Monnier
parent
40aef37804
commit
f5fafeef5d
@@ -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.
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user