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:
parent
40aef37804
commit
f5fafeef5d
2 changed files with 7 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue