]> git.eshelyaron.com Git - emacs.git/commitdiff
(indented-text-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 21:01:20 +0000 (21:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 21:01:20 +0000 (21:01 +0000)
lisp/textmodes/text-mode.el

index c4724687c2b6fc0a0869d013b173e2f145459f00..fe51a39c2a82a2d18c3bc7fe63305c373ef4d684 100644 (file)
@@ -87,7 +87,8 @@ All the commands defined in Text mode are inherited unless overridden.")
     (setq indented-text-mode-map (nconc newmap text-mode-map))))
 
 (defun indented-text-mode ()
-  "Major mode for editing indented text intended for humans to read.\\{indented-text-mode-map}
+  "Major mode for editing indented text intended for humans to read.
+\\{indented-text-mode-map}
 Turning on `indented-text-mode' calls the value of the variable
 `text-mode-hook', if that value is non-nil."
   (interactive)