From cd8d025346952ffdf316b93e04267946a494e353 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 May 2012 00:29:52 -0700 Subject: [PATCH] * text.texi (Auto Filling): Don't mention Emacs 19. --- doc/lispref/ChangeLog | 2 ++ doc/lispref/text.texi | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 65452bf6585..9aeefb42157 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2012-05-04 Glenn Morris + * text.texi (Auto Filling): Don't mention Emacs 19. + * commands.texi (Event Input Misc): Don't mention unread-command-char. * numbers.texi (Predicates on Numbers): Don't mention Emacs 18. diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index bc65e314da0..3e9135a7d81 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -1800,12 +1800,6 @@ special is done in that case. The value of @code{auto-fill-function} is @code{do-auto-fill} when Auto-Fill mode is enabled. That is a function whose sole purpose is to implement the usual strategy for breaking a line. - -@quotation -In older Emacs versions, this variable was named @code{auto-fill-hook}, -but since it is not called with the standard convention for hooks, it -was renamed to @code{auto-fill-function} in version 19. -@end quotation @end defvar @defvar normal-auto-fill-function -- 2.11.4.GIT