diff options
| author | Stefan Kangas | 2023-03-01 05:08:22 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-03-01 05:08:22 +0100 |
| commit | 93461e100c1069420a571de1eb305545fbb4f11e (patch) | |
| tree | 9cfdd1f41a365575fa639881e7680dc107e9e457 /lisp/ldefs-boot.el | |
| parent | 68cc286c0495caaebc3f641f6b919109045c43dd (diff) | |
| download | emacs-93461e100c1069420a571de1eb305545fbb4f11e.tar.gz emacs-93461e100c1069420a571de1eb305545fbb4f11e.zip | |
; Auto-commit of loaddefs files.
Diffstat (limited to 'lisp/ldefs-boot.el')
| -rw-r--r-- | lisp/ldefs-boot.el | 76 |
1 files changed, 53 insertions, 23 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 404bad56a59..65b990682c1 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -7765,6 +7765,9 @@ customize `display-fill-column-indicator-column'. You can change the | |||
| 7765 | character for the indicator setting `display-fill-column-indicator-character'. | 7765 | character for the indicator setting `display-fill-column-indicator-character'. |
| 7766 | The globalized version is `global-display-fill-column-indicator-mode', | 7766 | The globalized version is `global-display-fill-column-indicator-mode', |
| 7767 | which see. | 7767 | which see. |
| 7768 | This minor mode assumes the buffer uses a fixed-pitch font; if you | ||
| 7769 | use variable-pitch fonts, the indicators on different lines might | ||
| 7770 | not appear aligned. | ||
| 7768 | See Info node `Displaying Boundaries' for details. | 7771 | See Info node `Displaying Boundaries' for details. |
| 7769 | 7772 | ||
| 7770 | This is a minor mode. If called interactively, toggle the | 7773 | This is a minor mode. If called interactively, toggle the |
| @@ -9570,6 +9573,16 @@ displayed." t) | |||
| 9570 | 9573 | ||
| 9571 | ;;; Generated autoloads from eshell/em-extpipe.el | 9574 | ;;; Generated autoloads from eshell/em-extpipe.el |
| 9572 | 9575 | ||
| 9576 | (defgroup eshell-extpipe nil "\ | ||
| 9577 | Native shell pipelines. | ||
| 9578 | |||
| 9579 | This module lets you construct pipelines that use your operating | ||
| 9580 | system's shell instead of Eshell's own pipelining support. This | ||
| 9581 | is especially relevant when executing commands on a remote | ||
| 9582 | machine using Eshell's Tramp integration: using the remote | ||
| 9583 | shell's pipelining avoids copying the data which will flow | ||
| 9584 | through the pipeline to local Emacs buffers and then right back | ||
| 9585 | again." :tag "External pipelines" :group 'eshell-module) | ||
| 9573 | (register-definition-prefixes "em-extpipe" '("eshell-")) | 9586 | (register-definition-prefixes "em-extpipe" '("eshell-")) |
| 9574 | 9587 | ||
| 9575 | 9588 | ||
| @@ -9580,12 +9593,12 @@ displayed." t) | |||
| 9580 | 9593 | ||
| 9581 | ;;; Generated autoloads from eshell/em-hist.el | 9594 | ;;; Generated autoloads from eshell/em-hist.el |
| 9582 | 9595 | ||
| 9583 | (register-definition-prefixes "em-hist" '("eshell")) | 9596 | (register-definition-prefixes "em-hist" '("em-hist-unload-function" "eshell")) |
| 9584 | 9597 | ||
| 9585 | 9598 | ||
| 9586 | ;;; Generated autoloads from eshell/em-ls.el | 9599 | ;;; Generated autoloads from eshell/em-ls.el |
| 9587 | 9600 | ||
| 9588 | (register-definition-prefixes "em-ls" '("eshell")) | 9601 | (register-definition-prefixes "em-ls" '("em-ls-unload-function" "eshell")) |
| 9589 | 9602 | ||
| 9590 | 9603 | ||
| 9591 | ;;; Generated autoloads from eshell/em-pred.el | 9604 | ;;; Generated autoloads from eshell/em-pred.el |
| @@ -9610,7 +9623,7 @@ displayed." t) | |||
| 9610 | 9623 | ||
| 9611 | ;;; Generated autoloads from eshell/em-smart.el | 9624 | ;;; Generated autoloads from eshell/em-smart.el |
| 9612 | 9625 | ||
| 9613 | (register-definition-prefixes "em-smart" '("eshell-")) | 9626 | (register-definition-prefixes "em-smart" '("em-smart-unload-hook" "eshell-")) |
| 9614 | 9627 | ||
| 9615 | 9628 | ||
| 9616 | ;;; Generated autoloads from eshell/em-term.el | 9629 | ;;; Generated autoloads from eshell/em-term.el |
| @@ -10237,7 +10250,7 @@ Example usage: | |||
| 10237 | 10250 | ||
| 10238 | When present, ID should be a symbol or a string to use for naming | 10251 | When present, ID should be a symbol or a string to use for naming |
| 10239 | the server buffer and identifying the connection unequivocally. | 10252 | the server buffer and identifying the connection unequivocally. |
| 10240 | See info node `(erc) Network Identifier' for details. Like USER | 10253 | See Info node `(erc) Network Identifier' for details. Like USER |
| 10241 | and CLIENT-CERTIFICATE, this parameter cannot be specified | 10254 | and CLIENT-CERTIFICATE, this parameter cannot be specified |
| 10242 | interactively. | 10255 | interactively. |
| 10243 | 10256 | ||
| @@ -19439,7 +19452,7 @@ If called with an optional prefix argument ARG, prompts for month and year. | |||
| 19439 | This function is suitable for execution in an init file. | 19452 | This function is suitable for execution in an init file. |
| 19440 | 19453 | ||
| 19441 | (fn &optional ARG)" t) | 19454 | (fn &optional ARG)" t) |
| 19442 | (register-definition-prefixes "lunar" '("calendar-lunar-phases" "diary-lunar-phases" "eclipse-check" "lunar-")) | 19455 | (register-definition-prefixes "lunar" '("calendar-lunar-phases" "diary-lunar-phases" "lunar-")) |
| 19443 | 19456 | ||
| 19444 | 19457 | ||
| 19445 | ;;; Generated autoloads from progmodes/m4-mode.el | 19458 | ;;; Generated autoloads from progmodes/m4-mode.el |
| @@ -19532,7 +19545,7 @@ and then select the region of un-tablified names and use | |||
| 19532 | 19545 | ||
| 19533 | (fn TOP BOTTOM &optional MACRO)" t) | 19546 | (fn TOP BOTTOM &optional MACRO)" t) |
| 19534 | (define-key ctl-x-map "q" 'kbd-macro-query) | 19547 | (define-key ctl-x-map "q" 'kbd-macro-query) |
| 19535 | (register-definition-prefixes "macros" '("macro")) | 19548 | (register-definition-prefixes "macros" '("macros--insert-vector-macro")) |
| 19536 | 19549 | ||
| 19537 | 19550 | ||
| 19538 | ;;; Generated autoloads from mail/mail-extr.el | 19551 | ;;; Generated autoloads from mail/mail-extr.el |
| @@ -25186,7 +25199,7 @@ Open profile FILENAME. | |||
| 25186 | 25199 | ||
| 25187 | ;;; Generated autoloads from progmodes/project.el | 25200 | ;;; Generated autoloads from progmodes/project.el |
| 25188 | 25201 | ||
| 25189 | (push (purecopy '(project 0 9 6)) package--builtin-versions) | 25202 | (push (purecopy '(project 0 9 8)) package--builtin-versions) |
| 25190 | (autoload 'project-current "project" "\ | 25203 | (autoload 'project-current "project" "\ |
| 25191 | Return the project instance in DIRECTORY, defaulting to `default-directory'. | 25204 | Return the project instance in DIRECTORY, defaulting to `default-directory'. |
| 25192 | 25205 | ||
| @@ -26486,6 +26499,8 @@ usually more efficient than that of a simplified version: | |||
| 26486 | (cdr parens)))) | 26499 | (cdr parens)))) |
| 26487 | 26500 | ||
| 26488 | (fn STRINGS &optional PAREN)") | 26501 | (fn STRINGS &optional PAREN)") |
| 26502 | (function-put 'regexp-opt 'pure 't) | ||
| 26503 | (function-put 'regexp-opt 'side-effect-free 't) | ||
| 26489 | (autoload 'regexp-opt-depth "regexp-opt" "\ | 26504 | (autoload 'regexp-opt-depth "regexp-opt" "\ |
| 26490 | Return the depth of REGEXP. | 26505 | Return the depth of REGEXP. |
| 26491 | This means the number of non-shy regexp grouping constructs | 26506 | This means the number of non-shy regexp grouping constructs |
| @@ -30297,7 +30312,7 @@ Studlify-case the current buffer." t) | |||
| 30297 | (defsubst string-join (strings &optional separator) "\ | 30312 | (defsubst string-join (strings &optional separator) "\ |
| 30298 | Join all STRINGS using SEPARATOR. | 30313 | Join all STRINGS using SEPARATOR. |
| 30299 | Optional argument SEPARATOR must be a string, a vector, or a list of | 30314 | Optional argument SEPARATOR must be a string, a vector, or a list of |
| 30300 | characters; nil stands for the empty string." (mapconcat #'identity strings separator)) | 30315 | characters; nil stands for the empty string." (declare (pure t) (side-effect-free t)) (mapconcat #'identity strings separator)) |
| 30301 | (autoload 'string-truncate-left "subr-x" "\ | 30316 | (autoload 'string-truncate-left "subr-x" "\ |
| 30302 | If STRING is longer than LENGTH, return a truncated version. | 30317 | If STRING is longer than LENGTH, return a truncated version. |
| 30303 | When truncating, \"...\" is always prepended to the string, so | 30318 | When truncating, \"...\" is always prepended to the string, so |
| @@ -30305,10 +30320,12 @@ the resulting string may be longer than the original if LENGTH is | |||
| 30305 | 3 or smaller. | 30320 | 3 or smaller. |
| 30306 | 30321 | ||
| 30307 | (fn STRING LENGTH)") | 30322 | (fn STRING LENGTH)") |
| 30323 | (function-put 'string-truncate-left 'pure 't) | ||
| 30324 | (function-put 'string-truncate-left 'side-effect-free 't) | ||
| 30308 | (defsubst string-blank-p (string) "\ | 30325 | (defsubst string-blank-p (string) "\ |
| 30309 | Check whether STRING is either empty or only whitespace. | 30326 | Check whether STRING is either empty or only whitespace. |
| 30310 | The following characters count as whitespace here: space, tab, newline and | 30327 | The following characters count as whitespace here: space, tab, newline and |
| 30311 | carriage return." (string-match-p "\\`[ \11\n\15]*\\'" string)) | 30328 | carriage return." (declare (pure t) (side-effect-free t)) (string-match-p "\\`[ \11\n\15]*\\'" string)) |
| 30312 | (autoload 'string-clean-whitespace "subr-x" "\ | 30329 | (autoload 'string-clean-whitespace "subr-x" "\ |
| 30313 | Clean up whitespace in STRING. | 30330 | Clean up whitespace in STRING. |
| 30314 | All sequences of whitespaces in STRING are collapsed into a | 30331 | All sequences of whitespaces in STRING are collapsed into a |
| @@ -34220,6 +34237,10 @@ When using this command to register a new file (or files), it | |||
| 34220 | will automatically deduce which VC repository to register it | 34237 | will automatically deduce which VC repository to register it |
| 34221 | with, using the most specific one. | 34238 | with, using the most specific one. |
| 34222 | 34239 | ||
| 34240 | If VERBOSE is non-nil (interactively, the prefix argument), | ||
| 34241 | you can specify a VC backend or (for centralized VCS only) | ||
| 34242 | the revision ID or branch ID. | ||
| 34243 | |||
| 34223 | (fn VERBOSE)" t) | 34244 | (fn VERBOSE)" t) |
| 34224 | (autoload 'vc-register "vc" "\ | 34245 | (autoload 'vc-register "vc" "\ |
| 34225 | Register into a version control system. | 34246 | Register into a version control system. |
| @@ -34380,24 +34401,31 @@ Uses `vc-retrieve-tag' with the non-nil arg `branchp'. | |||
| 34380 | 34401 | ||
| 34381 | (fn DIR NAME)" t) | 34402 | (fn DIR NAME)" t) |
| 34382 | (autoload 'vc-print-log "vc" "\ | 34403 | (autoload 'vc-print-log "vc" "\ |
| 34383 | List the change log of the current fileset in a window. | 34404 | Show in another window the VC change history of the current fileset. |
| 34384 | If WORKING-REVISION is non-nil, leave point at that revision. | 34405 | If WORKING-REVISION is non-nil, it should be a revision ID; position |
| 34406 | point in the change history buffer at that revision. | ||
| 34385 | If LIMIT is non-nil, it should be a number specifying the maximum | 34407 | If LIMIT is non-nil, it should be a number specifying the maximum |
| 34386 | number of revisions to show; the default is `vc-log-show-limit'. | 34408 | number of revisions to show; the default is `vc-log-show-limit'. |
| 34387 | 34409 | ||
| 34388 | When called interactively with a prefix argument, prompt for | 34410 | When called interactively with a prefix argument, prompt for |
| 34389 | WORKING-REVISION and LIMIT. | 34411 | WORKING-REVISION and LIMIT. |
| 34390 | 34412 | ||
| 34413 | This shows a short log (one line for each commit) if the current | ||
| 34414 | fileset includes directories and the VC backend supports that; | ||
| 34415 | otherwise it shows the detailed log of each commit, which includes | ||
| 34416 | the full log message and the author. Additional control of the | ||
| 34417 | shown log style is available via `vc-log-short-style'. | ||
| 34418 | |||
| 34391 | (fn &optional WORKING-REVISION LIMIT)" t) | 34419 | (fn &optional WORKING-REVISION LIMIT)" t) |
| 34392 | (autoload 'vc-print-root-log "vc" "\ | 34420 | (autoload 'vc-print-root-log "vc" "\ |
| 34393 | List the revision history for the current VC controlled tree in a window. | 34421 | Show in another window VC change history of the current VC controlled tree. |
| 34394 | If LIMIT is non-nil, it should be a number specifying the maximum | 34422 | If LIMIT is non-nil, it should be a number specifying the maximum |
| 34395 | number of revisions to show; the default is `vc-log-show-limit'. | 34423 | number of revisions to show; the default is `vc-log-show-limit'. |
| 34396 | When called interactively with a prefix argument, prompt for LIMIT. | 34424 | When called interactively with a prefix argument, prompt for LIMIT, but |
| 34397 | When the prefix argument is a number, use it as LIMIT. | 34425 | if the prefix argument is a number, use it as LIMIT. |
| 34398 | A special case is when the prefix argument is 1: in this case | 34426 | A special case is when the prefix argument is 1: in this case |
| 34399 | the command asks for the ID of a revision, and shows that revision | 34427 | the command prompts for the ID of a revision, and shows that revision |
| 34400 | with its diffs (if the underlying VCS supports that). | 34428 | with its diffs (if the underlying VCS backend supports that). |
| 34401 | 34429 | ||
| 34402 | (fn &optional LIMIT REVISION)" t) | 34430 | (fn &optional LIMIT REVISION)" t) |
| 34403 | (autoload 'vc-print-branch-log "vc" "\ | 34431 | (autoload 'vc-print-branch-log "vc" "\ |
| @@ -34417,20 +34445,22 @@ In some version control systems REMOTE-LOCATION can be a remote branch name. | |||
| 34417 | 34445 | ||
| 34418 | (fn &optional REMOTE-LOCATION)" t) | 34446 | (fn &optional REMOTE-LOCATION)" t) |
| 34419 | (autoload 'vc-log-search "vc" "\ | 34447 | (autoload 'vc-log-search "vc" "\ |
| 34420 | Search the log of changes for PATTERN. | 34448 | Search the VC log of changes for PATTERN and show log of matching changes. |
| 34421 | 34449 | ||
| 34422 | PATTERN is usually interpreted as a regular expression. However, its | 34450 | PATTERN is usually interpreted as a regular expression. However, its |
| 34423 | exact semantics is up to the backend's log search command; some can | 34451 | exact semantics is up to the backend's log search command; some can |
| 34424 | only match fixed strings. | 34452 | only match fixed strings. |
| 34425 | 34453 | ||
| 34426 | Display all entries that match log messages in long format. | 34454 | This command displays in long format all the changes whose log messages |
| 34427 | With a prefix argument, ask for a command to run that will output | 34455 | match PATTERN. |
| 34428 | log entries. | 34456 | |
| 34457 | With a prefix argument, the command asks for a shell command to run that | ||
| 34458 | will output log entries, and displays those log entries instead. | ||
| 34429 | 34459 | ||
| 34430 | (fn PATTERN)" t) | 34460 | (fn PATTERN)" t) |
| 34431 | (autoload 'vc-log-mergebase "vc" "\ | 34461 | (autoload 'vc-log-mergebase "vc" "\ |
| 34432 | Show a log of changes between the merge base of REV1 and REV2 revisions. | 34462 | Show a log of changes between the merge base of revisions REV1 and REV2. |
| 34433 | The merge base is a common ancestor between REV1 and REV2 revisions. | 34463 | The merge base is a common ancestor of revisions REV1 and REV2. |
| 34434 | 34464 | ||
| 34435 | (fn FILES REV1 REV2)" t) | 34465 | (fn FILES REV1 REV2)" t) |
| 34436 | (autoload 'vc-region-history "vc" "\ | 34466 | (autoload 'vc-region-history "vc" "\ |
| @@ -36912,7 +36942,7 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT. | |||
| 36912 | 36942 | ||
| 36913 | ;;; Generated autoloads from progmodes/xref.el | 36943 | ;;; Generated autoloads from progmodes/xref.el |
| 36914 | 36944 | ||
| 36915 | (push (purecopy '(xref 1 6 1)) package--builtin-versions) | 36945 | (push (purecopy '(xref 1 6 2)) package--builtin-versions) |
| 36916 | (autoload 'xref-find-backend "xref") | 36946 | (autoload 'xref-find-backend "xref") |
| 36917 | (define-obsolete-function-alias 'xref-pop-marker-stack #'xref-go-back "29.1") | 36947 | (define-obsolete-function-alias 'xref-pop-marker-stack #'xref-go-back "29.1") |
| 36918 | (autoload 'xref-go-back "xref" "\ | 36948 | (autoload 'xref-go-back "xref" "\ |