aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-11 21:01:20 +0000
committerRichard M. Stallman1993-08-11 21:01:20 +0000
commitd4ff74c8bed5617e14f7f109c27db2d2bac61d7e (patch)
tree3fbde5df6121fd20585c7a354cdb9b3869f25595 /lisp/textmodes
parentcbc61077f3af35a724b796e4e0a6cabbbc6042bd (diff)
downloademacs-d4ff74c8bed5617e14f7f109c27db2d2bac61d7e.tar.gz
emacs-d4ff74c8bed5617e14f7f109c27db2d2bac61d7e.zip
(indented-text-mode): Doc fix.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/text-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el
index c4724687c2b..fe51a39c2a8 100644
--- a/lisp/textmodes/text-mode.el
+++ b/lisp/textmodes/text-mode.el
@@ -87,7 +87,8 @@ All the commands defined in Text mode are inherited unless overridden.")
87 (setq indented-text-mode-map (nconc newmap text-mode-map)))) 87 (setq indented-text-mode-map (nconc newmap text-mode-map))))
88 88
89(defun indented-text-mode () 89(defun indented-text-mode ()
90 "Major mode for editing indented text intended for humans to read.\\{indented-text-mode-map} 90 "Major mode for editing indented text intended for humans to read.
91\\{indented-text-mode-map}
91Turning on `indented-text-mode' calls the value of the variable 92Turning on `indented-text-mode' calls the value of the variable
92`text-mode-hook', if that value is non-nil." 93`text-mode-hook', if that value is non-nil."
93 (interactive) 94 (interactive)