diff options
| author | Gerd Moellmann | 2001-09-03 08:03:53 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-09-03 08:03:53 +0000 |
| commit | 79aa53817006fe2e688dfc58076cd69d75c9ccab (patch) | |
| tree | bbbcdfa901011451aa1639b34b29300a1af058f0 /src | |
| parent | cdab3e503a49caf651c1513a069f578f6bfc5bc7 (diff) | |
| download | emacs-79aa53817006fe2e688dfc58076cd69d75c9ccab.tar.gz emacs-79aa53817006fe2e688dfc58076cd69d75c9ccab.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 2 insertions, 1 deletions
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."); | |||
| 5238 | DEFVAR_PER_BUFFER ("default-directory", ¤t_buffer->directory, | 5238 | DEFVAR_PER_BUFFER ("default-directory", ¤t_buffer->directory, |
| 5239 | make_number (Lisp_String), | 5239 | make_number (Lisp_String), |
| 5240 | "Name of default directory of current buffer. Should end with slash.\n\ | 5240 | "Name of default directory of current buffer. Should end with slash.\n\ |
| 5241 | Each buffer has its own value of this variable."); | 5241 | Each buffer has its own value of this variable. To change the\n\ |
| 5242 | default directory, use function `cd'."); | ||
| 5242 | 5243 | ||
| 5243 | DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_buffer->auto_fill_function, | 5244 | DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_buffer->auto_fill_function, |
| 5244 | Qnil, | 5245 | Qnil, |