1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/progmodes/prog-mode.el (prog-mode-hook): Replace reference to

Text mode in docstring.

Fixes: debbugs:18464
This commit is contained in:
Tom Willemse 2014-09-21 18:07:26 -04:00 committed by Stefan Monnier
parent 40aef37804
commit f5fafeef5d
2 changed files with 7 additions and 3 deletions

View 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)