diff lisp/textmodes/text-mode.el @ 6323:30bb1685217f

(text-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Sun, 13 Mar 1994 21:52:57 +0000
parents 5360e784af1d
children cc7cd83ccf3f
line wrap: on
line diff
--- a/lisp/textmodes/text-mode.el	Sun Mar 13 21:40:11 1994 +0000
+++ b/lisp/textmodes/text-mode.el	Sun Mar 13 21:52:57 1994 +0000
@@ -63,7 +63,9 @@
 ;  (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)