1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00

(syms_of_buffer): Doc fix.

This commit is contained in:
Gerd Moellmann 2001-09-03 08:03:53 +00:00
parent cdab3e503a
commit 79aa538170

View file

@ -5238,7 +5238,8 @@ On other systems, this variable is normally always nil.");
DEFVAR_PER_BUFFER ("default-directory", &current_buffer->directory,
make_number (Lisp_String),
"Name of default directory of current buffer. Should end with slash.\n\
Each buffer has its own value of this variable.");
Each buffer has its own value of this variable. To change the\n\
default directory, use function `cd'.");
DEFVAR_PER_BUFFER ("auto-fill-function", &current_buffer->auto_fill_function,
Qnil,