diff options
| author | Eli Zaretskii | 2024-01-18 05:17:44 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2024-01-18 05:17:44 -0500 |
| commit | ef01b634d219bcceda17dcd61024c7a12173b88c (patch) | |
| tree | 43fc2bacb27d875b1203e69bb01153ce8bc00e4d /lisp | |
| parent | b4baf0f8216b27a34a632f668cb9b02b1ac35b25 (diff) | |
| download | emacs-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.el | 20 |
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" "\ |
| 6615 | Enter debugger. \\<debugger-mode-map>`\\[debugger-continue]' returns from the debugger. | 6615 | Enter debugger. \\<debugger-mode-map>`\\[debugger-continue]' returns from the debugger. |
| 6616 | |||
| 6617 | In interactive sessions, this switches to a backtrace buffer and shows | ||
| 6618 | the Lisp backtrace of function calls there. In batch mode (more accurately, | ||
| 6619 | when `noninteractive' is non-nil), it shows the Lisp backtrace on the | ||
| 6620 | standard error stream (unless `backtrace-on-error-noninteractive' is nil), | ||
| 6621 | and then kills Emacs, causing it to exit with a negative exit code. | ||
| 6622 | |||
| 6616 | Arguments are mainly for use when this is called from the internals | 6623 | Arguments are mainly for use when this is called from the internals |
| 6617 | of the evaluator. | 6624 | of 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" "\ |
| 9203 | Read the region as a keyboard macro definition. | 9210 | Read the region as a keyboard macro definition. |
| 9204 | The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\". | 9211 | The region between START and END is interpreted as spelled-out keystrokes, |
| 9205 | See documentation for `edmacro-mode' for details. | 9212 | e.g., \"M-x abc RET\". See documentation for `edmacro-mode' for details. |
| 9206 | Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored. | 9213 | Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored. |
| 9207 | The resulting macro is installed as the \"current\" keyboard macro. | 9214 | The resulting macro is installed as the \"current\" keyboard macro. |
| 9208 | 9215 | ||
| 9209 | In Lisp, may also be called with a single STRING argument in which case | 9216 | In Lisp, may also be called with a single STRING argument in which case |
| 9210 | the result is returned rather than being installed as the current macro. | 9217 | the result is returned rather than being installed as the current macro. |
| 9211 | The result will be a string if possible, otherwise an event vector. | 9218 | The result is a vector of input events. |
| 9212 | Second argument NEED-VECTOR means to return an event vector always. | 9219 | Second 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 | |||
| 9824 | inserts it. It recognizes the Unicode Standard names of emoji, | 9831 | inserts it. It recognizes the Unicode Standard names of emoji, |
| 9825 | and also consults the `emoji-alternate-names' alist." t) | 9832 | and also consults the `emoji-alternate-names' alist." t) |
| 9826 | (autoload 'emoji-list "emoji" "\ | 9833 | (autoload 'emoji-list "emoji" "\ |
| 9827 | List emojis and insert the one that's selected. | 9834 | List emojis and allow selecting and inserting one of them. |
| 9828 | Select the emoji by typing \\<emoji-list-mode-map>\\[emoji-list-select] on its picture. | 9835 | Select the emoji by typing \\<emoji-list-mode-map>\\[emoji-list-select] on its picture. |
| 9829 | The glyph will be inserted into the buffer that was current | 9836 | The glyph will be inserted into the buffer that was current |
| 9830 | when the command was invoked." t) | 9837 | when 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" "\ |
| 22503 | Load the languages defined in `org-babel-load-languages'. | 22510 | Load 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" "\ |
| 34121 | Turn ARGS into a list of conses of the form (PACKAGE-NAME . INSTALL-COMMAND). | 34127 | Turn ARGS into a list of conses of the form (PACKAGE-NAME . INSTALL-COMMAND). |
| 34122 | 34128 | ||