From: Karl Heuer Date: Sun, 13 Mar 1994 21:52:57 +0000 (+0000) Subject: (text-mode): Doc fix. X-Git-Tag: emacs-19.34~9529 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b4bde1b7c1c96f0296162a91ee8e2db766bac0a;p=emacs.git (text-mode): Doc fix. --- 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)