diff options
| author | Stefan Kangas | 2022-11-01 05:07:50 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-01 05:07:50 +0100 |
| commit | a7ded19ffce57bf8b475aeb28fbfa72e91f4d4d9 (patch) | |
| tree | 773e4af3d8d616038c9ef057a657bdc16917f1bc /lisp/ldefs-boot.el | |
| parent | 4cc32937c06f7dd66da025fdb98369f456f1af0a (diff) | |
| download | emacs-a7ded19ffce57bf8b475aeb28fbfa72e91f4d4d9.tar.gz emacs-a7ded19ffce57bf8b475aeb28fbfa72e91f4d4d9.zip | |
; Auto-commit of loaddefs files.
Diffstat (limited to 'lisp/ldefs-boot.el')
| -rw-r--r-- | lisp/ldefs-boot.el | 109 |
1 files changed, 84 insertions, 25 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index b992846b0b6..c754e723542 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -3925,18 +3925,6 @@ See the documentation of `define-ccl-program' for the detail of CCL program. | |||
| 3925 | (register-definition-prefixes "ccl" '("ccl-")) | 3925 | (register-definition-prefixes "ccl" '("ccl-")) |
| 3926 | 3926 | ||
| 3927 | 3927 | ||
| 3928 | ;;; Generated autoloads from emacs-lisp/cconv.el | ||
| 3929 | |||
| 3930 | (autoload 'cconv-closure-convert "cconv" "\ | ||
| 3931 | Main entry point for closure conversion. | ||
| 3932 | FORM is a piece of Elisp code after macroexpansion. | ||
| 3933 | |||
| 3934 | Returns a form where all lambdas don't have any free variables. | ||
| 3935 | |||
| 3936 | (fn FORM)") | ||
| 3937 | (register-definition-prefixes "cconv" '("cconv-")) | ||
| 3938 | |||
| 3939 | |||
| 3940 | ;;; Generated autoloads from cdl.el | 3928 | ;;; Generated autoloads from cdl.el |
| 3941 | 3929 | ||
| 3942 | (register-definition-prefixes "cdl" '("cdl-")) | 3930 | (register-definition-prefixes "cdl" '("cdl-")) |
| @@ -4959,6 +4947,8 @@ evaluate `compilation-shell-minor-mode'. | |||
| 4959 | The mode's hook is called both when the mode is enabled and when | 4947 | The mode's hook is called both when the mode is enabled and when |
| 4960 | it is disabled. | 4948 | it is disabled. |
| 4961 | 4949 | ||
| 4950 | \\{compilation-shell-minor-mode-map} | ||
| 4951 | |||
| 4962 | (fn &optional ARG)" t) | 4952 | (fn &optional ARG)" t) |
| 4963 | (autoload 'compilation-minor-mode "compile" "\ | 4953 | (autoload 'compilation-minor-mode "compile" "\ |
| 4964 | Toggle Compilation minor mode. | 4954 | Toggle Compilation minor mode. |
| @@ -4982,6 +4972,8 @@ evaluate `compilation-minor-mode'. | |||
| 4982 | The mode's hook is called both when the mode is enabled and when | 4972 | The mode's hook is called both when the mode is enabled and when |
| 4983 | it is disabled. | 4973 | it is disabled. |
| 4984 | 4974 | ||
| 4975 | \\{compilation-minor-mode-map} | ||
| 4976 | |||
| 4985 | (fn &optional ARG)" t) | 4977 | (fn &optional ARG)" t) |
| 4986 | (autoload 'compilation-next-error-function "compile" "\ | 4978 | (autoload 'compilation-next-error-function "compile" "\ |
| 4987 | Advance to the next error message and visit the file where the error was. | 4979 | Advance to the next error message and visit the file where the error was. |
| @@ -8366,7 +8358,7 @@ A second call of this function without changing point inserts the next match. | |||
| 8366 | A call with prefix PREFIX reads the symbol to insert from the minibuffer with | 8358 | A call with prefix PREFIX reads the symbol to insert from the minibuffer with |
| 8367 | completion. | 8359 | completion. |
| 8368 | 8360 | ||
| 8369 | (fn PREFIX)" '("P")) | 8361 | (fn PREFIX)" t) |
| 8370 | (autoload 'ebrowse-tags-loop-continue "ebrowse" "\ | 8362 | (autoload 'ebrowse-tags-loop-continue "ebrowse" "\ |
| 8371 | Repeat last operation on files in tree. | 8363 | Repeat last operation on files in tree. |
| 8372 | FIRST-TIME non-nil means this is not a repetition, but the first time. | 8364 | FIRST-TIME non-nil means this is not a repetition, but the first time. |
| @@ -8976,6 +8968,55 @@ Turn on EDT Emulation." t) | |||
| 8976 | (register-definition-prefixes "edt-vt100" '("edt-set-term-width-")) | 8968 | (register-definition-prefixes "edt-vt100" '("edt-set-term-width-")) |
| 8977 | 8969 | ||
| 8978 | 8970 | ||
| 8971 | ;;; Generated autoloads from progmodes/eglot.el | ||
| 8972 | |||
| 8973 | (push (purecopy '(eglot 1 9)) package--builtin-versions) | ||
| 8974 | (autoload 'eglot "eglot" "\ | ||
| 8975 | Start LSP server in support of PROJECT's buffers under MANAGED-MAJOR-MODE. | ||
| 8976 | |||
| 8977 | This starts a Language Server Protocol (LSP) server suitable for the | ||
| 8978 | buffers of PROJECT whose `major-mode' is MANAGED-MAJOR-MODE. | ||
| 8979 | CLASS is the class of the LSP server to start and CONTACT specifies | ||
| 8980 | how to connect to the server. | ||
| 8981 | |||
| 8982 | Interactively, the command attempts to guess MANAGED-MAJOR-MODE | ||
| 8983 | from the current buffer's `major-mode', CLASS and CONTACT from | ||
| 8984 | `eglot-server-programs' looked up by the major mode, and PROJECT from | ||
| 8985 | `project-find-functions'. The search for active projects in this | ||
| 8986 | context binds `eglot-lsp-context' (which see). | ||
| 8987 | |||
| 8988 | If it can't guess, it prompts the user for the mode and the server. | ||
| 8989 | With a single \\[universal-argument] prefix arg, it always prompts for COMMAND. | ||
| 8990 | With two \\[universal-argument], it also always prompts for MANAGED-MAJOR-MODE. | ||
| 8991 | |||
| 8992 | The LSP server of CLASS is started (or contacted) via CONTACT. | ||
| 8993 | If this operation is successful, current *and future* file | ||
| 8994 | buffers of MANAGED-MAJOR-MODE inside PROJECT become \"managed\" | ||
| 8995 | by the LSP server, meaning the information about their contents is | ||
| 8996 | exchanged periodically with the server to provide enhanced | ||
| 8997 | code-analysis via `xref-find-definitions', `flymake-mode', | ||
| 8998 | `eldoc-mode', and `completion-at-point', among others. | ||
| 8999 | |||
| 9000 | PROJECT is a project object as returned by `project-current'. | ||
| 9001 | |||
| 9002 | CLASS is a subclass of `eglot-lsp-server'. | ||
| 9003 | |||
| 9004 | CONTACT specifies how to contact the server. It is a | ||
| 9005 | keyword-value plist used to initialize CLASS or a plain list as | ||
| 9006 | described in `eglot-server-programs', which see. | ||
| 9007 | |||
| 9008 | LANGUAGE-ID is the language ID string to send to the server for | ||
| 9009 | MANAGED-MAJOR-MODE, which matters to a minority of servers. | ||
| 9010 | |||
| 9011 | INTERACTIVE is t if called interactively. | ||
| 9012 | |||
| 9013 | (fn MANAGED-MAJOR-MODE PROJECT CLASS CONTACT LANGUAGE-ID &optional INTERACTIVE)" t) | ||
| 9014 | (autoload 'eglot-ensure "eglot" "\ | ||
| 9015 | Start Eglot session for current buffer if there isn't one.") | ||
| 9016 | (put 'eglot-workspace-configuration 'safe-local-variable 'listp) | ||
| 9017 | (register-definition-prefixes "eglot" '("eglot-")) | ||
| 9018 | |||
| 9019 | |||
| 8979 | ;;; Generated autoloads from ehelp.el | 9020 | ;;; Generated autoloads from ehelp.el |
| 8980 | 9021 | ||
| 8981 | (autoload 'with-electric-help "ehelp" "\ | 9022 | (autoload 'with-electric-help "ehelp" "\ |
| @@ -9915,7 +9956,7 @@ When present, ID should be an opaque object used to identify the | |||
| 9915 | connection unequivocally. This is rarely needed and not available | 9956 | connection unequivocally. This is rarely needed and not available |
| 9916 | interactively. | 9957 | interactively. |
| 9917 | 9958 | ||
| 9918 | (fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) (USER (erc-compute-user)) PASSWORD (FULL-NAME (erc-compute-full-name)) ID)" '((erc-select-read-args))) | 9959 | (fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) (USER (erc-compute-user)) PASSWORD (FULL-NAME (erc-compute-full-name)) ID)" t) |
| 9919 | (defalias 'erc-select #'erc) | 9960 | (defalias 'erc-select #'erc) |
| 9920 | (autoload 'erc-tls "erc" "\ | 9961 | (autoload 'erc-tls "erc" "\ |
| 9921 | ERC is a powerful, modular, and extensible IRC client. | 9962 | ERC is a powerful, modular, and extensible IRC client. |
| @@ -9962,7 +10003,7 @@ symbol composed of letters from the Latin alphabet.) This option is | |||
| 9962 | generally unneeded, however. See info node `(erc) Connecting' for use | 10003 | generally unneeded, however. See info node `(erc) Connecting' for use |
| 9963 | cases. Not available interactively. | 10004 | cases. Not available interactively. |
| 9964 | 10005 | ||
| 9965 | (fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) (USER (erc-compute-user)) PASSWORD (FULL-NAME (erc-compute-full-name)) CLIENT-CERTIFICATE ID)" '((let ((erc-default-port erc-default-port-tls)) (erc-select-read-args)))) | 10006 | (fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) (USER (erc-compute-user)) PASSWORD (FULL-NAME (erc-compute-full-name)) CLIENT-CERTIFICATE ID)" t) |
| 9966 | (autoload 'erc-handle-irc-url "erc" "\ | 10007 | (autoload 'erc-handle-irc-url "erc" "\ |
| 9967 | Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD. | 10008 | Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD. |
| 9968 | If ERC is already connected to HOST:PORT, simply /join CHANNEL. | 10009 | If ERC is already connected to HOST:PORT, simply /join CHANNEL. |
| @@ -10178,7 +10219,9 @@ it has to be wrapped in `(eval (quote ...))'. | |||
| 10178 | If NAME is already defined as a test and Emacs is running | 10219 | If NAME is already defined as a test and Emacs is running |
| 10179 | in batch mode, an error is signalled. | 10220 | in batch mode, an error is signalled. |
| 10180 | 10221 | ||
| 10181 | (fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil 'macro) | 10222 | (fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil t) |
| 10223 | (function-put 'ert-deftest 'doc-string-elt 3) | ||
| 10224 | (function-put 'ert-deftest 'lisp-indent-function 2) | ||
| 10182 | (autoload 'ert-run-tests-batch "ert" "\ | 10225 | (autoload 'ert-run-tests-batch "ert" "\ |
| 10183 | Run the tests specified by SELECTOR, printing results to the terminal. | 10226 | Run the tests specified by SELECTOR, printing results to the terminal. |
| 10184 | 10227 | ||
| @@ -12292,6 +12335,8 @@ evaluate `flymake-mode'. | |||
| 12292 | The mode's hook is called both when the mode is enabled and when | 12335 | The mode's hook is called both when the mode is enabled and when |
| 12293 | it is disabled. | 12336 | it is disabled. |
| 12294 | 12337 | ||
| 12338 | \\{flymake-mode-map} | ||
| 12339 | |||
| 12295 | (fn &optional ARG)" t) | 12340 | (fn &optional ARG)" t) |
| 12296 | (autoload 'flymake-mode-on "flymake" "\ | 12341 | (autoload 'flymake-mode-on "flymake" "\ |
| 12297 | Turn Flymake mode on.") | 12342 | Turn Flymake mode on.") |
| @@ -14396,7 +14441,12 @@ Run gdb passing it COMMAND-LINE as arguments. | |||
| 14396 | If COMMAND-LINE names a program FILE to debug, gdb will run in | 14441 | If COMMAND-LINE names a program FILE to debug, gdb will run in |
| 14397 | a buffer named *gud-FILE*, and the directory containing FILE | 14442 | a buffer named *gud-FILE*, and the directory containing FILE |
| 14398 | becomes the initial working directory and source-file directory | 14443 | becomes the initial working directory and source-file directory |
| 14399 | for your debugger. | 14444 | for your debugger. If you don't want `default-directory' to |
| 14445 | change to the directory of FILE, specify FILE without leading | ||
| 14446 | directories, in which case FILE should reside either in the | ||
| 14447 | directory of the buffer from which this command is invoked, or | ||
| 14448 | it can be found by searching PATH. | ||
| 14449 | |||
| 14400 | If COMMAND-LINE requests that gdb attaches to a process PID, gdb | 14450 | If COMMAND-LINE requests that gdb attaches to a process PID, gdb |
| 14401 | will run in *gud-PID*, otherwise it will run in *gud*; in these | 14451 | will run in *gud-PID*, otherwise it will run in *gud*; in these |
| 14402 | cases the initial working directory is the `default-directory' of | 14452 | cases the initial working directory is the `default-directory' of |
| @@ -15917,7 +15967,8 @@ inlined into the compiled format versions. This means that if you | |||
| 15917 | change its definition, you should explicitly call | 15967 | change its definition, you should explicitly call |
| 15918 | `ibuffer-recompile-formats'. | 15968 | `ibuffer-recompile-formats'. |
| 15919 | 15969 | ||
| 15920 | (fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil 'macro) | 15970 | (fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil t) |
| 15971 | (function-put 'define-ibuffer-column 'lisp-indent-function 'defun) | ||
| 15921 | (autoload 'define-ibuffer-sorter "ibuf-macs" "\ | 15972 | (autoload 'define-ibuffer-sorter "ibuf-macs" "\ |
| 15922 | Define a method of sorting named NAME. | 15973 | Define a method of sorting named NAME. |
| 15923 | DOCUMENTATION is the documentation of the function, which will be called | 15974 | DOCUMENTATION is the documentation of the function, which will be called |
| @@ -15928,7 +15979,9 @@ For sorting, the forms in BODY will be evaluated with `a' bound to one | |||
| 15928 | buffer object, and `b' bound to another. BODY should return a non-nil | 15979 | buffer object, and `b' bound to another. BODY should return a non-nil |
| 15929 | value if and only if `a' is \"less than\" `b'. | 15980 | value if and only if `a' is \"less than\" `b'. |
| 15930 | 15981 | ||
| 15931 | (fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil 'macro) | 15982 | (fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil t) |
| 15983 | (function-put 'define-ibuffer-sorter 'lisp-indent-function 1) | ||
| 15984 | (function-put 'define-ibuffer-sorter 'doc-string-elt 2) | ||
| 15932 | (autoload 'define-ibuffer-op "ibuf-macs" "\ | 15985 | (autoload 'define-ibuffer-op "ibuf-macs" "\ |
| 15933 | Generate a function which operates on a buffer. | 15986 | Generate a function which operates on a buffer. |
| 15934 | OP becomes the name of the function; if it doesn't begin with | 15987 | OP becomes the name of the function; if it doesn't begin with |
| @@ -15967,7 +16020,9 @@ BODY define the operation; they are forms to evaluate per each | |||
| 15967 | marked buffer. BODY is evaluated with `buf' bound to the | 16020 | marked buffer. BODY is evaluated with `buf' bound to the |
| 15968 | buffer object. | 16021 | buffer object. |
| 15969 | 16022 | ||
| 15970 | (fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING BEFORE AFTER COMPLEX) &rest BODY)" nil 'macro) | 16023 | (fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING BEFORE AFTER COMPLEX) &rest BODY)" nil t) |
| 16024 | (function-put 'define-ibuffer-op 'lisp-indent-function 2) | ||
| 16025 | (function-put 'define-ibuffer-op 'doc-string-elt 3) | ||
| 15971 | (autoload 'define-ibuffer-filter "ibuf-macs" "\ | 16026 | (autoload 'define-ibuffer-filter "ibuf-macs" "\ |
| 15972 | Define a filter named NAME. | 16027 | Define a filter named NAME. |
| 15973 | DOCUMENTATION is the documentation of the function. | 16028 | DOCUMENTATION is the documentation of the function. |
| @@ -15982,7 +16037,9 @@ not a particular buffer should be displayed or not. The forms in BODY | |||
| 15982 | will be evaluated with BUF bound to the buffer object, and QUALIFIER | 16037 | will be evaluated with BUF bound to the buffer object, and QUALIFIER |
| 15983 | bound to the current value of the filter. | 16038 | bound to the current value of the filter. |
| 15984 | 16039 | ||
| 15985 | (fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil 'macro) | 16040 | (fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil t) |
| 16041 | (function-put 'define-ibuffer-filter 'lisp-indent-function 2) | ||
| 16042 | (function-put 'define-ibuffer-filter 'doc-string-elt 2) | ||
| 15986 | (register-definition-prefixes "ibuf-macs" '("ibuffer-")) | 16043 | (register-definition-prefixes "ibuf-macs" '("ibuffer-")) |
| 15987 | 16044 | ||
| 15988 | 16045 | ||
| @@ -17401,7 +17458,7 @@ Convert old Emacs Devanagari characters to UCS. | |||
| 17401 | 17458 | ||
| 17402 | ;;; Generated autoloads from leim/quail/indian.el | 17459 | ;;; Generated autoloads from leim/quail/indian.el |
| 17403 | 17460 | ||
| 17404 | (register-definition-prefixes "quail/indian" '("indian-mlm-mozhi-u" "inscript-" "quail-" "tamil-")) | 17461 | (register-definition-prefixes "quail/indian" '("indian-mlm-mozhi-u" "inscript-" "quail-" "tamil")) |
| 17405 | 17462 | ||
| 17406 | 17463 | ||
| 17407 | ;;; Generated autoloads from progmodes/inf-lisp.el | 17464 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| @@ -19555,7 +19612,7 @@ Populate MENU with commands that open a man page at point. | |||
| 19555 | 19612 | ||
| 19556 | ;;; Generated autoloads from emacs-lisp/map.el | 19613 | ;;; Generated autoloads from emacs-lisp/map.el |
| 19557 | 19614 | ||
| 19558 | (push (purecopy '(map 3 2 1)) package--builtin-versions) | 19615 | (push (purecopy '(map 3 3 1)) package--builtin-versions) |
| 19559 | (register-definition-prefixes "map" '("map-")) | 19616 | (register-definition-prefixes "map" '("map-")) |
| 19560 | 19617 | ||
| 19561 | 19618 | ||
| @@ -25621,6 +25678,8 @@ evaluate `rectangle-mark-mode'. | |||
| 25621 | The mode's hook is called both when the mode is enabled and when | 25678 | The mode's hook is called both when the mode is enabled and when |
| 25622 | it is disabled. | 25679 | it is disabled. |
| 25623 | 25680 | ||
| 25681 | \\{rectangle-mark-mode-map} | ||
| 25682 | |||
| 25624 | (fn &optional ARG)" t) | 25683 | (fn &optional ARG)" t) |
| 25625 | (register-definition-prefixes "rect" '("apply-on-rectangle" "clear-rectangle-line" "delete-" "extract-rectangle-" "killed-rectangle" "ope" "rectangle-" "spaces-string" "string-rectangle-")) | 25684 | (register-definition-prefixes "rect" '("apply-on-rectangle" "clear-rectangle-line" "delete-" "extract-rectangle-" "killed-rectangle" "ope" "rectangle-" "spaces-string" "string-rectangle-")) |
| 25626 | 25685 | ||
| @@ -26500,7 +26559,7 @@ Emacs will list the message in the summary. | |||
| 26500 | (fn REGEXP)" t) | 26559 | (fn REGEXP)" t) |
| 26501 | (autoload 'rmail-summary-by-topic "rmailsum" "\ | 26560 | (autoload 'rmail-summary-by-topic "rmailsum" "\ |
| 26502 | Display a summary of all messages with the given SUBJECT. | 26561 | Display a summary of all messages with the given SUBJECT. |
| 26503 | Normally checks just the Subject field of headers; but with prefix | 26562 | Normally checks just the Subject field of headers; but when prefix |
| 26504 | argument WHOLE-MESSAGE is non-nil, looks in the whole message. | 26563 | argument WHOLE-MESSAGE is non-nil, looks in the whole message. |
| 26505 | SUBJECT is a regular expression. | 26564 | SUBJECT is a regular expression. |
| 26506 | 26565 | ||
| @@ -33026,7 +33085,7 @@ Like `message', but do nothing if `url-show-status' is nil. | |||
| 33026 | 33085 | ||
| 33027 | 33086 | ||
| 33028 | (fn X Y)") | 33087 | (fn X Y)") |
| 33029 | (defalias 'url-basepath 'url-file-directory) | 33088 | (defalias 'url-basepath #'url-file-directory) |
| 33030 | (autoload 'url-file-directory "url-util" "\ | 33089 | (autoload 'url-file-directory "url-util" "\ |
| 33031 | Return the directory part of FILE, for a URL. | 33090 | Return the directory part of FILE, for a URL. |
| 33032 | 33091 | ||