diff options
| author | Karl Heuer | 1994-03-13 21:52:57 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-13 21:52:57 +0000 |
| commit | 6b4bde1b7c1c96f0296162a91ee8e2db766bac0a (patch) | |
| tree | 4ef6431c58c1a920c1f2c3893c47e305cd8f426f | |
| parent | 57a0155c42a37ae28c5c5abfe378d876069b1787 (diff) | |
| download | emacs-6b4bde1b7c1c96f0296162a91ee8e2db766bac0a.tar.gz emacs-6b4bde1b7c1c96f0296162a91ee8e2db766bac0a.zip | |
(text-mode): Doc fix.
| -rw-r--r-- | lisp/textmodes/text-mode.el | 4 |
1 files changed, 3 insertions, 1 deletions
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.") | |||
| 63 | ; (setq delete-auto-save-files t)) | 63 | ; (setq delete-auto-save-files t)) |
| 64 | 64 | ||
| 65 | (defun text-mode () | 65 | (defun text-mode () |
| 66 | "Major mode for editing text intended for humans to read. Special commands:\\{text-mode-map} | 66 | "Major mode for editing text intended for humans to read. |
| 67 | Special commands: | ||
| 68 | \\{text-mode-map} | ||
| 67 | Turning on Text mode calls the value of the variable `text-mode-hook', | 69 | Turning on Text mode calls the value of the variable `text-mode-hook', |
| 68 | if that value is non-nil." | 70 | if that value is non-nil." |
| 69 | (interactive) | 71 | (interactive) |