aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
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.
5369It should be an absolute directory name; on GNU and Unix systems, 5369It should be an absolute directory name; on GNU and Unix systems,
5370these names start with `/' or `~' and end with `/'. 5370these names start with "/" or "~" and end with "/".
5371To interactively change the default directory, use command `cd'. */); 5371To 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,