[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 fa0bb88302b: ; * src/buffer.c (syms_of_buffer) <default-directo
From: |
Eli Zaretskii |
Subject: |
emacs-29 fa0bb88302b: ; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088). |
Date: |
Thu, 28 Dec 2023 14:47:38 -0500 (EST) |
branch: emacs-29
commit fa0bb88302b5d9e02190f60cf50ce8a85e849cdf
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088).
---
src/buffer.c | 4 ++--
1 file 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
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,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 fa0bb88302b: ; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088).,
Eli Zaretskii <=