1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; Auto-commit of loaddefs files.

This commit is contained in:
Stefan Kangas 2022-11-01 05:07:50 +01:00
parent 4cc32937c0
commit a7ded19ffc

View file

@ -3924,18 +3924,6 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
(fn CCL-PROG &rest ARGS)") (fn CCL-PROG &rest ARGS)")
(register-definition-prefixes "ccl" '("ccl-")) (register-definition-prefixes "ccl" '("ccl-"))
;;; Generated autoloads from emacs-lisp/cconv.el
(autoload 'cconv-closure-convert "cconv" "\
Main entry point for closure conversion.
FORM is a piece of Elisp code after macroexpansion.
Returns a form where all lambdas don't have any free variables.
(fn FORM)")
(register-definition-prefixes "cconv" '("cconv-"))
;;; Generated autoloads from cdl.el ;;; Generated autoloads from cdl.el
@ -4959,6 +4947,8 @@ evaluate `compilation-shell-minor-mode'.
The mode's hook is called both when the mode is enabled and when The mode's hook is called both when the mode is enabled and when
it is disabled. it is disabled.
\\{compilation-shell-minor-mode-map}
(fn &optional ARG)" t) (fn &optional ARG)" t)
(autoload 'compilation-minor-mode "compile" "\ (autoload 'compilation-minor-mode "compile" "\
Toggle Compilation minor mode. Toggle Compilation minor mode.
@ -4982,6 +4972,8 @@ evaluate `compilation-minor-mode'.
The mode's hook is called both when the mode is enabled and when The mode's hook is called both when the mode is enabled and when
it is disabled. it is disabled.
\\{compilation-minor-mode-map}
(fn &optional ARG)" t) (fn &optional ARG)" t)
(autoload 'compilation-next-error-function "compile" "\ (autoload 'compilation-next-error-function "compile" "\
Advance to the next error message and visit the file where the error was. 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.
A call with prefix PREFIX reads the symbol to insert from the minibuffer with A call with prefix PREFIX reads the symbol to insert from the minibuffer with
completion. completion.
(fn PREFIX)" '("P")) (fn PREFIX)" t)
(autoload 'ebrowse-tags-loop-continue "ebrowse" "\ (autoload 'ebrowse-tags-loop-continue "ebrowse" "\
Repeat last operation on files in tree. Repeat last operation on files in tree.
FIRST-TIME non-nil means this is not a repetition, but the first time. FIRST-TIME non-nil means this is not a repetition, but the first time.
@ -8975,6 +8967,55 @@ Turn on EDT Emulation." t)
(register-definition-prefixes "edt-vt100" '("edt-set-term-width-")) (register-definition-prefixes "edt-vt100" '("edt-set-term-width-"))
;;; Generated autoloads from progmodes/eglot.el
(push (purecopy '(eglot 1 9)) package--builtin-versions)
(autoload 'eglot "eglot" "\
Start LSP server in support of PROJECT's buffers under MANAGED-MAJOR-MODE.
This starts a Language Server Protocol (LSP) server suitable for the
buffers of PROJECT whose `major-mode' is MANAGED-MAJOR-MODE.
CLASS is the class of the LSP server to start and CONTACT specifies
how to connect to the server.
Interactively, the command attempts to guess MANAGED-MAJOR-MODE
from the current buffer's `major-mode', CLASS and CONTACT from
`eglot-server-programs' looked up by the major mode, and PROJECT from
`project-find-functions'. The search for active projects in this
context binds `eglot-lsp-context' (which see).
If it can't guess, it prompts the user for the mode and the server.
With a single \\[universal-argument] prefix arg, it always prompts for COMMAND.
With two \\[universal-argument], it also always prompts for MANAGED-MAJOR-MODE.
The LSP server of CLASS is started (or contacted) via CONTACT.
If this operation is successful, current *and future* file
buffers of MANAGED-MAJOR-MODE inside PROJECT become \"managed\"
by the LSP server, meaning the information about their contents is
exchanged periodically with the server to provide enhanced
code-analysis via `xref-find-definitions', `flymake-mode',
`eldoc-mode', and `completion-at-point', among others.
PROJECT is a project object as returned by `project-current'.
CLASS is a subclass of `eglot-lsp-server'.
CONTACT specifies how to contact the server. It is a
keyword-value plist used to initialize CLASS or a plain list as
described in `eglot-server-programs', which see.
LANGUAGE-ID is the language ID string to send to the server for
MANAGED-MAJOR-MODE, which matters to a minority of servers.
INTERACTIVE is t if called interactively.
(fn MANAGED-MAJOR-MODE PROJECT CLASS CONTACT LANGUAGE-ID &optional INTERACTIVE)" t)
(autoload 'eglot-ensure "eglot" "\
Start Eglot session for current buffer if there isn't one.")
(put 'eglot-workspace-configuration 'safe-local-variable 'listp)
(register-definition-prefixes "eglot" '("eglot-"))
;;; Generated autoloads from ehelp.el ;;; Generated autoloads from ehelp.el
@ -9915,7 +9956,7 @@ When present, ID should be an opaque object used to identify the
connection unequivocally. This is rarely needed and not available connection unequivocally. This is rarely needed and not available
interactively. interactively.
(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))) (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)
(defalias 'erc-select #'erc) (defalias 'erc-select #'erc)
(autoload 'erc-tls "erc" "\ (autoload 'erc-tls "erc" "\
ERC is a powerful, modular, and extensible IRC client. ERC is a powerful, modular, and extensible IRC client.
@ -9962,7 +10003,7 @@ symbol composed of letters from the Latin alphabet.) This option is
generally unneeded, however. See info node `(erc) Connecting' for use generally unneeded, however. See info node `(erc) Connecting' for use
cases. Not available interactively. cases. Not available interactively.
(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)))) (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)
(autoload 'erc-handle-irc-url "erc" "\ (autoload 'erc-handle-irc-url "erc" "\
Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD. Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD.
If ERC is already connected to HOST:PORT, simply /join CHANNEL. If ERC is already connected to HOST:PORT, simply /join CHANNEL.
@ -10178,7 +10219,9 @@ it has to be wrapped in `(eval (quote ...))'.
If NAME is already defined as a test and Emacs is running If NAME is already defined as a test and Emacs is running
in batch mode, an error is signalled. in batch mode, an error is signalled.
(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil 'macro) (fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil t)
(function-put 'ert-deftest 'doc-string-elt 3)
(function-put 'ert-deftest 'lisp-indent-function 2)
(autoload 'ert-run-tests-batch "ert" "\ (autoload 'ert-run-tests-batch "ert" "\
Run the tests specified by SELECTOR, printing results to the terminal. Run the tests specified by SELECTOR, printing results to the terminal.
@ -12292,6 +12335,8 @@ evaluate `flymake-mode'.
The mode's hook is called both when the mode is enabled and when The mode's hook is called both when the mode is enabled and when
it is disabled. it is disabled.
\\{flymake-mode-map}
(fn &optional ARG)" t) (fn &optional ARG)" t)
(autoload 'flymake-mode-on "flymake" "\ (autoload 'flymake-mode-on "flymake" "\
Turn Flymake mode on.") Turn Flymake mode on.")
@ -14396,7 +14441,12 @@ Run gdb passing it COMMAND-LINE as arguments.
If COMMAND-LINE names a program FILE to debug, gdb will run in If COMMAND-LINE names a program FILE to debug, gdb will run in
a buffer named *gud-FILE*, and the directory containing FILE a buffer named *gud-FILE*, and the directory containing FILE
becomes the initial working directory and source-file directory becomes the initial working directory and source-file directory
for your debugger. for your debugger. If you don't want `default-directory' to
change to the directory of FILE, specify FILE without leading
directories, in which case FILE should reside either in the
directory of the buffer from which this command is invoked, or
it can be found by searching PATH.
If COMMAND-LINE requests that gdb attaches to a process PID, gdb If COMMAND-LINE requests that gdb attaches to a process PID, gdb
will run in *gud-PID*, otherwise it will run in *gud*; in these will run in *gud-PID*, otherwise it will run in *gud*; in these
cases the initial working directory is the `default-directory' of 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
change its definition, you should explicitly call change its definition, you should explicitly call
`ibuffer-recompile-formats'. `ibuffer-recompile-formats'.
(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil 'macro) (fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil t)
(function-put 'define-ibuffer-column 'lisp-indent-function 'defun)
(autoload 'define-ibuffer-sorter "ibuf-macs" "\ (autoload 'define-ibuffer-sorter "ibuf-macs" "\
Define a method of sorting named NAME. Define a method of sorting named NAME.
DOCUMENTATION is the documentation of the function, which will be called 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
buffer object, and `b' bound to another. BODY should return a non-nil buffer object, and `b' bound to another. BODY should return a non-nil
value if and only if `a' is \"less than\" `b'. value if and only if `a' is \"less than\" `b'.
(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil 'macro) (fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil t)
(function-put 'define-ibuffer-sorter 'lisp-indent-function 1)
(function-put 'define-ibuffer-sorter 'doc-string-elt 2)
(autoload 'define-ibuffer-op "ibuf-macs" "\ (autoload 'define-ibuffer-op "ibuf-macs" "\
Generate a function which operates on a buffer. Generate a function which operates on a buffer.
OP becomes the name of the function; if it doesn't begin with 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
marked buffer. BODY is evaluated with `buf' bound to the marked buffer. BODY is evaluated with `buf' bound to the
buffer object. buffer object.
(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING BEFORE AFTER COMPLEX) &rest BODY)" nil 'macro) (fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING BEFORE AFTER COMPLEX) &rest BODY)" nil t)
(function-put 'define-ibuffer-op 'lisp-indent-function 2)
(function-put 'define-ibuffer-op 'doc-string-elt 3)
(autoload 'define-ibuffer-filter "ibuf-macs" "\ (autoload 'define-ibuffer-filter "ibuf-macs" "\
Define a filter named NAME. Define a filter named NAME.
DOCUMENTATION is the documentation of the function. DOCUMENTATION is the documentation of the function.
@ -15982,7 +16037,9 @@ not a particular buffer should be displayed or not. The forms in BODY
will be evaluated with BUF bound to the buffer object, and QUALIFIER will be evaluated with BUF bound to the buffer object, and QUALIFIER
bound to the current value of the filter. bound to the current value of the filter.
(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil 'macro) (fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil t)
(function-put 'define-ibuffer-filter 'lisp-indent-function 2)
(function-put 'define-ibuffer-filter 'doc-string-elt 2)
(register-definition-prefixes "ibuf-macs" '("ibuffer-")) (register-definition-prefixes "ibuf-macs" '("ibuffer-"))
@ -17401,7 +17458,7 @@ Convert old Emacs Devanagari characters to UCS.
;;; Generated autoloads from leim/quail/indian.el ;;; Generated autoloads from leim/quail/indian.el
(register-definition-prefixes "quail/indian" '("indian-mlm-mozhi-u" "inscript-" "quail-" "tamil-")) (register-definition-prefixes "quail/indian" '("indian-mlm-mozhi-u" "inscript-" "quail-" "tamil"))
;;; Generated autoloads from progmodes/inf-lisp.el ;;; Generated autoloads from progmodes/inf-lisp.el
@ -19555,7 +19612,7 @@ Populate MENU with commands that open a man page at point.
;;; Generated autoloads from emacs-lisp/map.el ;;; Generated autoloads from emacs-lisp/map.el
(push (purecopy '(map 3 2 1)) package--builtin-versions) (push (purecopy '(map 3 3 1)) package--builtin-versions)
(register-definition-prefixes "map" '("map-")) (register-definition-prefixes "map" '("map-"))
@ -25621,6 +25678,8 @@ evaluate `rectangle-mark-mode'.
The mode's hook is called both when the mode is enabled and when The mode's hook is called both when the mode is enabled and when
it is disabled. it is disabled.
\\{rectangle-mark-mode-map}
(fn &optional ARG)" t) (fn &optional ARG)" t)
(register-definition-prefixes "rect" '("apply-on-rectangle" "clear-rectangle-line" "delete-" "extract-rectangle-" "killed-rectangle" "ope" "rectangle-" "spaces-string" "string-rectangle-")) (register-definition-prefixes "rect" '("apply-on-rectangle" "clear-rectangle-line" "delete-" "extract-rectangle-" "killed-rectangle" "ope" "rectangle-" "spaces-string" "string-rectangle-"))
@ -26500,7 +26559,7 @@ Emacs will list the message in the summary.
(fn REGEXP)" t) (fn REGEXP)" t)
(autoload 'rmail-summary-by-topic "rmailsum" "\ (autoload 'rmail-summary-by-topic "rmailsum" "\
Display a summary of all messages with the given SUBJECT. Display a summary of all messages with the given SUBJECT.
Normally checks just the Subject field of headers; but with prefix Normally checks just the Subject field of headers; but when prefix
argument WHOLE-MESSAGE is non-nil, looks in the whole message. argument WHOLE-MESSAGE is non-nil, looks in the whole message.
SUBJECT is a regular expression. SUBJECT is a regular expression.
@ -33026,7 +33085,7 @@ Like `message', but do nothing if `url-show-status' is nil.
(fn X Y)") (fn X Y)")
(defalias 'url-basepath 'url-file-directory) (defalias 'url-basepath #'url-file-directory)
(autoload 'url-file-directory "url-util" "\ (autoload 'url-file-directory "url-util" "\
Return the directory part of FILE, for a URL. Return the directory part of FILE, for a URL.