]> 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)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:22:17 +0000 (08:22 +0100)
(cherry picked from commit fa0bb88302b5d9e02190f60cf50ce8a85e849cdf)

src/buffer.c

index ea0c23192b7d25f613335e16519be95cf9eba5f6..0dd7a9becbd150e3c100f4c9c76de41b06d295fd 100644 (file)
@@ -5359,8 +5359,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,