summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-05-12 16:58:31 +0000
committerRichard M. Stallman <rms@gnu.org>2007-05-12 16:58:31 +0000
commit76ee32964eab1115aec1182e519cd3abd2a5a0a7 (patch)
treeedb4b48c5647f301b2fe03c5eca5c87cc89cd2fa
parent8eb38b328f1e27ac7d51393d19c60afda2e28af9 (diff)
downloademacs-76ee32964eab1115aec1182e519cd3abd2a5a0a7.tar.gz
(Example Major Modes): Explain last line of text-mode is redundant.
-rw-r--r--lispref/modes.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 56fb43a0c3b..6d9aabefbe8 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -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