]> git.eshelyaron.com Git - emacs.git/commitdiff
(text-mode): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sun, 13 Mar 1994 21:52:57 +0000 (21:52 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 13 Mar 1994 21:52:57 +0000 (21:52 +0000)
lisp/textmodes/text-mode.el

index 3975dbfd1d57047c6d69f9191a0a3b61bc99c231..e0f24ccb469a743c166fe9ce8a71b72cc52b7020 100644 (file)
@@ -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)