diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index ff4a500c8b7..33ffdf8eb8e 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5629,7 +5629,9 @@ visual lines rather than logical lines. See the documentation of | |||
| 5629 | DEFVAR_PER_BUFFER ("default-directory", &BVAR (current_buffer, directory), | 5629 | DEFVAR_PER_BUFFER ("default-directory", &BVAR (current_buffer, directory), |
| 5630 | Qstringp, | 5630 | Qstringp, |
| 5631 | doc: /* Name of default directory of current buffer. | 5631 | doc: /* Name of default directory of current buffer. |
| 5632 | To interactively change the default directory, use command `cd'. */); | 5632 | It should be a directory name (as opposed to a directory file-name). |
| 5633 | On GNU and Unix systems, directory names end in a slash `/'. | ||
| 5634 | To interactively change the default directory, use command `cd'. */); | ||
| 5633 | 5635 | ||
| 5634 | DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function), | 5636 | DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function), |
| 5635 | Qnil, | 5637 | Qnil, |