aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEli Zaretskii2023-12-28 21:46:59 +0200
committerEli Zaretskii2023-12-28 21:46:59 +0200
commitfa0bb88302b5d9e02190f60cf50ce8a85e849cdf (patch)
treead8c1cb52f7fecba3eb2e9b1dcf73d71a5ebec1e /src/buffer.c
parent44517037aed6caada1d18bc6e39cc52413df6f84 (diff)
downloademacs-fa0bb88302b5d9e02190f60cf50ce8a85e849cdf.tar.gz
emacs-fa0bb88302b5d9e02190f60cf50ce8a85e849cdf.zip
; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088).
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 db362ffe7b0..6b2cfa93926 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5346,8 +5346,8 @@ visual lines rather than logical lines. See the documentation of
5346 Qstringp, 5346 Qstringp,
5347 doc: /* Name of default directory of current buffer. 5347 doc: /* Name of default directory of current buffer.
5348It should be an absolute directory name; on GNU and Unix systems, 5348It should be an absolute directory name; on GNU and Unix systems,
5349these names start with `/' or `~' and end with `/'. 5349these names start with "/" or "~" and end with "/".
5350To interactively change the default directory, use command `cd'. */); 5350To interactively change the default directory, use the command `cd'. */);
5351 5351
5352 DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function), 5352 DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function),
5353 Qnil, 5353 Qnil,