aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-03-13 21:52:57 +0000
committerKarl Heuer1994-03-13 21:52:57 +0000
commit6b4bde1b7c1c96f0296162a91ee8e2db766bac0a (patch)
tree4ef6431c58c1a920c1f2c3893c47e305cd8f426f
parent57a0155c42a37ae28c5c5abfe378d876069b1787 (diff)
downloademacs-6b4bde1b7c1c96f0296162a91ee8e2db766bac0a.tar.gz
emacs-6b4bde1b7c1c96f0296162a91ee8e2db766bac0a.zip
(text-mode): Doc fix.
-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.")
63; (setq delete-auto-save-files t)) 63; (setq delete-auto-save-files t))
64 64
65(defun text-mode () 65(defun text-mode ()
66 "Major mode for editing text intended for humans to read. Special commands:\\{text-mode-map} 66 "Major mode for editing text intended for humans to read.
67Special commands:
68\\{text-mode-map}
67Turning on Text mode calls the value of the variable `text-mode-hook', 69Turning on Text mode calls the value of the variable `text-mode-hook',
68if that value is non-nil." 70if that value is non-nil."
69 (interactive) 71 (interactive)