From: Gerd Moellmann Date: Mon, 3 Sep 2001 08:03:53 +0000 (+0000) Subject: (syms_of_buffer): Doc fix. X-Git-Tag: emacs-pretest-21.0.106~275 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79aa53817006fe2e688dfc58076cd69d75c9ccab;p=emacs.git (syms_of_buffer): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index a77600cb60f..eed4272cc95 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5238,7 +5238,8 @@ On other systems, this variable is normally always nil."); DEFVAR_PER_BUFFER ("default-directory", ¤t_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", ¤t_buffer->auto_fill_function, Qnil,