]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Mon, 3 Sep 2001 08:03:53 +0000 (08:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 3 Sep 2001 08:03:53 +0000 (08:03 +0000)
src/buffer.c

index a77600cb60f02427523e3ea149e5bf2a078292a6..eed4272cc9565dbc7c7b37dab4545cdbd6834f4c 100644 (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,