From: Eshel Yaron Date: Sat, 10 Aug 2024 13:09:40 +0000 (+0200) Subject: ; Update ldefs-boot.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d9cccc1f47d378ebd8a6dc54fd26dc5f7f6f05f;p=emacs.git ; Update ldefs-boot.el --- diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 8f2c326b2ae..14ac1fab438 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -5433,6 +5433,11 @@ list.") (custom-autoload 'global-completion-preview-modes "completion-preview" t) (register-definition-prefixes "completion-preview" '("completion-preview-")) + +;;; Generated autoloads from emacs-lisp/cond-star.el + +(register-definition-prefixes "cond-star" '("cond*" "match*")) + ;;; Generated autoloads from textmodes/conf-mode.el @@ -5800,7 +5805,7 @@ Settings for classic indent-styles: K&R BSD=C++ GNU PBP PerlStyle=Whitesmith CPerl knows several indentation styles, and may bulk set the corresponding variables. Use \\[cperl-set-style] to do this or -set the `cperl-file-style' user option. Use +set the variable `cperl-file-style' user option. Use \\[cperl-set-style-back] to restore the memorized preexisting values (both available from menu). See examples in `cperl-style-examples'. @@ -18028,6 +18033,12 @@ Display the \"Reporting Bugs\" section of the Emacs manual in Info mode." t) Run Emacs as a standalone Info reader. Usage: emacs -f info-standalone [filename] In standalone mode, \\\\[quit-window] exits Emacs itself.") +(autoload 'Info-on-current-buffer "info" "\ +Use Info mode to browse the current Info buffer. +With a prefix arg, this queries for the node name to visit first; +otherwise, that defaults to `Top'. + +(fn &optional NODENAME)" t) (autoload 'Info-directory "info" "\ Go to the Info directory node." t) (autoload 'Info-index "info" "\ @@ -19049,69 +19060,6 @@ The kind of Korean keyboard for Korean (Hangul) input method. (autoload 'setup-korean-environment-internal "korea-util") (register-definition-prefixes "korea-util" '("exit-korean-environment" "isearch-" "korean-key-bindings" "quail-hangul-switch-" "toggle-korean-input-method")) - -;;; Generated autoloads from net/kubed.el - -(autoload 'kubed-update-all "kubed" "\ -Update all Kuberenetes resource lists." t) - (autoload 'kubed-display-pod "kubed" nil t) - (autoload 'kubed-edit-pod "kubed" nil t) - (autoload 'kubed-delete-pods "kubed" nil t) - (autoload 'kubed-list-pods "kubed" nil t) - (autoload 'kubed-display-namespace "kubed" nil t) - (autoload 'kubed-edit-namespace "kubed" nil t) - (autoload 'kubed-delete-namespaces "kubed" nil t) - (autoload 'kubed-list-namespaces "kubed" nil t) - (autoload 'kubed-display-persistentvolume "kubed" nil t) - (autoload 'kubed-edit-persistentvolume "kubed" nil t) - (autoload 'kubed-delete-persistentvolumes "kubed" nil t) - (autoload 'kubed-list-persistentvolumes "kubed" nil t) - (autoload 'kubed-display-service "kubed" nil t) - (autoload 'kubed-edit-service "kubed" nil t) - (autoload 'kubed-delete-services "kubed" nil t) - (autoload 'kubed-list-services "kubed" nil t) - (autoload 'kubed-display-secret "kubed" nil t) - (autoload 'kubed-edit-secret "kubed" nil t) - (autoload 'kubed-delete-secrets "kubed" nil t) - (autoload 'kubed-list-secrets "kubed" nil t) - (autoload 'kubed-display-job "kubed" nil t) - (autoload 'kubed-edit-job "kubed" nil t) - (autoload 'kubed-delete-jobs "kubed" nil t) - (autoload 'kubed-list-jobs "kubed" nil t) - (autoload 'kubed-display-deployment "kubed" nil t) - (autoload 'kubed-edit-deployment "kubed" nil t) - (autoload 'kubed-delete-deployments "kubed" nil t) - (autoload 'kubed-list-deployments "kubed" nil t) - (autoload 'kubed-display-replicaset "kubed" nil t) - (autoload 'kubed-edit-replicaset "kubed" nil t) - (autoload 'kubed-delete-replicasets "kubed" nil t) - (autoload 'kubed-list-replicasets "kubed" nil t) - (autoload 'kubed-display-statefulset "kubed" nil t) - (autoload 'kubed-edit-statefulset "kubed" nil t) - (autoload 'kubed-delete-statefulsets "kubed" nil t) - (autoload 'kubed-list-statefulsets "kubed" nil t) -(autoload 'kubed-use-context "kubed" "\ -Set current Kubernetes context to CONTEXT. - -(fn CONTEXT)" t) -(autoload 'kubed-set-namespace "kubed" "\ -Set current Kubernetes namespace to NS. - -(fn NS)" t) -(autoload 'kubed-create-pod "kubed" "\ -Create Kubernetes pod with definition DEFINITION. - -(fn DEFINITION)" t) -(autoload 'kubed-logs "kubed" "\ -Show logs for container CONTAINER in Kubernetes pod POD. - -(fn POD CONTAINER &optional K8SNS)" t) -(autoload 'kubed-forward-port-to-pod "kubed" "\ -Forward LOCAL-PORT to REMOTE-PORT of Kubernetes pod POD. - -(fn POD LOCAL-PORT REMOTE-PORT &optional K8SNS)" t) -(register-definition-prefixes "kubed" '("kubed-")) - ;;; Generated autoloads from leim/quail/lao.el @@ -22653,7 +22601,7 @@ Coloring: ;;; Generated autoloads from org/org.el -(push (purecopy '(org 9 7 7)) package--builtin-versions) +(push (purecopy '(org 9 7 9)) package--builtin-versions) (autoload 'org-babel-do-load-languages "org" "\ Load the languages defined in `org-babel-load-languages'. @@ -24047,9 +23995,14 @@ not signal an error. (function-put 'pcase-exhaustive 'lisp-indent-function 1) (autoload 'pcase-lambda "pcase" "\ Like `lambda' but allow each argument to be a pattern. -I.e. accepts the usual &optional and &rest keywords, but every -formal argument can be any pattern accepted by `pcase' (a mere -variable name being but a special case of it). +I.e. accepts the usual &optional and &rest keywords, but every formal +argument can be any pattern destructed by `pcase-let' (a mere variable +name being but a special case of it). + +Each argument should match its respective pattern in the parameter +list (i.e. be of a compatible structure); a mismatch may signal an error +or may go undetected, binding arguments to arbitrary values, such as +nil. (fn LAMBDA-LIST &rest BODY)" nil t) (function-put 'pcase-lambda 'doc-string-elt 2) @@ -26635,6 +26588,11 @@ which see. (fn EDITS)") (register-definition-prefixes "refactor" '("refactor-")) + +;;; Generated autoloads from progmodes/refactor-elisp.el + +(autoload 'elisp-refactor-backend "refactor-elisp") + ;;; Generated autoloads from progmodes/refactor-simple.el @@ -28258,6 +28216,22 @@ that variable's value is a string. (fn)" t) (register-definition-prefixes "scheme" '("dsssl-" "scheme-")) + +;;; Generated autoloads from emacs-lisp/scope.el + +(autoload 'scope "scope" "\ +Return bindings graph in FORM. + +FORM should contain positioned symbols, see `read-positioning-symbols'. + +The graph is a list of elements (OCCURENCE LEN BINDING): OCCURENCE is a +buffer position where a symbol of length LEN occurs, which is bound by +another occurence of the same symbol that starts at position BINDING. +If the symbol at OCCURENCE is not lexically bound, then BINDING is nil. + +(fn FORM)") +(register-definition-prefixes "scope" '("scope-")) + ;;; Generated autoloads from gnus/score-mode.el @@ -30661,8 +30635,10 @@ This construct can only be used with lexical binding. (function-put 'named-let 'lisp-indent-function 2) (autoload 'string-pixel-width "subr-x" "\ Return the width of STRING in pixels. +If BUFFER is non-nil, use the face remappings from that buffer when +determining the width. -(fn STRING)") +(fn STRING &optional BUFFER)") (function-put 'string-pixel-width 'important-return-value 't) (autoload 'string-glyph-split "subr-x" "\ Split STRING into a list of strings representing separate glyphs. @@ -33205,13 +33181,13 @@ Add archive file name handler to `file-name-handler-alist'." (when (and tramp-ar ;;; Generated autoloads from net/trampver.el -(push (purecopy '(tramp 2 7 2 -1)) package--builtin-versions) +(push (purecopy '(tramp 2 8 0 -1)) package--builtin-versions) (register-definition-prefixes "trampver" '("tramp-")) ;;; Generated autoloads from transient.el -(push (purecopy '(transient 0 7 2 1)) package--builtin-versions) +(push (purecopy '(transient 0 7 4)) package--builtin-versions) (autoload 'transient-insert-suffix "transient" "\ Insert a SUFFIX into PREFIX before LOC. PREFIX is a prefix command, a symbol.