aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/lispref/text.texi6
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 @@
12012-05-04 Glenn Morris <rgm@gnu.org> 12012-05-04 Glenn Morris <rgm@gnu.org>
2 2
3 * text.texi (Auto Filling): Don't mention Emacs 19.
4
3 * commands.texi (Event Input Misc): Don't mention unread-command-char. 5 * commands.texi (Event Input Misc): Don't mention unread-command-char.
4 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18. 6 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
5 7
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.
1800The value of @code{auto-fill-function} is @code{do-auto-fill} when 1800The value of @code{auto-fill-function} is @code{do-auto-fill} when
1801Auto-Fill mode is enabled. That is a function whose sole purpose is to 1801Auto-Fill mode is enabled. That is a function whose sole purpose is to
1802implement the usual strategy for breaking a line. 1802implement the usual strategy for breaking a line.
1803
1804@quotation
1805In older Emacs versions, this variable was named @code{auto-fill-hook},
1806but since it is not called with the standard convention for hooks, it
1807was renamed to @code{auto-fill-function} in version 19.
1808@end quotation
1809@end defvar 1803@end defvar
1810 1804
1811@defvar normal-auto-fill-function 1805@defvar normal-auto-fill-function