mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-29
4da398d8b5; Fix typos074008ee2d; Fix doc strings in lisp/image/ directory2d1e43436d; Improve documentation of hash functions.900f7e0727; Remove extraneous local variables from image-dired-*.el...4f053afe8ebug-reference: prevent match-data clobbering (bug#61395)10af9fbcad; * admin/notes/tree-sitter/starter-guide: Typos.9ac242ce93; Fix recent changes in treesit docsf5789aefc2Rename LIMIT to DEPTH in tree-sitter functions (bug#61231)b39821fdce; Fix incorrect function name in treesit manual5190173696Add 'live' property to treesit-node-check (bug#61235)56960a6558Update to Transient v0.3.7-205-gb8ad0da68a6b364d1Fix 'rmail-summary-output'67c6ec2559lisp-mode: add docstring recognition for more common lisp...417a8ed8b0; Improve discoverability of empty file names handlinge47cf6ca15Update to Transient v0.3.7-204-gecff8c2b04cce02ffFix Scala entry in Eglot's DB of LSP servers # Conflicts: # lisp/transient.el
This commit is contained in:
commit
08bd066149
26 changed files with 436 additions and 399 deletions
|
|
@ -181,8 +181,11 @@ to a package-local <package>-loaddefs.el file.")
|
|||
(put 'define-category 'doc-string-elt 2)
|
||||
;; CL
|
||||
(put 'defconstant 'doc-string-elt 3)
|
||||
(put 'define-compiler-macro 'doc-string-elt 3)
|
||||
(put 'define-setf-expander 'doc-string-elt 3)
|
||||
(put 'defparameter 'doc-string-elt 3)
|
||||
(put 'defstruct 'doc-string-elt 2)
|
||||
(put 'deftype 'doc-string-elt 3)
|
||||
|
||||
(defvar lisp-doc-string-elt-property 'doc-string-elt
|
||||
"The symbol property that holds the docstring position info.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue