1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-07 06:22:32 -08:00
emacs/doc
Juri Linkov 568c174135 Add 'forward-sexp-default-function' to be used by 'treesit-forward-sexp'
* lisp/emacs-lisp/lisp.el (forward-sexp-default-function):
New function with body from 'forward-sexp' (bug#68993).
(forward-sexp-function): Change the default value from nil to
'forward-sexp-default-function'.
(forward-sexp): Use either 'forward-sexp-function' or
'forward-sexp-default-function'.

* lisp/treesit.el (treesit-forward-sexp): In nodes of type 'text'
fall back to 'forward-sexp-default-function'.  Improve docstring.

* doc/lispref/positions.texi (List Motion): Fix pxref.
2024-04-14 19:22:01 +03:00
..
emacs Add command 'list-keyboard-macros' that works like 'list-buffers'. 2024-04-14 12:39:17 +03:00
lispintro Fix info-xref-tests 2024-01-13 20:38:34 +02:00
lispref Add 'forward-sexp-default-function' to be used by 'treesit-forward-sexp' 2024-04-14 19:22:01 +03:00
man Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
misc ; Fix documentation of a recent change in dbus.el (bug#70301) 2024-04-12 14:26:27 +03:00
translations ; Further copyedits of doc/translations/README. 2024-02-19 15:19:54 +02:00