Merge from origin/emacs-27
05089a4d65
(origin/emacs-27) Tweak wording re constant variablesa1040861f1
Tweak setcar-related wording751510f865
* lisp/image-mode.el: Add prefix key 's' and reduce depend...9261a219ec
* doc/emacs/windows.texi (Window Convenience): Decribe mor...e1d42da0d6
Fix mutability glitches reported by Drew Adams5805df74f5
Improve mutability docdca35b31d0
Improve mutability documentation81e7d7f111
Document that quoting yields constants5734339f40
* doc/lispref/keymaps.texi (Extended Menu Items, Easy Menu...14a570afae
Remove #' and function quoting from lambda forms in manuald5ec18c66b
* src/regex-emacs.c (re_match_2_internal): Rework comment ...4df8a61117
Add new node "Image Mode" to Emacs Manual.d7d5ee6c57
; Fix a typo in cmdargs.texi (bug#40701)5e9db48fbe
* doc/lispref/display.texi (Customizing Bitmaps): Fix typo.eebfb72c90
Document constant vs mutable objects better6c187ed6b0
Improve documentation of 'sort-lines'52288f4b66
Mention 'spam-stat-process-directory-age' in the documenta...067b070598
; Fix some typos and doc issues (bug#40695) # Conflicts: # etc/NEWS
This commit is contained in:
commit
477b9eaf45
53 changed files with 420 additions and 301 deletions
|
@ -535,7 +535,7 @@ This will generate compile-time constants from BINDINGS."
|
|||
|
||||
;; Support backtrace mode.
|
||||
(defconst lisp-el-font-lock-keywords-for-backtraces lisp-el-font-lock-keywords
|
||||
"Default highlighting from Emacs Lisp mod used in Backtrace mode.")
|
||||
"Default highlighting from Emacs Lisp mode used in Backtrace mode.")
|
||||
(defconst lisp-el-font-lock-keywords-for-backtraces-1 lisp-el-font-lock-keywords-1
|
||||
"Subdued highlighting from Emacs Lisp mode used in Backtrace mode.")
|
||||
(defconst lisp-el-font-lock-keywords-for-backtraces-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue