Mercurial > emacs
changeset 39087:7eeeae13a5ef
(syms_of_buffer): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 03 Sep 2001 08:03:53 +0000 |
parents | 57c4dfabffa8 |
children | 2fc21ed3beac |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Mon Sep 03 07:56:39 2001 +0000 +++ b/src/buffer.c Mon Sep 03 08:03:53 2001 +0000 @@ -5238,7 +5238,8 @@ 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,