summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/text-mode.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el
index 3975dbfd1d5..e0f24ccb469 100644
--- a/lisp/textmodes/text-mode.el
+++ b/lisp/textmodes/text-mode.el
@@ -63,7 +63,9 @@ inherit all the commands defined in this map.")
; (setq delete-auto-save-files t))
(defun text-mode ()
- "Major mode for editing text intended for humans to read. Special commands:\\{text-mode-map}
+ "Major mode for editing text intended for humans to read.
+Special commands:
+\\{text-mode-map}
Turning on Text mode calls the value of the variable `text-mode-hook',
if that value is non-nil."
(interactive)