diff options
Diffstat (limited to 'src')
| -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 c1c53dd2207..8ef27dee0f3 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5754,7 +5754,9 @@ visual lines rather than logical lines. See the documentation of | |||
| 5754 | DEFVAR_PER_BUFFER ("default-directory", &BVAR (current_buffer, directory), | 5754 | DEFVAR_PER_BUFFER ("default-directory", &BVAR (current_buffer, directory), |
| 5755 | Qstringp, | 5755 | Qstringp, |
| 5756 | doc: /* Name of default directory of current buffer. | 5756 | doc: /* Name of default directory of current buffer. |
| 5757 | To interactively change the default directory, use command `cd'. */); | 5757 | It should be a directory name (as opposed to a directory file-name). |
| 5758 | On GNU and Unix systems, directory names end in a slash `/'. | ||
| 5759 | To interactively change the default directory, use command `cd'. */); | ||
| 5758 | 5760 | ||
| 5759 | DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function), | 5761 | DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function), |
| 5760 | Qnil, | 5762 | Qnil, |