]> git.eshelyaron.com Git - emacs.git/commitdiff
* text.texi (Auto Filling): Don't mention Emacs 19.
authorGlenn Morris <rgm@gnu.org>
Fri, 4 May 2012 07:29:52 +0000 (00:29 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 4 May 2012 07:29:52 +0000 (00:29 -0700)
doc/lispref/ChangeLog
doc/lispref/text.texi

index 65452bf6585c43383f9638df67ff12150ae52665..9aeefb42157532538e2bdeead42eddb3c6e8f787 100644 (file)
@@ -1,5 +1,7 @@
 2012-05-04  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
 
index bc65e314da0db9e6cd1a496b1b4dc35c1e9193de..3e9135a7d816e128eab28f9d159227afbad61da4 100644 (file)
@@ -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