(Example Major Modes): Explain last line of text-mode is redundant.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 May 2007 16:58:31 +0000 (16:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 May 2007 16:58:31 +0000 (16:58 +0000)
lispref/modes.texi

index 56fb43a..6d9aabe 100644 (file)
@@ -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