(Example Major Modes): Explain last line of text-mode is redundant.
This commit is contained in:
parent
8eb38b328f
commit
76ee32964e
1 changed files with 5 additions and 1 deletions
|
|
@ -956,7 +956,11 @@ Turning on Text mode runs the normal hook `text-mode-hook'."
|
|||
@end group
|
||||
@end smallexample
|
||||
|
||||
But here is how it was defined formerly, before
|
||||
@noindent
|
||||
(The last line is redundant nowadays, since @code{indent-relative} is
|
||||
the default value, and we'll delete it in a future version.)
|
||||
|
||||
Here is how it was defined formerly, before
|
||||
@code{define-derived-mode} existed:
|
||||
|
||||
@smallexample
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue