mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 15:50:40 -08:00
Merge from origin/emacs-30
d509a35699Fix regression in widget-move (bug#72995)ef0276de82; * lisp/cus-edit.el (setopt): Doc fix. (Bug#73098)b115c2d5eb; * lisp/minibuffer.el (completion-pcm--merge-completions...3cda1fdc3bCorrectly include fixed strings before a prefix wildcard ...57d93d0259; * lisp/treesit.el (treesit-major-mode-setup): Doc fix.ad289f364e; Improve documentation of 'easy-menu-define'3cad7cc8dcSet treesit-primary-parser for c and elixir ts mode2f243fb91d; Minor doc fix in treesit.el6a6d7925c9Fix range handling so it works for multibyte buffer (bug#...76faf7e609Revert "Read more on each call to treesit's buffer reader"c70bd0e3feFix tree-sitter indent preset prev-adaptive-prefix272df33fb8; * CONTRIBUTE: Minor copyedits.8e1187e336Improve NEWS entriesca3932121aDon't fail uniquify-tests in non-version-controlled sourc...79f68597ab; * etc/ORG-NEWS: Fix typo.d66b70f360* doc/misc/auth.texi: Minor copy edits.2c6b7b2da9; * admin/MAINTAINERS: Remove some entries for Artur Mala...11e7ae3964Fix bug#72254 # Conflicts: # etc/NEWS
This commit is contained in:
commit
0cf9886cdf
20 changed files with 317 additions and 174 deletions
|
|
@ -38,7 +38,8 @@
|
|||
(defmacro easy-menu-define (symbol maps doc menu)
|
||||
"Define a pop-up menu and/or menu bar menu specified by MENU.
|
||||
If SYMBOL is non-nil, define SYMBOL as a function to pop up the
|
||||
submenu defined by MENU, with DOC as its doc string.
|
||||
submenu defined by MENU, with DOC as its doc string. Also define
|
||||
SYMBOL as a variable whose value is the menu.
|
||||
|
||||
MAPS, if non-nil, should be a keymap or a list of keymaps; add
|
||||
the submenu defined by MENU to the keymap or each of the keymaps,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue