mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-29
84d2da003e; Fix example in the Flymake manual0a1459f1d9* doc/misc/calc.texi (Advanced Math Functions): Correct c...92faf1f564Consider 'dired-kill-when-opening-new-dired-buffer' in mo...bafe71a69f; Fix use-package.texi markup018e4ca6c5; * doc/misc/calc.texi (Advanced Math Functions): Fix las...1952dbd4c5Fix Gamma function definition in calc.texif73f82d7e8Fix subscripts in the Calc manual70fc7c41efImprove documentation of 'declare' formsc835758238; * src/lread.c (bytecode_from_rev_list): Avoid C++ comment.2847857496Improve tree-sitter docs0e9307eb2bFix some Texinfo markup in manuals8dc08333eeFix bol/bos anchors in tree-sitter :match regexps8225ade615; * src/xdisp.c (syms_of_xdisp) <display-line-numbers>: F...1f0527a312; Fix last change in tex-mode.el4da479920e* lisp/subr.el (with-restriction): Tweak indent rule36aa9bd818; Fix previous changeaaeaf608d8Fix setting region in the minibuffer1383efe01dFix setting $DBUS_SESSION_BUS_ADDRESS after Emacs has sta...bdb0bc2b4eFix tex-mode display-buffer issues90047c38ceAdd test for when 'completion-auto-help' is 'visible'2c623e4febAvoid errors in 'apropos-documentation' after 'eval-buffer'dd3b98121c; * doc/emacs/indent.texi (Indentation Commands): Fix las...904edf1f07Mention indent-rigidly in the Emacs manual
This commit is contained in:
commit
d1ddd1d5d9
48 changed files with 495 additions and 385 deletions
|
|
@ -3493,7 +3493,7 @@ This function is intended for use in `after-change-functions'."
|
|||
:language 'javascript
|
||||
:feature 'constant
|
||||
'(((identifier) @font-lock-constant-face
|
||||
(:match "^[A-Z_][A-Z_\\d]*$" @font-lock-constant-face))
|
||||
(:match "\\`[A-Z_][A-Z_\\d]*\\'" @font-lock-constant-face))
|
||||
|
||||
[(true) (false) (null)] @font-lock-constant-face)
|
||||
|
||||
|
|
@ -3612,7 +3612,7 @@ This function is intended for use in `after-change-functions'."
|
|||
:feature 'number
|
||||
'((number) @font-lock-number-face
|
||||
((identifier) @font-lock-number-face
|
||||
(:match "^\\(:?NaN\\|Infinity\\)$" @font-lock-number-face)))
|
||||
(:match "\\`\\(:?NaN\\|Infinity\\)\\'" @font-lock-number-face)))
|
||||
|
||||
:language 'javascript
|
||||
:feature 'operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue