Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d4ff74c8
Commit
d4ff74c8
authored
Aug 11, 1993
by
Richard M. Stallman
Browse files
(indented-text-mode): Doc fix.
parent
cbc61077
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/textmodes/text-mode.el
lisp/textmodes/text-mode.el
+2
-1
No files found.
lisp/textmodes/text-mode.el
View file @
d4ff74c8
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment