aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ldefs-boot.el
diff options
context:
space:
mode:
authorStefan Kangas2022-11-01 05:07:50 +0100
committerStefan Kangas2022-11-01 05:07:50 +0100
commita7ded19ffce57bf8b475aeb28fbfa72e91f4d4d9 (patch)
tree773e4af3d8d616038c9ef057a657bdc16917f1bc /lisp/ldefs-boot.el
parent4cc32937c06f7dd66da025fdb98369f456f1af0a (diff)
downloademacs-a7ded19ffce57bf8b475aeb28fbfa72e91f4d4d9.tar.gz
emacs-a7ded19ffce57bf8b475aeb28fbfa72e91f4d4d9.zip
; Auto-commit of loaddefs files.
Diffstat (limited to 'lisp/ldefs-boot.el')
-rw-r--r--lisp/ldefs-boot.el109
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" "\
3931Main entry point for closure conversion.
3932FORM is a piece of Elisp code after macroexpansion.
3933
3934Returns 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'.
4959The mode's hook is called both when the mode is enabled and when 4947The mode's hook is called both when the mode is enabled and when
4960it is disabled. 4948it 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" "\
4964Toggle Compilation minor mode. 4954Toggle Compilation minor mode.
@@ -4982,6 +4972,8 @@ evaluate `compilation-minor-mode'.
4982The mode's hook is called both when the mode is enabled and when 4972The mode's hook is called both when the mode is enabled and when
4983it is disabled. 4973it 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" "\
4987Advance to the next error message and visit the file where the error was. 4979Advance 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.
8366A call with prefix PREFIX reads the symbol to insert from the minibuffer with 8358A call with prefix PREFIX reads the symbol to insert from the minibuffer with
8367completion. 8359completion.
8368 8360
8369(fn PREFIX)" '("P")) 8361(fn PREFIX)" t)
8370(autoload 'ebrowse-tags-loop-continue "ebrowse" "\ 8362(autoload 'ebrowse-tags-loop-continue "ebrowse" "\
8371Repeat last operation on files in tree. 8363Repeat last operation on files in tree.
8372FIRST-TIME non-nil means this is not a repetition, but the first time. 8364FIRST-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" "\
8975Start LSP server in support of PROJECT's buffers under MANAGED-MAJOR-MODE.
8976
8977This starts a Language Server Protocol (LSP) server suitable for the
8978buffers of PROJECT whose `major-mode' is MANAGED-MAJOR-MODE.
8979CLASS is the class of the LSP server to start and CONTACT specifies
8980how to connect to the server.
8981
8982Interactively, the command attempts to guess MANAGED-MAJOR-MODE
8983from 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
8986context binds `eglot-lsp-context' (which see).
8987
8988If it can't guess, it prompts the user for the mode and the server.
8989With a single \\[universal-argument] prefix arg, it always prompts for COMMAND.
8990With two \\[universal-argument], it also always prompts for MANAGED-MAJOR-MODE.
8991
8992The LSP server of CLASS is started (or contacted) via CONTACT.
8993If this operation is successful, current *and future* file
8994buffers of MANAGED-MAJOR-MODE inside PROJECT become \"managed\"
8995by the LSP server, meaning the information about their contents is
8996exchanged periodically with the server to provide enhanced
8997code-analysis via `xref-find-definitions', `flymake-mode',
8998`eldoc-mode', and `completion-at-point', among others.
8999
9000PROJECT is a project object as returned by `project-current'.
9001
9002CLASS is a subclass of `eglot-lsp-server'.
9003
9004CONTACT specifies how to contact the server. It is a
9005keyword-value plist used to initialize CLASS or a plain list as
9006described in `eglot-server-programs', which see.
9007
9008LANGUAGE-ID is the language ID string to send to the server for
9009MANAGED-MAJOR-MODE, which matters to a minority of servers.
9010
9011INTERACTIVE is t if called interactively.
9012
9013(fn MANAGED-MAJOR-MODE PROJECT CLASS CONTACT LANGUAGE-ID &optional INTERACTIVE)" t)
9014(autoload 'eglot-ensure "eglot" "\
9015Start 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
9915connection unequivocally. This is rarely needed and not available 9956connection unequivocally. This is rarely needed and not available
9916interactively. 9957interactively.
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" "\
9921ERC is a powerful, modular, and extensible IRC client. 9962ERC is a powerful, modular, and extensible IRC client.
@@ -9962,7 +10003,7 @@ symbol composed of letters from the Latin alphabet.) This option is
9962generally unneeded, however. See info node `(erc) Connecting' for use 10003generally unneeded, however. See info node `(erc) Connecting' for use
9963cases. Not available interactively. 10004cases. 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" "\
9967Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD. 10008Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD.
9968If ERC is already connected to HOST:PORT, simply /join CHANNEL. 10009If ERC is already connected to HOST:PORT, simply /join CHANNEL.
@@ -10178,7 +10219,9 @@ it has to be wrapped in `(eval (quote ...))'.
10178If NAME is already defined as a test and Emacs is running 10219If NAME is already defined as a test and Emacs is running
10179in batch mode, an error is signalled. 10220in 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" "\
10183Run the tests specified by SELECTOR, printing results to the terminal. 10226Run the tests specified by SELECTOR, printing results to the terminal.
10184 10227
@@ -12292,6 +12335,8 @@ evaluate `flymake-mode'.
12292The mode's hook is called both when the mode is enabled and when 12335The mode's hook is called both when the mode is enabled and when
12293it is disabled. 12336it 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" "\
12297Turn Flymake mode on.") 12342Turn Flymake mode on.")
@@ -14396,7 +14441,12 @@ Run gdb passing it COMMAND-LINE as arguments.
14396If COMMAND-LINE names a program FILE to debug, gdb will run in 14441If COMMAND-LINE names a program FILE to debug, gdb will run in
14397a buffer named *gud-FILE*, and the directory containing FILE 14442a buffer named *gud-FILE*, and the directory containing FILE
14398becomes the initial working directory and source-file directory 14443becomes the initial working directory and source-file directory
14399for your debugger. 14444for your debugger. If you don't want `default-directory' to
14445change to the directory of FILE, specify FILE without leading
14446directories, in which case FILE should reside either in the
14447directory of the buffer from which this command is invoked, or
14448it can be found by searching PATH.
14449
14400If COMMAND-LINE requests that gdb attaches to a process PID, gdb 14450If COMMAND-LINE requests that gdb attaches to a process PID, gdb
14401will run in *gud-PID*, otherwise it will run in *gud*; in these 14451will run in *gud-PID*, otherwise it will run in *gud*; in these
14402cases the initial working directory is the `default-directory' of 14452cases the initial working directory is the `default-directory' of
@@ -15917,7 +15967,8 @@ inlined into the compiled format versions. This means that if you
15917change its definition, you should explicitly call 15967change 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" "\
15922Define a method of sorting named NAME. 15973Define a method of sorting named NAME.
15923DOCUMENTATION is the documentation of the function, which will be called 15974DOCUMENTATION 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
15928buffer object, and `b' bound to another. BODY should return a non-nil 15979buffer object, and `b' bound to another. BODY should return a non-nil
15929value if and only if `a' is \"less than\" `b'. 15980value 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" "\
15933Generate a function which operates on a buffer. 15986Generate a function which operates on a buffer.
15934OP becomes the name of the function; if it doesn't begin with 15987OP 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
15967marked buffer. BODY is evaluated with `buf' bound to the 16020marked buffer. BODY is evaluated with `buf' bound to the
15968buffer object. 16021buffer 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" "\
15972Define a filter named NAME. 16027Define a filter named NAME.
15973DOCUMENTATION is the documentation of the function. 16028DOCUMENTATION is the documentation of the function.
@@ -15982,7 +16037,9 @@ not a particular buffer should be displayed or not. The forms in BODY
15982will be evaluated with BUF bound to the buffer object, and QUALIFIER 16037will be evaluated with BUF bound to the buffer object, and QUALIFIER
15983bound to the current value of the filter. 16038bound 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'.
25621The mode's hook is called both when the mode is enabled and when 25678The mode's hook is called both when the mode is enabled and when
25622it is disabled. 25679it 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" "\
26502Display a summary of all messages with the given SUBJECT. 26561Display a summary of all messages with the given SUBJECT.
26503Normally checks just the Subject field of headers; but with prefix 26562Normally checks just the Subject field of headers; but when prefix
26504argument WHOLE-MESSAGE is non-nil, looks in the whole message. 26563argument WHOLE-MESSAGE is non-nil, looks in the whole message.
26505SUBJECT is a regular expression. 26564SUBJECT 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" "\
33031Return the directory part of FILE, for a URL. 33090Return the directory part of FILE, for a URL.
33032 33091