Mercurial > emacs
changeset 28819:f35802bc5eaf
(syms_of_buffer) [auto-fill-function]: Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 04 May 2000 22:00:40 +0000 |
parents | be580570a9d1 |
children | ead39cb09e31 |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Thu May 04 21:57:05 2000 +0000 +++ b/src/buffer.c Thu May 04 22:00:40 2000 +0000 @@ -4464,7 +4464,8 @@ DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_buffer->auto_fill_function, Qnil, "Function called (if non-nil) to perform auto-fill.\n\ -It is called after self-inserting a space or newline.\n\ +It is called after self-inserting any character specified in +the `auto-fill-chars' table.\n\ Each buffer has its own value of this variable.\n\ NOTE: This variable is not a hook;\n\ its value may not be a list of functions.");