diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 637830704e6..5b4c4ea390e 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5367,8 +5367,8 @@ visual lines rather than logical lines. See the documentation of | |||
| 5367 | Qstringp, | 5367 | Qstringp, |
| 5368 | doc: /* Name of default directory of current buffer. | 5368 | doc: /* Name of default directory of current buffer. |
| 5369 | It should be an absolute directory name; on GNU and Unix systems, | 5369 | It should be an absolute directory name; on GNU and Unix systems, |
| 5370 | these names start with `/' or `~' and end with `/'. | 5370 | these names start with "/" or "~" and end with "/". |
| 5371 | To interactively change the default directory, use command `cd'. */); | 5371 | To interactively change the default directory, use the command `cd'. */); |
| 5372 | 5372 | ||
| 5373 | DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function), | 5373 | DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function), |
| 5374 | Qnil, | 5374 | Qnil, |