From: Richard M. Stallman Date: Sat, 12 May 2007 16:58:31 +0000 (+0000) Subject: (Example Major Modes): Explain last line of text-mode is redundant. X-Git-Tag: emacs-pretest-22.0.990~46 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76ee32964eab1115aec1182e519cd3abd2a5a0a7;p=emacs.git (Example Major Modes): Explain last line of text-mode is redundant. --- 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