aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEli Zaretskii2023-12-30 04:51:17 -0500
committerEli Zaretskii2023-12-30 04:51:17 -0500
commit3b7198dc4703671fa8b00ed3bf159cb56d4d7ba3 (patch)
tree13db74148b39c017ea6932c6572e1aa3c73a2259 /src/buffer.c
parentaa0037aaf7c2cd7052925fdeca73c77c91254de1 (diff)
parent530315287254da2e6b0767ad343fa55f79be8536 (diff)
downloademacs-3b7198dc4703671fa8b00ed3bf159cb56d4d7ba3.tar.gz
emacs-3b7198dc4703671fa8b00ed3bf159cb56d4d7ba3.zip
Merge from origin/emacs-29
53031528725 Revert "Fix treesit-node-field-name and friends (bug#66674)" fa0bb88302b ; * src/buffer.c (syms_of_buffer) <default-directory>: Do... 44517037aed ; Fix typo ccf46acefd2 ; Fix last change. c86b039dffc ; * etc/DEBUG: Improve advice for debugging native-compil... 9afba605bbc Explain status "r" in `epa-list-keys` 62714221968 ; * lisp/dired.el (dired--make-directory-clickable): Refo... fcbb0044899 Fix mouse clicks on directory line in Dired be8a7155b48 Fix 'split-root-window-right' and 'split-root-window-below' eb19984c4db Mark icalendar.el as maintained by emacs-devel 03dc914fd37 ; Fix footnotes in ELisp Intro manual ceacf753958 Fix usage of `setq-default' and offer more suggestions 2701da0eee5 Fix python-ts-mode triple quote syntax (bug#67262) 683c7c96871 Increment parser timestamp when narrowing changes (bug#67... 8ae42c825e1 ruby-ts-mode: Fix indentation for string_array closer 9cfa498e0ab treesit-major-mode-setup: Use 'treesit--syntax-propertize... da2e440462b ruby-ts-mode: Fix an out-of-bounds error with heredoc at eob 6ea507296a7 Correctly refontify changed region in tree-sitter modes (...
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,