From 76ee32964eab1115aec1182e519cd3abd2a5a0a7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 12 May 2007 16:58:31 +0000 Subject: [PATCH] (Example Major Modes): Explain last line of text-mode is redundant. --- lispref/modes.texi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lispref/modes.texi b/lispref/modes.texi index 56fb43a0c3..6d9aabefbe 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 -- 2.20.1