aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2024-01-18 05:17:44 -0500
committerEli Zaretskii2024-01-18 05:17:44 -0500
commitef01b634d219bcceda17dcd61024c7a12173b88c (patch)
tree43fc2bacb27d875b1203e69bb01153ce8bc00e4d /lisp
parentb4baf0f8216b27a34a632f668cb9b02b1ac35b25 (diff)
downloademacs-29.2.tar.gz
emacs-29.2.zip
; Regenerate lisp/ldefs-boot.el and etc/AUTHORS for 29.2.emacs-29.2
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldefs-boot.el20
1 files changed, 13 insertions, 7 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 82643a55508..16a9df2c92e 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -6613,6 +6613,13 @@ There is some minimal font-lock support (see vars
6613(setq debugger 'debug) 6613(setq debugger 'debug)
6614(autoload 'debug "debug" "\ 6614(autoload 'debug "debug" "\
6615Enter debugger. \\<debugger-mode-map>`\\[debugger-continue]' returns from the debugger. 6615Enter debugger. \\<debugger-mode-map>`\\[debugger-continue]' returns from the debugger.
6616
6617In interactive sessions, this switches to a backtrace buffer and shows
6618the Lisp backtrace of function calls there. In batch mode (more accurately,
6619when `noninteractive' is non-nil), it shows the Lisp backtrace on the
6620standard error stream (unless `backtrace-on-error-noninteractive' is nil),
6621and then kills Emacs, causing it to exit with a negative exit code.
6622
6616Arguments are mainly for use when this is called from the internals 6623Arguments are mainly for use when this is called from the internals
6617of the evaluator. 6624of the evaluator.
6618 6625
@@ -9201,14 +9208,14 @@ Edit a keyboard macro which has been given a name by `name-last-kbd-macro'.
9201(fn &optional PREFIX)" t) 9208(fn &optional PREFIX)" t)
9202(autoload 'read-kbd-macro "edmacro" "\ 9209(autoload 'read-kbd-macro "edmacro" "\
9203Read the region as a keyboard macro definition. 9210Read the region as a keyboard macro definition.
9204The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\". 9211The region between START and END is interpreted as spelled-out keystrokes,
9205See documentation for `edmacro-mode' for details. 9212e.g., \"M-x abc RET\". See documentation for `edmacro-mode' for details.
9206Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored. 9213Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored.
9207The resulting macro is installed as the \"current\" keyboard macro. 9214The resulting macro is installed as the \"current\" keyboard macro.
9208 9215
9209In Lisp, may also be called with a single STRING argument in which case 9216In Lisp, may also be called with a single STRING argument in which case
9210the result is returned rather than being installed as the current macro. 9217the result is returned rather than being installed as the current macro.
9211The result will be a string if possible, otherwise an event vector. 9218The result is a vector of input events.
9212Second argument NEED-VECTOR means to return an event vector always. 9219Second argument NEED-VECTOR means to return an event vector always.
9213 9220
9214(fn START &optional END)" t) 9221(fn START &optional END)" t)
@@ -9824,7 +9831,7 @@ This command prompts for an emoji name, with completion, and
9824inserts it. It recognizes the Unicode Standard names of emoji, 9831inserts it. It recognizes the Unicode Standard names of emoji,
9825and also consults the `emoji-alternate-names' alist." t) 9832and also consults the `emoji-alternate-names' alist." t)
9826(autoload 'emoji-list "emoji" "\ 9833(autoload 'emoji-list "emoji" "\
9827List emojis and insert the one that's selected. 9834List emojis and allow selecting and inserting one of them.
9828Select the emoji by typing \\<emoji-list-mode-map>\\[emoji-list-select] on its picture. 9835Select the emoji by typing \\<emoji-list-mode-map>\\[emoji-list-select] on its picture.
9829The glyph will be inserted into the buffer that was current 9836The glyph will be inserted into the buffer that was current
9830when the command was invoked." t) 9837when the command was invoked." t)
@@ -22498,7 +22505,7 @@ Coloring:
22498 22505
22499;;; Generated autoloads from org/org.el 22506;;; Generated autoloads from org/org.el
22500 22507
22501(push (purecopy '(org 9 6 10)) package--builtin-versions) 22508(push (purecopy '(org 9 6 15)) package--builtin-versions)
22502(autoload 'org-babel-do-load-languages "org" "\ 22509(autoload 'org-babel-do-load-languages "org" "\
22503Load the languages defined in `org-babel-load-languages'. 22510Load the languages defined in `org-babel-load-languages'.
22504 22511
@@ -32871,7 +32878,7 @@ Add archive file name handler to `file-name-handler-alist'." (when (and tramp-ar
32871 32878
32872;;; Generated autoloads from net/trampver.el 32879;;; Generated autoloads from net/trampver.el
32873 32880
32874(push (purecopy '(tramp 2 6 2 -1)) package--builtin-versions) 32881(push (purecopy '(tramp 2 6 2 29 2)) package--builtin-versions)
32875(register-definition-prefixes "trampver" '("tramp-")) 32882(register-definition-prefixes "trampver" '("tramp-"))
32876 32883
32877 32884
@@ -34116,7 +34123,6 @@ Normalize arguments to delight.
34116 34123
34117;;; Generated autoloads from use-package/use-package-ensure-system-package.el 34124;;; Generated autoloads from use-package/use-package-ensure-system-package.el
34118 34125
34119(push (purecopy '(use-package 0 2)) package--builtin-versions)
34120(autoload 'use-package-normalize/:ensure-system-package "use-package-ensure-system-package" "\ 34126(autoload 'use-package-normalize/:ensure-system-package "use-package-ensure-system-package" "\
34121Turn ARGS into a list of conses of the form (PACKAGE-NAME . INSTALL-COMMAND). 34127Turn ARGS into a list of conses of the form (PACKAGE-NAME . INSTALL-COMMAND).
34122 34128