summaryrefslogtreecommitdiff
path: root/lisp/progmodes/prog-mode.el
diff options
context:
space:
mode:
authorTom Willemse <tom@ryuslash.org>2014-09-21 18:07:26 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-09-21 18:07:26 -0400
commitf5fafeef5daa3d5e30c613b45860d81f69783f0e (patch)
tree6eded6f3b4c43d69e0dcc65f2df26c556d3d81af /lisp/progmodes/prog-mode.el
parent40aef3780404fa6ecfd97f9d0c9abc4bcf99c5f8 (diff)
downloademacs-f5fafeef5daa3d5e30c613b45860d81f69783f0e.tar.gz
* lisp/progmodes/prog-mode.el (prog-mode-hook): Replace reference to
Text mode in docstring. Fixes: debbugs:18464
Diffstat (limited to 'lisp/progmodes/prog-mode.el')
-rw-r--r--lisp/progmodes/prog-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el
index 747e63f9237..5037020f94e 100644
--- a/lisp/progmodes/prog-mode.el
+++ b/lisp/progmodes/prog-mode.el
@@ -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)