]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088).
authorEli Zaretskii <eliz@gnu.org>
Thu, 28 Dec 2023 19:46:59 +0000 (21:46 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 28 Dec 2023 19:46:59 +0000 (21:46 +0200)
src/buffer.c

index db362ffe7b0fce158635bcf99ce431df8fe35945..6b2cfa93926a063a14c9805fb72e469c073cb7de 100644 (file)
@@ -5346,8 +5346,8 @@ visual lines rather than logical lines.  See the documentation of
                     Qstringp,
                     doc: /* Name of default directory of current buffer.
 It should be an absolute directory name; on GNU and Unix systems,
-these names start with `/' or `~' and end with `/'.
-To interactively change the default directory, use command `cd'. */);
+these names start with "/" or "~" and end with "/".
+To interactively change the default directory, use the command `cd'. */);
 
   DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function),
                     Qnil,