diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 380a7af33c1..91e42dca2bf 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5739,7 +5739,7 @@ visual lines rather than logical lines. See the documentation of | |||
| 5739 | 5739 | ||
| 5740 | DEFVAR_PER_BUFFER ("default-directory", &BVAR (current_buffer, directory), | 5740 | DEFVAR_PER_BUFFER ("default-directory", &BVAR (current_buffer, directory), |
| 5741 | Qstringp, | 5741 | Qstringp, |
| 5742 | doc: /* Name of default directory of current buffer. Should end with slash. | 5742 | doc: /* Name of default directory of current buffer. |
| 5743 | To interactively change the default directory, use command `cd'. */); | 5743 | To interactively change the default directory, use command `cd'. */); |
| 5744 | 5744 | ||
| 5745 | DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function), | 5745 | DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function), |