aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2024-08-20 22:48:16 +0200
committerAndrea Corallo2024-08-20 22:48:16 +0200
commit391e6f99fc8eed9cf2ede473b84be194aaab21c7 (patch)
tree97259c13d085a4a2decf5ad6259e23de9b07615f
parent8ccc165f95aea3fd9c600fab22e2644a01ce822c (diff)
downloademacs-391e6f99fc8eed9cf2ede473b84be194aaab21c7.tar.gz
emacs-391e6f99fc8eed9cf2ede473b84be194aaab21c7.zip
Update 'ldefs-boot.el' (don't merge)
* lisp/ldefs-boot.el: Update.
-rw-r--r--lisp/ldefs-boot.el589
1 files changed, 466 insertions, 123 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index ab791da3271..d4eb42472d8 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -738,7 +738,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
738if ARG is a negative number. 738if ARG is a negative number.
739 739
740To check whether the minor mode is enabled in the current buffer, 740To check whether the minor mode is enabled in the current buffer,
741evaluate `allout-mode'. 741evaluate the variable `allout-mode'.
742 742
743The mode's hook is called both when the mode is enabled and when it is 743The mode's hook is called both when the mode is enabled and when it is
744disabled. 744disabled.
@@ -760,7 +760,7 @@ for details on preparing Emacs for automatic allout activation.
760 760
761(push (purecopy '(allout-widgets 1 0)) package--builtin-versions) 761(push (purecopy '(allout-widgets 1 0)) package--builtin-versions)
762(autoload 'allout-widgets-setup "allout-widgets" "\ 762(autoload 'allout-widgets-setup "allout-widgets" "\
763Commission or decommission allout-widgets-mode along with allout-mode. 763Commission or decommission `allout-widgets-mode' along with `allout-mode'.
764 764
765Meant to be used by customization of `allout-widgets-auto-activation'. 765Meant to be used by customization of `allout-widgets-auto-activation'.
766 766
@@ -811,7 +811,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
811if ARG is a negative number. 811if ARG is a negative number.
812 812
813To check whether the minor mode is enabled in the current buffer, 813To check whether the minor mode is enabled in the current buffer,
814evaluate `allout-widgets-mode'. 814evaluate the variable `allout-widgets-mode'.
815 815
816The mode's hook is called both when the mode is enabled and when it is 816The mode's hook is called both when the mode is enabled and when it is
817disabled. 817disabled.
@@ -1398,7 +1398,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
1398if ARG is a negative number. 1398if ARG is a negative number.
1399 1399
1400To check whether the minor mode is enabled in the current buffer, 1400To check whether the minor mode is enabled in the current buffer,
1401evaluate `artist-mode'. 1401evaluate the variable `artist-mode'.
1402 1402
1403The mode's hook is called both when the mode is enabled and when it is 1403The mode's hook is called both when the mode is enabled and when it is
1404disabled. 1404disabled.
@@ -1592,7 +1592,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
1592if ARG is a negative number. 1592if ARG is a negative number.
1593 1593
1594To check whether the minor mode is enabled in the current buffer, 1594To check whether the minor mode is enabled in the current buffer,
1595evaluate `auto-revert-mode'. 1595evaluate the variable `auto-revert-mode'.
1596 1596
1597The mode's hook is called both when the mode is enabled and when it is 1597The mode's hook is called both when the mode is enabled and when it is
1598disabled. 1598disabled.
@@ -1630,7 +1630,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
1630if ARG is a negative number. 1630if ARG is a negative number.
1631 1631
1632To check whether the minor mode is enabled in the current buffer, 1632To check whether the minor mode is enabled in the current buffer,
1633evaluate `auto-revert-tail-mode'. 1633evaluate the variable `auto-revert-tail-mode'.
1634 1634
1635The mode's hook is called both when the mode is enabled and when it is 1635The mode's hook is called both when the mode is enabled and when it is
1636disabled. 1636disabled.
@@ -2779,7 +2779,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
2779if ARG is a negative number. 2779if ARG is a negative number.
2780 2780
2781To check whether the minor mode is enabled in the current buffer, 2781To check whether the minor mode is enabled in the current buffer,
2782evaluate `bug-reference-mode'. 2782evaluate the variable `bug-reference-mode'.
2783 2783
2784The mode's hook is called both when the mode is enabled and when it is 2784The mode's hook is called both when the mode is enabled and when it is
2785disabled. 2785disabled.
@@ -2797,7 +2797,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
2797if ARG is a negative number. 2797if ARG is a negative number.
2798 2798
2799To check whether the minor mode is enabled in the current buffer, 2799To check whether the minor mode is enabled in the current buffer,
2800evaluate `bug-reference-prog-mode'. 2800evaluate the variable `bug-reference-prog-mode'.
2801 2801
2802The mode's hook is called both when the mode is enabled and when it is 2802The mode's hook is called both when the mode is enabled and when it is
2803disabled. 2803disabled.
@@ -4399,7 +4399,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
4399if ARG is a negative number. 4399if ARG is a negative number.
4400 4400
4401To check whether the minor mode is enabled in the current buffer, 4401To check whether the minor mode is enabled in the current buffer,
4402evaluate `checkdoc-minor-mode'. 4402evaluate the variable `checkdoc-minor-mode'.
4403 4403
4404The mode's hook is called both when the mode is enabled and when it is 4404The mode's hook is called both when the mode is enabled and when it is
4405disabled. 4405disabled.
@@ -5208,11 +5208,13 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
5208if ARG is a negative number. 5208if ARG is a negative number.
5209 5209
5210To check whether the minor mode is enabled in the current buffer, 5210To check whether the minor mode is enabled in the current buffer,
5211evaluate `compilation-shell-minor-mode'. 5211evaluate the variable `compilation-shell-minor-mode'.
5212 5212
5213The mode's hook is called both when the mode is enabled and when it is 5213The mode's hook is called both when the mode is enabled and when it is
5214disabled. 5214disabled.
5215 5215
5216\\{compilation-shell-minor-mode-map}
5217
5216(fn &optional ARG)" t) 5218(fn &optional ARG)" t)
5217(autoload 'compilation-minor-mode "compile" "\ 5219(autoload 'compilation-minor-mode "compile" "\
5218Toggle Compilation minor mode. 5220Toggle Compilation minor mode.
@@ -5230,11 +5232,13 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
5230if ARG is a negative number. 5232if ARG is a negative number.
5231 5233
5232To check whether the minor mode is enabled in the current buffer, 5234To check whether the minor mode is enabled in the current buffer,
5233evaluate `compilation-minor-mode'. 5235evaluate the variable `compilation-minor-mode'.
5234 5236
5235The mode's hook is called both when the mode is enabled and when it is 5237The mode's hook is called both when the mode is enabled and when it is
5236disabled. 5238disabled.
5237 5239
5240\\{compilation-minor-mode-map}
5241
5238(fn &optional ARG)" t) 5242(fn &optional ARG)" t)
5239(autoload 'compilation-next-error-function "compile" "\ 5243(autoload 'compilation-next-error-function "compile" "\
5240Advance to the next error message and visit the file where the error was. 5244Advance to the next error message and visit the file where the error was.
@@ -5331,7 +5335,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
5331if ARG is a negative number. 5335if ARG is a negative number.
5332 5336
5333To check whether the minor mode is enabled in the current buffer, 5337To check whether the minor mode is enabled in the current buffer,
5334evaluate `completion-preview-mode'. 5338evaluate the variable `completion-preview-mode'.
5335 5339
5336The mode's hook is called both when the mode is enabled and when it is 5340The mode's hook is called both when the mode is enabled and when it is
5337disabled. 5341disabled.
@@ -6006,7 +6010,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
6006if ARG is a negative number. 6010if ARG is a negative number.
6007 6011
6008To check whether the minor mode is enabled in the current buffer, 6012To check whether the minor mode is enabled in the current buffer,
6009evaluate `cua-rectangle-mark-mode'. 6013evaluate the variable `cua-rectangle-mark-mode'.
6010 6014
6011The mode's hook is called both when the mode is enabled and when it is 6015The mode's hook is called both when the mode is enabled and when it is
6012disabled. 6016disabled.
@@ -6033,7 +6037,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
6033if ARG is a negative number. 6037if ARG is a negative number.
6034 6038
6035To check whether the minor mode is enabled in the current buffer, 6039To check whether the minor mode is enabled in the current buffer,
6036evaluate `cursor-intangible-mode'. 6040evaluate the variable `cursor-intangible-mode'.
6037 6041
6038The mode's hook is called both when the mode is enabled and when it is 6042The mode's hook is called both when the mode is enabled and when it is
6039disabled. 6043disabled.
@@ -6057,7 +6061,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
6057if ARG is a negative number. 6061if ARG is a negative number.
6058 6062
6059To check whether the minor mode is enabled in the current buffer, 6063To check whether the minor mode is enabled in the current buffer,
6060evaluate `cursor-sensor-mode'. 6064evaluate the variable `cursor-sensor-mode'.
6061 6065
6062The mode's hook is called both when the mode is enabled and when it is 6066The mode's hook is called both when the mode is enabled and when it is
6063disabled. 6067disabled.
@@ -6440,7 +6444,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
6440if ARG is a negative number. 6444if ARG is a negative number.
6441 6445
6442To check whether the minor mode is enabled in the current buffer, 6446To check whether the minor mode is enabled in the current buffer,
6443evaluate `cwarn-mode'. 6447evaluate the variable `cwarn-mode'.
6444 6448
6445The mode's hook is called both when the mode is enabled and when it is 6449The mode's hook is called both when the mode is enabled and when it is
6446disabled. 6450disabled.
@@ -6716,7 +6720,6 @@ Variables controlling indentation style and extra features:
6716 dcl-imenu-label-call 6720 dcl-imenu-label-call
6717 Change the text that is used as sub-listing labels in imenu. 6721 Change the text that is used as sub-listing labels in imenu.
6718 6722
6719To run code after DCL mode has loaded, use `with-eval-after-load'.
6720Turning on DCL mode calls the value of the variable `dcl-mode-hook' 6723Turning on DCL mode calls the value of the variable `dcl-mode-hook'
6721with no args, if that value is non-nil. 6724with no args, if that value is non-nil.
6722 6725
@@ -7576,7 +7579,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
7576if ARG is a negative number. 7579if ARG is a negative number.
7577 7580
7578To check whether the minor mode is enabled in the current buffer, 7581To check whether the minor mode is enabled in the current buffer,
7579evaluate `diff-minor-mode'. 7582evaluate the variable `diff-minor-mode'.
7580 7583
7581The mode's hook is called both when the mode is enabled and when it is 7584The mode's hook is called both when the mode is enabled and when it is
7582disabled. 7585disabled.
@@ -7744,7 +7747,7 @@ move to that file's line in the directory listing.
7744If the current buffer isn't visiting a file, Dired `default-directory'. 7747If the current buffer isn't visiting a file, Dired `default-directory'.
7745 7748
7746If in Dired already, pop up a level and goto old directory's line. 7749If in Dired already, pop up a level and goto old directory's line.
7747In case the proper Dired file line cannot be found, refresh the dired 7750In case the proper Dired file line cannot be found, refresh the Dired
7748buffer and try again. 7751buffer and try again.
7749 7752
7750When OTHER-WINDOW is non-nil, jump to Dired buffer in other window. 7753When OTHER-WINDOW is non-nil, jump to Dired buffer in other window.
@@ -7792,7 +7795,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
7792if ARG is a negative number. 7795if ARG is a negative number.
7793 7796
7794To check whether the minor mode is enabled in the current buffer, 7797To check whether the minor mode is enabled in the current buffer,
7795evaluate `dirtrack-mode'. 7798evaluate the variable `dirtrack-mode'.
7796 7799
7797The mode's hook is called both when the mode is enabled and when it is 7800The mode's hook is called both when the mode is enabled and when it is
7798disabled. 7801disabled.
@@ -7978,7 +7981,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
7978if ARG is a negative number. 7981if ARG is a negative number.
7979 7982
7980To check whether the minor mode is enabled in the current buffer, 7983To check whether the minor mode is enabled in the current buffer,
7981evaluate `display-fill-column-indicator-mode'. 7984evaluate the variable `display-fill-column-indicator-mode'.
7982 7985
7983The mode's hook is called both when the mode is enabled and when it is 7986The mode's hook is called both when the mode is enabled and when it is
7984disabled. 7987disabled.
@@ -8049,7 +8052,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
8049if ARG is a negative number. 8052if ARG is a negative number.
8050 8053
8051To check whether the minor mode is enabled in the current buffer, 8054To check whether the minor mode is enabled in the current buffer,
8052evaluate `display-line-numbers-mode'. 8055evaluate the variable `display-line-numbers-mode'.
8053 8056
8054The mode's hook is called both when the mode is enabled and when it is 8057The mode's hook is called both when the mode is enabled and when it is
8055disabled. 8058disabled.
@@ -8137,7 +8140,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
8137if ARG is a negative number. 8140if ARG is a negative number.
8138 8141
8139To check whether the minor mode is enabled in the current buffer, 8142To check whether the minor mode is enabled in the current buffer,
8140evaluate `header-line-indent-mode'. 8143evaluate the variable `header-line-indent-mode'.
8141 8144
8142The mode's hook is called both when the mode is enabled and when it is 8145The mode's hook is called both when the mode is enabled and when it is
8143disabled. 8146disabled.
@@ -8250,7 +8253,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
8250if ARG is a negative number. 8253if ARG is a negative number.
8251 8254
8252To check whether the minor mode is enabled in the current buffer, 8255To check whether the minor mode is enabled in the current buffer,
8253evaluate `doc-view-minor-mode'. 8256evaluate the variable `doc-view-minor-mode'.
8254 8257
8255The mode's hook is called both when the mode is enabled and when it is 8258The mode's hook is called both when the mode is enabled and when it is
8256disabled. 8259disabled.
@@ -8321,7 +8324,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
8321if ARG is a negative number. 8324if ARG is a negative number.
8322 8325
8323To check whether the minor mode is enabled in the current buffer, 8326To check whether the minor mode is enabled in the current buffer,
8324evaluate `double-mode'. 8327evaluate the variable `double-mode'.
8325 8328
8326The mode's hook is called both when the mode is enabled and when it is 8329The mode's hook is called both when the mode is enabled and when it is
8327disabled. 8330disabled.
@@ -8809,7 +8812,7 @@ A second call of this function without changing point inserts the next match.
8809A call with prefix PREFIX reads the symbol to insert from the minibuffer with 8812A call with prefix PREFIX reads the symbol to insert from the minibuffer with
8810completion. 8813completion.
8811 8814
8812(fn PREFIX)" '("P")) 8815(fn PREFIX)" t)
8813(autoload 'ebrowse-tags-loop-continue "ebrowse" "\ 8816(autoload 'ebrowse-tags-loop-continue "ebrowse" "\
8814Repeat last operation on files in tree. 8817Repeat last operation on files in tree.
8815FIRST-TIME non-nil means this is not a repetition, but the first time. 8818FIRST-TIME non-nil means this is not a repetition, but the first time.
@@ -9342,6 +9345,79 @@ To change the default, set the variable `ediff-use-toolbar-p', which see." t)
9342(register-definition-prefixes "semantic/edit" '("semantic-")) 9345(register-definition-prefixes "semantic/edit" '("semantic-"))
9343 9346
9344 9347
9348;;; Generated autoloads from editorconfig.el
9349
9350(push (purecopy '(editorconfig 0 11 0)) package--builtin-versions)
9351(defvar editorconfig-mode nil "\
9352Non-nil if Editorconfig mode is enabled.
9353See the `editorconfig-mode' command
9354for a description of this minor mode.
9355Setting this variable directly does not take effect;
9356either customize it (see the info node `Easy Customization')
9357or call the function `editorconfig-mode'.")
9358(custom-autoload 'editorconfig-mode "editorconfig" nil)
9359(autoload 'editorconfig-mode "editorconfig" "\
9360Toggle EditorConfig feature.
9361
9362This is a global minor mode. If called interactively, toggle the
9363`Editorconfig mode' mode. If the prefix argument is positive, enable
9364the mode, and if it is zero or negative, disable the mode.
9365
9366If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
9367mode if ARG is nil, omitted, or is a positive number. Disable the mode
9368if ARG is a negative number.
9369
9370To check whether the minor mode is enabled in the current buffer,
9371evaluate `(default-value \\='editorconfig-mode)'.
9372
9373The mode's hook is called both when the mode is enabled and when it is
9374disabled.
9375
9376(fn &optional ARG)" t)
9377(register-definition-prefixes "editorconfig" '("editorconfig-"))
9378
9379
9380;;; Generated autoloads from editorconfig-conf-mode.el
9381
9382(autoload 'editorconfig-conf-mode "editorconfig-conf-mode" "\
9383Major mode for editing .editorconfig files.
9384
9385(fn)" t)
9386(add-to-list 'auto-mode-alist '("\\.editorconfig\\'" . editorconfig-conf-mode))
9387(register-definition-prefixes "editorconfig-conf-mode" '("editorconfig-conf-mode-"))
9388
9389
9390;;; Generated autoloads from editorconfig-core.el
9391
9392(register-definition-prefixes "editorconfig-core" '("editorconfig-core-"))
9393
9394
9395;;; Generated autoloads from editorconfig-core-handle.el
9396
9397(register-definition-prefixes "editorconfig-core-handle" '("editorconfig-core-handle"))
9398
9399
9400;;; Generated autoloads from editorconfig-fnmatch.el
9401
9402(register-definition-prefixes "editorconfig-fnmatch" '("editorconfig-fnmatch-"))
9403
9404
9405;;; Generated autoloads from editorconfig-tools.el
9406
9407(autoload 'editorconfig-apply "editorconfig-tools" "\
9408Get and apply EditorConfig properties to current buffer.
9409
9410This function does not respect the values of `editorconfig-exclude-modes' and
9411`editorconfig-exclude-regexps' and always applies available properties.
9412Use `editorconfig-mode-apply' instead to make use of these variables." t)
9413(autoload 'editorconfig-find-current-editorconfig "editorconfig-tools" "\
9414Find the closest .editorconfig file for current file." t)
9415(autoload 'editorconfig-display-current-properties "editorconfig-tools" "\
9416Display EditorConfig properties extracted for current buffer." t)
9417(defalias 'describe-editorconfig-properties #'editorconfig-display-current-properties)
9418(register-definition-prefixes "editorconfig-tools" '("editorconfig-mode-apply"))
9419
9420
9345;;; Generated autoloads from edmacro.el 9421;;; Generated autoloads from edmacro.el
9346 9422
9347(autoload 'edit-kbd-macro "edmacro" "\ 9423(autoload 'edit-kbd-macro "edmacro" "\
@@ -9659,7 +9735,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
9659if ARG is a negative number. 9735if ARG is a negative number.
9660 9736
9661To check whether the minor mode is enabled in the current buffer, 9737To check whether the minor mode is enabled in the current buffer,
9662evaluate `electric-pair-mode'. 9738evaluate the variable `electric-pair-mode'.
9663 9739
9664The mode's hook is called both when the mode is enabled and when it is 9740The mode's hook is called both when the mode is enabled and when it is
9665disabled. 9741disabled.
@@ -9688,7 +9764,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
9688if ARG is a negative number. 9764if ARG is a negative number.
9689 9765
9690To check whether the minor mode is enabled in the current buffer, 9766To check whether the minor mode is enabled in the current buffer,
9691evaluate `elide-head-mode'. 9767evaluate the variable `elide-head-mode'.
9692 9768
9693The mode's hook is called both when the mode is enabled and when it is 9769The mode's hook is called both when the mode is enabled and when it is
9694disabled. 9770disabled.
@@ -10073,7 +10149,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
10073if ARG is a negative number. 10149if ARG is a negative number.
10074 10150
10075To check whether the minor mode is enabled in the current buffer, 10151To check whether the minor mode is enabled in the current buffer,
10076evaluate `enriched-mode'. 10152evaluate the variable `enriched-mode'.
10077 10153
10078The mode's hook is called both when the mode is enabled and when it is 10154The mode's hook is called both when the mode is enabled and when it is
10079disabled. 10155disabled.
@@ -10306,7 +10382,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
10306if ARG is a negative number. 10382if ARG is a negative number.
10307 10383
10308To check whether the minor mode is enabled in the current buffer, 10384To check whether the minor mode is enabled in the current buffer,
10309evaluate `epa-mail-mode'. 10385evaluate the variable `epa-mail-mode'.
10310 10386
10311The mode's hook is called both when the mode is enabled and when it is 10387The mode's hook is called both when the mode is enabled and when it is
10312disabled. 10388disabled.
@@ -10421,7 +10497,7 @@ Look at CONFIG and try to expand GROUP.
10421 10497
10422;;; Generated autoloads from erc/erc.el 10498;;; Generated autoloads from erc/erc.el
10423 10499
10424(push (purecopy '(erc 5 6)) package--builtin-versions) 10500(push (purecopy '(erc 5 6 0 30 1)) package--builtin-versions)
10425(dolist (symbol '( erc-sasl erc-spelling ; 29 10501(dolist (symbol '( erc-sasl erc-spelling ; 29
10426 erc-imenu erc-nicks)) ; 30 10502 erc-imenu erc-nicks)) ; 30
10427 (custom-add-load symbol symbol)) 10503 (custom-add-load symbol symbol))
@@ -10471,7 +10547,7 @@ ERC assigns SERVER and FULL-NAME the associated keyword values
10471and defers to `erc-compute-port', `erc-compute-user', and 10547and defers to `erc-compute-port', `erc-compute-user', and
10472`erc-compute-nick' for those respective parameters. 10548`erc-compute-nick' for those respective parameters.
10473 10549
10474(fn &key SERVER PORT NICK USER PASSWORD FULL-NAME ID)" '((let ((erc--display-context `((erc-interactive-display . erc) ,@erc--display-context))) (erc-select-read-args)))) 10550(fn &key SERVER PORT NICK USER PASSWORD FULL-NAME ID)" t)
10475(defalias 'erc-select #'erc) 10551(defalias 'erc-select #'erc)
10476(autoload 'erc-tls "erc" "\ 10552(autoload 'erc-tls "erc" "\
10477Connect to an IRC server over a TLS-encrypted connection. 10553Connect to an IRC server over a TLS-encrypted connection.
@@ -10494,7 +10570,7 @@ See the alternative entry-point command `erc' as well as Info
10494node `(erc) Connecting' for a fuller description of the various 10570node `(erc) Connecting' for a fuller description of the various
10495parameters, like ID. 10571parameters, like ID.
10496 10572
10497(fn &key SERVER PORT NICK USER PASSWORD FULL-NAME CLIENT-CERTIFICATE ID)" '((let ((erc-default-port erc-default-port-tls) (erc--display-context `((erc-interactive-display . erc-tls) ,@erc--display-context))) (erc-select-read-args)))) 10573(fn &key SERVER PORT NICK USER PASSWORD FULL-NAME CLIENT-CERTIFICATE ID)" t)
10498(autoload 'erc-handle-irc-url "erc" "\ 10574(autoload 'erc-handle-irc-url "erc" "\
10499Use ERC to IRC on HOST:PORT in CHANNEL. 10575Use ERC to IRC on HOST:PORT in CHANNEL.
10500If ERC is already connected to HOST:PORT, simply /join CHANNEL. 10576If ERC is already connected to HOST:PORT, simply /join CHANNEL.
@@ -10726,14 +10802,16 @@ it has to be wrapped in `(eval (quote ...))'.
10726If NAME is already defined as a test and Emacs is running 10802If NAME is already defined as a test and Emacs is running
10727in batch mode, an error is signaled. 10803in batch mode, an error is signaled.
10728 10804
10729(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil 'macro) 10805(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil t)
10806(function-put 'ert-deftest 'doc-string-elt 3)
10807(function-put 'ert-deftest 'lisp-indent-function 2)
10730(autoload 'ert-run-tests-batch "ert" "\ 10808(autoload 'ert-run-tests-batch "ert" "\
10731Run the tests specified by SELECTOR, printing results to the terminal. 10809Run the tests specified by SELECTOR, printing results to the terminal.
10732 10810
10733SELECTOR works as described in `ert-select-tests', except if 10811SELECTOR selects which tests to run as described in `ert-select-tests' when
10734SELECTOR is nil, in which case all tests rather than none will be 10812called with its second argument t, except if SELECTOR is nil, in which case
10735run; this makes the command line \"emacs -batch -l my-tests.el -f 10813all tests rather than none will be run; this makes the command line
10736ert-run-tests-batch-and-exit\" useful. 10814 \"emacs -batch -l my-tests.el -f ert-run-tests-batch-and-exit\" useful.
10737 10815
10738Returns the stats object. 10816Returns the stats object.
10739 10817
@@ -10750,7 +10828,9 @@ the tests).
10750(autoload 'ert-run-tests-interactively "ert" "\ 10828(autoload 'ert-run-tests-interactively "ert" "\
10751Run the tests specified by SELECTOR and display the results in a buffer. 10829Run the tests specified by SELECTOR and display the results in a buffer.
10752 10830
10753SELECTOR works as described in `ert-select-tests'. 10831SELECTOR selects which tests to run as described in `ert-select-tests'
10832when called with its second argument t. Interactively, prompt for
10833SELECTOR; the default t means run all the defined tests.
10754 10834
10755(fn SELECTOR)" t) 10835(fn SELECTOR)" t)
10756(defalias 'ert #'ert-run-tests-interactively) 10836(defalias 'ert #'ert-run-tests-interactively)
@@ -12044,7 +12124,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
12044if ARG is a negative number. 12124if ARG is a negative number.
12045 12125
12046To check whether the minor mode is enabled in the current buffer, 12126To check whether the minor mode is enabled in the current buffer,
12047evaluate `buffer-face-mode'. 12127evaluate the variable `buffer-face-mode'.
12048 12128
12049The mode's hook is called both when the mode is enabled and when it is 12129The mode's hook is called both when the mode is enabled and when it is
12050disabled. 12130disabled.
@@ -13054,11 +13134,13 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
13054if ARG is a negative number. 13134if ARG is a negative number.
13055 13135
13056To check whether the minor mode is enabled in the current buffer, 13136To check whether the minor mode is enabled in the current buffer,
13057evaluate `flymake-mode'. 13137evaluate the variable `flymake-mode'.
13058 13138
13059The mode's hook is called both when the mode is enabled and when it is 13139The mode's hook is called both when the mode is enabled and when it is
13060disabled. 13140disabled.
13061 13141
13142\\{flymake-mode-map}
13143
13062(fn &optional ARG)" t) 13144(fn &optional ARG)" t)
13063(autoload 'flymake-mode-on "flymake" "\ 13145(autoload 'flymake-mode-on "flymake" "\
13064Turn Flymake mode on.") 13146Turn Flymake mode on.")
@@ -13131,7 +13213,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
13131if ARG is a negative number. 13213if ARG is a negative number.
13132 13214
13133To check whether the minor mode is enabled in the current buffer, 13215To check whether the minor mode is enabled in the current buffer,
13134evaluate `flyspell-mode'. 13216evaluate the variable `flyspell-mode'.
13135 13217
13136The mode's hook is called both when the mode is enabled and when it is 13218The mode's hook is called both when the mode is enabled and when it is
13137disabled. 13219disabled.
@@ -13208,7 +13290,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
13208if ARG is a negative number. 13290if ARG is a negative number.
13209 13291
13210To check whether the minor mode is enabled in the current buffer, 13292To check whether the minor mode is enabled in the current buffer,
13211evaluate `follow-mode'. 13293evaluate the variable `follow-mode'.
13212 13294
13213The mode's hook is called both when the mode is enabled and when it is 13295The mode's hook is called both when the mode is enabled and when it is
13214disabled. 13296disabled.
@@ -13306,7 +13388,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
13306if ARG is a negative number. 13388if ARG is a negative number.
13307 13389
13308To check whether the minor mode is enabled in the current buffer, 13390To check whether the minor mode is enabled in the current buffer,
13309evaluate `footnote-mode'. 13391evaluate the variable `footnote-mode'.
13310 13392
13311The mode's hook is called both when the mode is enabled and when it is 13393The mode's hook is called both when the mode is enabled and when it is
13312disabled. 13394disabled.
@@ -13947,7 +14029,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
13947if ARG is a negative number. 14029if ARG is a negative number.
13948 14030
13949To check whether the minor mode is enabled in the current buffer, 14031To check whether the minor mode is enabled in the current buffer,
13950evaluate `glasses-mode'. 14032evaluate the variable `glasses-mode'.
13951 14033
13952The mode's hook is called both when the mode is enabled and when it is 14034The mode's hook is called both when the mode is enabled and when it is
13953disabled. 14035disabled.
@@ -13978,7 +14060,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
13978if ARG is a negative number. 14060if ARG is a negative number.
13979 14061
13980To check whether the minor mode is enabled in the current buffer, 14062To check whether the minor mode is enabled in the current buffer,
13981evaluate `glyphless-display-mode'. 14063evaluate the variable `glyphless-display-mode'.
13982 14064
13983The mode's hook is called both when the mode is enabled and when it is 14065The mode's hook is called both when the mode is enabled and when it is
13984disabled. 14066disabled.
@@ -14105,8 +14187,8 @@ Read news as a child unplugged.
14105(autoload 'gnus-agentize "gnus-agent" "\ 14187(autoload 'gnus-agentize "gnus-agent" "\
14106Allow Gnus to be an offline newsreader. 14188Allow Gnus to be an offline newsreader.
14107 14189
14108The gnus-agentize function is now called internally by gnus when 14190The `gnus-agentize' function is now called internally by gnus when
14109gnus-agent is set. If you wish to avoid calling gnus-agentize, 14191`gnus-agent' is set. If you wish to avoid calling `gnus-agentize',
14110customize `gnus-agent' to nil. 14192customize `gnus-agent' to nil.
14111 14193
14112This will modify the `gnus-setup-news-hook', and 14194This will modify the `gnus-setup-news-hook', and
@@ -14470,7 +14552,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
14470if ARG is a negative number. 14552if ARG is a negative number.
14471 14553
14472To check whether the minor mode is enabled in the current buffer, 14554To check whether the minor mode is enabled in the current buffer,
14473evaluate `gnus-mailing-list-mode'. 14555evaluate the variable `gnus-mailing-list-mode'.
14474 14556
14475The mode's hook is called both when the mode is enabled and when it is 14557The mode's hook is called both when the mode is enabled and when it is
14476disabled. 14558disabled.
@@ -14869,7 +14951,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
14869if ARG is a negative number. 14951if ARG is a negative number.
14870 14952
14871To check whether the minor mode is enabled in the current buffer, 14953To check whether the minor mode is enabled in the current buffer,
14872evaluate `goto-address-mode'. 14954evaluate the variable `goto-address-mode'.
14873 14955
14874The mode's hook is called both when the mode is enabled and when it is 14956The mode's hook is called both when the mode is enabled and when it is
14875disabled. 14957disabled.
@@ -14911,7 +14993,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
14911if ARG is a negative number. 14993if ARG is a negative number.
14912 14994
14913To check whether the minor mode is enabled in the current buffer, 14995To check whether the minor mode is enabled in the current buffer,
14914evaluate `goto-address-prog-mode'. 14996evaluate the variable `goto-address-prog-mode'.
14915 14997
14916The mode's hook is called both when the mode is enabled and when it is 14998The mode's hook is called both when the mode is enabled and when it is
14917disabled. 14999disabled.
@@ -15778,7 +15860,7 @@ gives the window that lists the options.")
15778 15860
15779 15861
15780(fn HELP-LINE HELP-TEXT HELPED-MAP BUFFER-NAME)") 15862(fn HELP-LINE HELP-TEXT HELPED-MAP BUFFER-NAME)")
15781(register-definition-prefixes "help-macro" '("make-help-screen")) 15863(register-definition-prefixes "help-macro" '("help-for-help-use-variable-pitch" "make-help-screen"))
15782 15864
15783 15865
15784;;; Generated autoloads from help-mode.el 15866;;; Generated autoloads from help-mode.el
@@ -16050,8 +16132,8 @@ which can be called interactively, are:
16050 (See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns], 16132 (See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns],
16051 any valid `font-lock-keywords' form is acceptable. When a file is 16133 any valid `font-lock-keywords' form is acceptable. When a file is
16052 loaded the patterns are read if `hi-lock-file-patterns-policy' is 16134 loaded the patterns are read if `hi-lock-file-patterns-policy' is
16053 `ask' and the user responds y to the prompt, or if 16135 `always', or if it's `ask' and the user responds y to the prompt,
16054 `hi-lock-file-patterns-policy' is bound to a function and that 16136 or if `hi-lock-file-patterns-policy' is bound to a function and that
16055 function returns t. 16137 function returns t.
16056 16138
16057\\[hi-lock-find-patterns] 16139\\[hi-lock-find-patterns]
@@ -16077,7 +16159,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
16077if ARG is a negative number. 16159if ARG is a negative number.
16078 16160
16079To check whether the minor mode is enabled in the current buffer, 16161To check whether the minor mode is enabled in the current buffer,
16080evaluate `hi-lock-mode'. 16162evaluate the variable `hi-lock-mode'.
16081 16163
16082The mode's hook is called both when the mode is enabled and when it is 16164The mode's hook is called both when the mode is enabled and when it is
16083disabled. 16165disabled.
@@ -16253,7 +16335,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
16253if ARG is a negative number. 16335if ARG is a negative number.
16254 16336
16255To check whether the minor mode is enabled in the current buffer, 16337To check whether the minor mode is enabled in the current buffer,
16256evaluate `hide-ifdef-mode'. 16338evaluate the variable `hide-ifdef-mode'.
16257 16339
16258The mode's hook is called both when the mode is enabled and when it is 16340The mode's hook is called both when the mode is enabled and when it is
16259disabled. 16341disabled.
@@ -16330,7 +16412,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
16330if ARG is a negative number. 16412if ARG is a negative number.
16331 16413
16332To check whether the minor mode is enabled in the current buffer, 16414To check whether the minor mode is enabled in the current buffer,
16333evaluate `hs-minor-mode'. 16415evaluate the variable `hs-minor-mode'.
16334 16416
16335The mode's hook is called both when the mode is enabled and when it is 16417The mode's hook is called both when the mode is enabled and when it is
16336disabled. 16418disabled.
@@ -16375,7 +16457,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
16375if ARG is a negative number. 16457if ARG is a negative number.
16376 16458
16377To check whether the minor mode is enabled in the current buffer, 16459To check whether the minor mode is enabled in the current buffer,
16378evaluate `highlight-changes-mode'. 16460evaluate the variable `highlight-changes-mode'.
16379 16461
16380The mode's hook is called both when the mode is enabled and when it is 16462The mode's hook is called both when the mode is enabled and when it is
16381disabled. 16463disabled.
@@ -16403,7 +16485,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
16403if ARG is a negative number. 16485if ARG is a negative number.
16404 16486
16405To check whether the minor mode is enabled in the current buffer, 16487To check whether the minor mode is enabled in the current buffer,
16406evaluate `highlight-changes-visible-mode'. 16488evaluate the variable `highlight-changes-visible-mode'.
16407 16489
16408The mode's hook is called both when the mode is enabled and when it is 16490The mode's hook is called both when the mode is enabled and when it is
16409disabled. 16491disabled.
@@ -16541,7 +16623,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
16541if ARG is a negative number. 16623if ARG is a negative number.
16542 16624
16543To check whether the minor mode is enabled in the current buffer, 16625To check whether the minor mode is enabled in the current buffer,
16544evaluate `hl-line-mode'. 16626evaluate the variable `hl-line-mode'.
16545 16627
16546The mode's hook is called both when the mode is enabled and when it is 16628The mode's hook is called both when the mode is enabled and when it is
16547disabled. 16629disabled.
@@ -16693,7 +16775,6 @@ Major mode for editing Html, powered by tree-sitter.
16693 16775
16694;;; Generated autoloads from htmlfontify.el 16776;;; Generated autoloads from htmlfontify.el
16695 16777
16696(push (purecopy '(htmlfontify 0 21)) package--builtin-versions)
16697(autoload 'htmlfontify-buffer "htmlfontify" "\ 16778(autoload 'htmlfontify-buffer "htmlfontify" "\
16698Create a new buffer, named for the current buffer + a .html extension, 16779Create a new buffer, named for the current buffer + a .html extension,
16699containing an inline CSS-stylesheet and formatted CSS-markup HTML 16780containing an inline CSS-stylesheet and formatted CSS-markup HTML
@@ -16763,7 +16844,8 @@ inlined into the compiled format versions. This means that if you
16763change its definition, you should explicitly call 16844change its definition, you should explicitly call
16764`ibuffer-recompile-formats'. 16845`ibuffer-recompile-formats'.
16765 16846
16766(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil 'macro) 16847(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil t)
16848(function-put 'define-ibuffer-column 'lisp-indent-function 'defun)
16767(autoload 'define-ibuffer-sorter "ibuf-macs" "\ 16849(autoload 'define-ibuffer-sorter "ibuf-macs" "\
16768Define a method of sorting named NAME. 16850Define a method of sorting named NAME.
16769DOCUMENTATION is the documentation of the function, which will be called 16851DOCUMENTATION is the documentation of the function, which will be called
@@ -16774,7 +16856,9 @@ For sorting, the forms in BODY will be evaluated with `a' bound to one
16774buffer object, and `b' bound to another. BODY should return a non-nil 16856buffer object, and `b' bound to another. BODY should return a non-nil
16775value if and only if `a' is \"less than\" `b'. 16857value if and only if `a' is \"less than\" `b'.
16776 16858
16777(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil 'macro) 16859(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil t)
16860(function-put 'define-ibuffer-sorter 'lisp-indent-function 1)
16861(function-put 'define-ibuffer-sorter 'doc-string-elt 2)
16778(autoload 'define-ibuffer-op "ibuf-macs" "\ 16862(autoload 'define-ibuffer-op "ibuf-macs" "\
16779Generate a function which operates on a buffer. 16863Generate a function which operates on a buffer.
16780OP becomes the name of the function; if it doesn't begin with 16864OP becomes the name of the function; if it doesn't begin with
@@ -16813,7 +16897,9 @@ BODY define the operation; they are forms to evaluate per each
16813marked buffer. BODY is evaluated with `buf' bound to the 16897marked buffer. BODY is evaluated with `buf' bound to the
16814buffer object. 16898buffer object.
16815 16899
16816(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING BEFORE AFTER COMPLEX) &rest BODY)" nil 'macro) 16900(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING BEFORE AFTER COMPLEX) &rest BODY)" nil t)
16901(function-put 'define-ibuffer-op 'lisp-indent-function 2)
16902(function-put 'define-ibuffer-op 'doc-string-elt 3)
16817(autoload 'define-ibuffer-filter "ibuf-macs" "\ 16903(autoload 'define-ibuffer-filter "ibuf-macs" "\
16818Define a filter named NAME. 16904Define a filter named NAME.
16819DOCUMENTATION is the documentation of the function. 16905DOCUMENTATION is the documentation of the function.
@@ -16828,7 +16914,9 @@ not a particular buffer should be displayed or not. The forms in BODY
16828will be evaluated with BUF bound to the buffer object, and QUALIFIER 16914will be evaluated with BUF bound to the buffer object, and QUALIFIER
16829bound to the current value of the filter. 16915bound to the current value of the filter.
16830 16916
16831(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil 'macro) 16917(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil t)
16918(function-put 'define-ibuffer-filter 'lisp-indent-function 2)
16919(function-put 'define-ibuffer-filter 'doc-string-elt 2)
16832(register-definition-prefixes "ibuf-macs" '("ibuffer-")) 16920(register-definition-prefixes "ibuf-macs" '("ibuffer-"))
16833 16921
16834 16922
@@ -17548,7 +17636,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
17548if ARG is a negative number. 17636if ARG is a negative number.
17549 17637
17550To check whether the minor mode is enabled in the current buffer, 17638To check whether the minor mode is enabled in the current buffer,
17551evaluate `iimage-mode'. 17639evaluate the variable `iimage-mode'.
17552 17640
17553The mode's hook is called both when the mode is enabled and when it is 17641The mode's hook is called both when the mode is enabled and when it is
17554disabled. 17642disabled.
@@ -17643,7 +17731,9 @@ IMAGE must be an image created with `create-image' or `defimage'.
17643IMAGE is displayed by putting an overlay into the current buffer with a 17731IMAGE is displayed by putting an overlay into the current buffer with a
17644`before-string' STRING that has a `display' property whose value is the 17732`before-string' STRING that has a `display' property whose value is the
17645image. STRING defaults to \"x\" if it's nil or omitted. 17733image. STRING defaults to \"x\" if it's nil or omitted.
17646The overlay created by this function has the `put-image' property set to t. 17734Upon success, this function returns the created overlay with its
17735`put-image' property set to t.
17736
17647POS may be an integer or marker. 17737POS may be an integer or marker.
17648AREA is where to display the image. AREA nil or omitted means 17738AREA is where to display the image. AREA nil or omitted means
17649display it in the text area, a value of `left-margin' means 17739display it in the text area, a value of `left-margin' means
@@ -17707,7 +17797,7 @@ string containing the actual image data. If the property `:type TYPE'
17707is omitted or nil, try to determine the image type from its first few 17797is omitted or nil, try to determine the image type from its first few
17708bytes of image data. If that doesn't work, and the property `:file 17798bytes of image data. If that doesn't work, and the property `:file
17709FILE' provide a file name, use its file extension as indication of the 17799FILE' provide a file name, use its file extension as indication of the
17710image type. If `:type TYPE' is provided, it must match the actual type 17800image type. If `:type TYPE' is provided, it must match the actual type
17711determined for FILE or DATA by `create-image'. 17801determined for FILE or DATA by `create-image'.
17712 17802
17713The function returns the image specification for the first specification 17803The function returns the image specification for the first specification
@@ -17938,7 +18028,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
17938if ARG is a negative number. 18028if ARG is a negative number.
17939 18029
17940To check whether the minor mode is enabled in the current buffer, 18030To check whether the minor mode is enabled in the current buffer,
17941evaluate `image-dired-minor-mode'. 18031evaluate the variable `image-dired-minor-mode'.
17942 18032
17943The mode's hook is called both when the mode is enabled and when it is 18033The mode's hook is called both when the mode is enabled and when it is
17944disabled. 18034disabled.
@@ -18088,7 +18178,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
18088if ARG is a negative number. 18178if ARG is a negative number.
18089 18179
18090To check whether the minor mode is enabled in the current buffer, 18180To check whether the minor mode is enabled in the current buffer,
18091evaluate `image-minor-mode'. 18181evaluate the variable `image-minor-mode'.
18092 18182
18093The mode's hook is called both when the mode is enabled and when it is 18183The mode's hook is called both when the mode is enabled and when it is
18094disabled. 18184disabled.
@@ -19013,7 +19103,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
19013if ARG is a negative number. 19103if ARG is a negative number.
19014 19104
19015To check whether the minor mode is enabled in the current buffer, 19105To check whether the minor mode is enabled in the current buffer,
19016evaluate `ispell-minor-mode'. 19106evaluate the variable `ispell-minor-mode'.
19017 19107
19018The mode's hook is called both when the mode is enabled and when it is 19108The mode's hook is called both when the mode is enabled and when it is
19019disabled. 19109disabled.
@@ -20540,7 +20630,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
20540if ARG is a negative number. 20630if ARG is a negative number.
20541 20631
20542To check whether the minor mode is enabled in the current buffer, 20632To check whether the minor mode is enabled in the current buffer,
20543evaluate `master-mode'. 20633evaluate the variable `master-mode'.
20544 20634
20545The mode's hook is called both when the mode is enabled and when it is 20635The mode's hook is called both when the mode is enabled and when it is
20546disabled. 20636disabled.
@@ -20855,8 +20945,8 @@ the MH mail system.
20855 20945
20856(fn &optional ARG)" t) 20946(fn &optional ARG)" t)
20857(autoload 'mh-folder-mode "mh-folder" "\ 20947(autoload 'mh-folder-mode "mh-folder" "\
20858Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map> 20948Major MH-E mode for \"editing\" an MH folder scan listing.
20859 20949\\<mh-folder-mode-map>
20860You can show the message the cursor is pointing to, and step through 20950You can show the message the cursor is pointing to, and step through
20861the messages. Messages can be marked for deletion or refiling into 20951the messages. Messages can be marked for deletion or refiling into
20862another folder; these commands are executed all at once with a 20952another folder; these commands are executed all at once with a
@@ -21951,11 +22041,20 @@ Run `traceroute-program' for TARGET.
21951 22041
21952(fn TARGET)" t) 22042(fn TARGET)" t)
21953(autoload 'ping "net-utils" "\ 22043(autoload 'ping "net-utils" "\
21954Ping HOST. 22044Ping HOST using `ping-program'.
21955If your system's ping continues until interrupted, you can try setting
21956`ping-program-options'.
21957 22045
21958(fn HOST)" t) 22046The user option `ping-program-options' is passed as flags to
22047`ping-program'. With a \\[universal-argument] prefix arg, prompt the
22048user for the flags to pass.
22049
22050When called from Lisp, the optional argument FLAGS, if non-nil, is a
22051list of strings that will be passed as flags for the `ping-program'. If
22052FLAGS is nil, `ping-program-options' will be used.
22053
22054If your system's ping continues until interrupted, you can try using a
22055prefix argument or setting `ping-program-options'.
22056
22057(fn HOST &optional FLAGS)" t)
21959(autoload 'nslookup-host "net-utils" "\ 22058(autoload 'nslookup-host "net-utils" "\
21960Look up the DNS information for HOST (name or IP address). 22059Look up the DNS information for HOST (name or IP address).
21961Optional argument NAME-SERVER says which server to use for 22060Optional argument NAME-SERVER says which server to use for
@@ -22944,7 +23043,7 @@ Coloring:
22944 23043
22945;;; Generated autoloads from org/org.el 23044;;; Generated autoloads from org/org.el
22946 23045
22947(push (purecopy '(org 9 7 4)) package--builtin-versions) 23046(push (purecopy '(org 9 7 10)) package--builtin-versions)
22948(autoload 'org-babel-do-load-languages "org" "\ 23047(autoload 'org-babel-do-load-languages "org" "\
22949Load the languages defined in `org-babel-load-languages'. 23048Load the languages defined in `org-babel-load-languages'.
22950 23049
@@ -23690,7 +23789,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
23690if ARG is a negative number. 23789if ARG is a negative number.
23691 23790
23692To check whether the minor mode is enabled in the current buffer, 23791To check whether the minor mode is enabled in the current buffer,
23693evaluate `outline-minor-mode'. 23792evaluate the variable `outline-minor-mode'.
23694 23793
23695The mode's hook is called both when the mode is enabled and when it is 23794The mode's hook is called both when the mode is enabled and when it is
23696disabled. 23795disabled.
@@ -24206,6 +24305,12 @@ return a \"likely\" value even for somewhat malformed strings.
24206The values returned are identical to those of `decode-time', but 24305The values returned are identical to those of `decode-time', but
24207any unknown values other than DST are returned as nil, and an 24306any unknown values other than DST are returned as nil, and an
24208unknown DST value is returned as -1. 24307unknown DST value is returned as -1.
24308Note that, unlike `decode-time', this function does not interpret
24309the time string, and in particular the values of DST and TZ do not
24310affect the returned value of date and time, they only affect the
24311last two members of the returned value. This function simply
24312parses the textual representation of date and time into separate
24313numerical values, and doesn't care whether the time is local or UTC.
24209 24314
24210See `decode-time' for the meaning of FORM. 24315See `decode-time' for the meaning of FORM.
24211 24316
@@ -24216,7 +24321,8 @@ See `decode-time' for the meaning of FORM.
24216;;; Generated autoloads from progmodes/pascal.el 24321;;; Generated autoloads from progmodes/pascal.el
24217 24322
24218(autoload 'pascal-mode "pascal" "\ 24323(autoload 'pascal-mode "pascal" "\
24219Major mode for editing Pascal code.\\<pascal-mode-map> 24324Major mode for editing Pascal code.
24325\\<pascal-mode-map>
24220TAB indents for Pascal code. Delete converts tabs to spaces as it moves back. 24326TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
24221 24327
24222\\[completion-at-point] completes the word around current point with respect to position in code 24328\\[completion-at-point] completes the word around current point with respect to position in code
@@ -24250,7 +24356,7 @@ Variables controlling indentation/edit style:
24250 regardless of where in the line point is when the TAB command is used. 24356 regardless of where in the line point is when the TAB command is used.
24251 `pascal-auto-endcomments' (default t) 24357 `pascal-auto-endcomments' (default t)
24252 Non-nil means a comment { ... } is set after the ends which ends cases and 24358 Non-nil means a comment { ... } is set after the ends which ends cases and
24253 functions. The name of the function or case will be set between the braces. 24359 functions. The name of the function or case will be set between the braces.
24254 `pascal-auto-lineup' (default t) 24360 `pascal-auto-lineup' (default t)
24255 List of contexts where auto lineup of :'s or ='s should be done. 24361 List of contexts where auto lineup of :'s or ='s should be done.
24256 24362
@@ -24926,7 +25032,7 @@ for PORT, HOSTNAME, DOCUMENT-ROOT and ROUTER-SCRIPT.
24926(autoload 'run-php "php-ts-mode" "\ 25032(autoload 'run-php "php-ts-mode" "\
24927Run an PHP interpreter as a inferior process. 25033Run an PHP interpreter as a inferior process.
24928 25034
24929Arguments CMD an CONFIG, default to `php-ts-mode-php-executable' 25035Arguments CMD and CONFIG, default to `php-ts-mode-php-executable'
24930and `php-ts-mode-php-config' respectively, control which PHP interpreter is run. 25036and `php-ts-mode-php-config' respectively, control which PHP interpreter is run.
24931Prompt for CMD if `php-ts-mode-php-executable' is nil. 25037Prompt for CMD if `php-ts-mode-php-executable' is nil.
24932Optional CONFIG, if supplied, is the php.ini file to use. 25038Optional CONFIG, if supplied, is the php.ini file to use.
@@ -26906,11 +27012,13 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
26906if ARG is a negative number. 27012if ARG is a negative number.
26907 27013
26908To check whether the minor mode is enabled in the current buffer, 27014To check whether the minor mode is enabled in the current buffer,
26909evaluate `rectangle-mark-mode'. 27015evaluate the variable `rectangle-mark-mode'.
26910 27016
26911The mode's hook is called both when the mode is enabled and when it is 27017The mode's hook is called both when the mode is enabled and when it is
26912disabled. 27018disabled.
26913 27019
27020\\{rectangle-mark-mode-map}
27021
26914(fn &optional ARG)" t) 27022(fn &optional ARG)" t)
26915(register-definition-prefixes "rect" '("apply-on-rectangle" "clear-rectangle-line" "delete-" "extract-rectangle-" "killed-rectangle" "ope" "rectangle-" "spaces-string" "string-rectangle-")) 27023(register-definition-prefixes "rect" '("apply-on-rectangle" "clear-rectangle-line" "delete-" "extract-rectangle-" "killed-rectangle" "ope" "rectangle-" "spaces-string" "string-rectangle-"))
26916 27024
@@ -26946,7 +27054,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
26946if ARG is a negative number. 27054if ARG is a negative number.
26947 27055
26948To check whether the minor mode is enabled in the current buffer, 27056To check whether the minor mode is enabled in the current buffer,
26949evaluate `refill-mode'. 27057evaluate the variable `refill-mode'.
26950 27058
26951The mode's hook is called both when the mode is enabled and when it is 27059The mode's hook is called both when the mode is enabled and when it is
26952disabled. 27060disabled.
@@ -27008,7 +27116,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
27008if ARG is a negative number. 27116if ARG is a negative number.
27009 27117
27010To check whether the minor mode is enabled in the current buffer, 27118To check whether the minor mode is enabled in the current buffer,
27011evaluate `reftex-mode'. 27119evaluate the variable `reftex-mode'.
27012 27120
27013The mode's hook is called both when the mode is enabled and when it is 27121The mode's hook is called both when the mode is enabled and when it is
27014disabled. 27122disabled.
@@ -27330,7 +27438,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
27330if ARG is a negative number. 27438if ARG is a negative number.
27331 27439
27332To check whether the minor mode is enabled in the current buffer, 27440To check whether the minor mode is enabled in the current buffer,
27333evaluate `reveal-mode'. 27441evaluate the variable `reveal-mode'.
27334 27442
27335The mode's hook is called both when the mode is enabled and when it is 27443The mode's hook is called both when the mode is enabled and when it is
27336disabled. 27444disabled.
@@ -27913,7 +28021,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
27913if ARG is a negative number. 28021if ARG is a negative number.
27914 28022
27915To check whether the minor mode is enabled in the current buffer, 28023To check whether the minor mode is enabled in the current buffer,
27916evaluate `rng-validate-mode'. 28024evaluate the variable `rng-validate-mode'.
27917 28025
27918The mode's hook is called both when the mode is enabled and when it is 28026The mode's hook is called both when the mode is enabled and when it is
27919disabled. 28027disabled.
@@ -28039,7 +28147,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
28039if ARG is a negative number. 28147if ARG is a negative number.
28040 28148
28041To check whether the minor mode is enabled in the current buffer, 28149To check whether the minor mode is enabled in the current buffer,
28042evaluate `rst-minor-mode'. 28150evaluate the variable `rst-minor-mode'.
28043 28151
28044The mode's hook is called both when the mode is enabled and when it is 28152The mode's hook is called both when the mode is enabled and when it is
28045disabled. 28153disabled.
@@ -28099,7 +28207,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
28099if ARG is a negative number. 28207if ARG is a negative number.
28100 28208
28101To check whether the minor mode is enabled in the current buffer, 28209To check whether the minor mode is enabled in the current buffer,
28102evaluate `ruler-mode'. 28210evaluate the variable `ruler-mode'.
28103 28211
28104The mode's hook is called both when the mode is enabled and when it is 28212The mode's hook is called both when the mode is enabled and when it is
28105disabled. 28213disabled.
@@ -28466,7 +28574,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
28466if ARG is a negative number. 28574if ARG is a negative number.
28467 28575
28468To check whether the minor mode is enabled in the current buffer, 28576To check whether the minor mode is enabled in the current buffer,
28469evaluate `save-place-mode'. 28577evaluate the variable `save-place-mode'.
28470 28578
28471The mode's hook is called both when the mode is enabled and when it is 28579The mode's hook is called both when the mode is enabled and when it is
28472disabled. 28580disabled.
@@ -28600,7 +28708,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
28600if ARG is a negative number. 28708if ARG is a negative number.
28601 28709
28602To check whether the minor mode is enabled in the current buffer, 28710To check whether the minor mode is enabled in the current buffer,
28603evaluate `scroll-lock-mode'. 28711evaluate the variable `scroll-lock-mode'.
28604 28712
28605The mode's hook is called both when the mode is enabled and when it is 28713The mode's hook is called both when the mode is enabled and when it is
28606disabled. 28714disabled.
@@ -28830,8 +28938,8 @@ This also saves the value of `send-mail-function' via Customize.")
28830Major mode for editing mail to be sent. 28938Major mode for editing mail to be sent.
28831Like Text Mode but with these additional commands: 28939Like Text Mode but with these additional commands:
28832 28940
28833\\[mail-send] mail-send (send the message) 28941\\[mail-send] `mail-send' (send the message)
28834\\[mail-send-and-exit] mail-send-and-exit (send the message and exit) 28942\\[mail-send-and-exit] `mail-send-and-exit' (send the message and exit)
28835 28943
28836Here are commands that move to a header field (and create it if there isn't): 28944Here are commands that move to a header field (and create it if there isn't):
28837 \\[mail-to] move to To: \\[mail-subject] move to Subj: 28945 \\[mail-to] move to To: \\[mail-subject] move to Subj:
@@ -28840,9 +28948,9 @@ Here are commands that move to a header field (and create it if there isn't):
28840 \\[mail-mail-reply-to] move to Mail-Reply-To: 28948 \\[mail-mail-reply-to] move to Mail-Reply-To:
28841 \\[mail-mail-followup-to] move to Mail-Followup-To: 28949 \\[mail-mail-followup-to] move to Mail-Followup-To:
28842\\[mail-text] move to message text. 28950\\[mail-text] move to message text.
28843\\[mail-signature] mail-signature (insert `mail-signature-file' file). 28951\\[mail-signature] `mail-signature' (insert `mail-signature-file' file).
28844\\[mail-yank-original] mail-yank-original (insert current message, in Rmail). 28952\\[mail-yank-original] `mail-yank-original' (insert current message, in Rmail).
28845\\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). 28953\\[mail-fill-yanked-message] `mail-fill-yanked-message' (fill what was yanked).
28846\\[mail-insert-file] insert a text file into the message. 28954\\[mail-insert-file] insert a text file into the message.
28847\\[mail-add-attachment] attach to the message a file as binary attachment. 28955\\[mail-add-attachment] attach to the message a file as binary attachment.
28848Turning on Mail mode runs the normal hooks `text-mode-hook' and 28956Turning on Mail mode runs the normal hooks `text-mode-hook' and
@@ -29680,7 +29788,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
29680if ARG is a negative number. 29788if ARG is a negative number.
29681 29789
29682To check whether the minor mode is enabled in the current buffer, 29790To check whether the minor mode is enabled in the current buffer,
29683evaluate `smerge-mode'. 29791evaluate the variable `smerge-mode'.
29684 29792
29685The mode's hook is called both when the mode is enabled and when it is 29793The mode's hook is called both when the mode is enabled and when it is
29686disabled. 29794disabled.
@@ -29795,7 +29903,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
29795if ARG is a negative number. 29903if ARG is a negative number.
29796 29904
29797To check whether the minor mode is enabled in the current buffer, 29905To check whether the minor mode is enabled in the current buffer,
29798evaluate `so-long-minor-mode'. 29906evaluate the variable `so-long-minor-mode'.
29799 29907
29800The mode's hook is called both when the mode is enabled and when it is 29908The mode's hook is called both when the mode is enabled and when it is
29801disabled. 29909disabled.
@@ -30969,6 +31077,61 @@ removed.
30969 31077
30970(fn STRING)") 31078(fn STRING)")
30971(function-put 'string-clean-whitespace 'important-return-value 't) 31079(function-put 'string-clean-whitespace 'important-return-value 't)
31080(autoload 'string-fill "subr-x" "\
31081Try to word-wrap STRING so that it displays with lines no wider than WIDTH.
31082STRING is wrapped where there is whitespace in it. If there are
31083individual words in STRING that are wider than WIDTH, the result
31084will have lines that are wider than WIDTH.
31085
31086(fn STRING WIDTH)")
31087(function-put 'string-fill 'important-return-value 't)
31088(autoload 'string-limit "subr-x" "\
31089Return a substring of STRING that is (up to) LENGTH characters long.
31090If STRING is shorter than or equal to LENGTH characters, return the
31091entire string unchanged.
31092
31093If STRING is longer than LENGTH characters, return a substring
31094consisting of the first LENGTH characters of STRING. If END is
31095non-nil, return the last LENGTH characters instead.
31096
31097If CODING-SYSTEM is non-nil, STRING will be encoded before
31098limiting, and LENGTH is interpreted as the number of bytes to
31099limit the string to. The result will be a unibyte string that is
31100shorter than LENGTH, but will not contain \"partial\"
31101characters (or glyphs), even if CODING-SYSTEM encodes characters
31102with several bytes per character. If the coding system specifies
31103prefix like the byte order mark (aka \"BOM\") or a shift-in sequence,
31104their bytes will be normally counted as part of LENGTH. This is
31105the case, for instance, with `utf-16'. If this isn't desired, use a
31106coding system that doesn't specify a BOM, like `utf-16le' or `utf-16be'.
31107
31108When shortening strings for display purposes,
31109`truncate-string-to-width' is almost always a better alternative
31110than this function.
31111
31112(fn STRING LENGTH &optional END CODING-SYSTEM)")
31113(function-put 'string-limit 'important-return-value 't)
31114(autoload 'string-pad "subr-x" "\
31115Pad STRING to LENGTH using PADDING.
31116If PADDING is nil, the space character is used. If not nil, it
31117should be a character.
31118
31119If STRING is longer than the absolute value of LENGTH, no padding
31120is done.
31121
31122If START is nil (or not present), the padding is done to the end
31123of the string, and if non-nil, padding is done to the start of
31124the string.
31125
31126(fn STRING LENGTH &optional PADDING START)")
31127(function-put 'string-pad 'pure 't)
31128(function-put 'string-pad 'side-effect-free 't)
31129(autoload 'string-chop-newline "subr-x" "\
31130Remove the final newline (if any) from STRING.
31131
31132(fn STRING)")
31133(function-put 'string-chop-newline 'pure 't)
31134(function-put 'string-chop-newline 'side-effect-free 't)
30972(autoload 'named-let "subr-x" "\ 31135(autoload 'named-let "subr-x" "\
30973Looping construct taken from Scheme. 31136Looping construct taken from Scheme.
30974Like `let', bind variables in BINDINGS and then evaluate BODY, 31137Like `let', bind variables in BINDINGS and then evaluate BODY,
@@ -31007,7 +31170,7 @@ this defaults to the current buffer.
31007Query the user for a process and return the process object. 31170Query the user for a process and return the process object.
31008 31171
31009(fn PROMPT)") 31172(fn PROMPT)")
31010(register-definition-prefixes "subr-x" '("emacs-etc--hide-local-variables" "hash-table-" "internal--thread-argument" "replace-region-contents" "string-" "thread-" "with-buffer-unmodified-if-unchanged")) 31173(register-definition-prefixes "subr-x" '("emacs-etc--hide-local-variables" "hash-table-" "internal--thread-argument" "replace-region-contents" "string-remove-" "thread-" "with-buffer-unmodified-if-unchanged"))
31011 31174
31012 31175
31013;;; Generated autoloads from progmodes/subword.el 31176;;; Generated autoloads from progmodes/subword.el
@@ -31043,7 +31206,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
31043if ARG is a negative number. 31206if ARG is a negative number.
31044 31207
31045To check whether the minor mode is enabled in the current buffer, 31208To check whether the minor mode is enabled in the current buffer,
31046evaluate `subword-mode'. 31209evaluate the variable `subword-mode'.
31047 31210
31048The mode's hook is called both when the mode is enabled and when it is 31211The mode's hook is called both when the mode is enabled and when it is
31049disabled. 31212disabled.
@@ -31092,7 +31255,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
31092if ARG is a negative number. 31255if ARG is a negative number.
31093 31256
31094To check whether the minor mode is enabled in the current buffer, 31257To check whether the minor mode is enabled in the current buffer,
31095evaluate `superword-mode'. 31258evaluate the variable `superword-mode'.
31096 31259
31097The mode's hook is called both when the mode is enabled and when it is 31260The mode's hook is called both when the mode is enabled and when it is
31098disabled. 31261disabled.
@@ -31218,7 +31381,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
31218if ARG is a negative number. 31381if ARG is a negative number.
31219 31382
31220To check whether the minor mode is enabled in the current buffer, 31383To check whether the minor mode is enabled in the current buffer,
31221evaluate `tab-line-mode'. 31384evaluate the variable `tab-line-mode'.
31222 31385
31223The mode's hook is called both when the mode is enabled and when it is 31386The mode's hook is called both when the mode is enabled and when it is
31224disabled. 31387disabled.
@@ -31301,7 +31464,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
31301if ARG is a negative number. 31464if ARG is a negative number.
31302 31465
31303To check whether the minor mode is enabled in the current buffer, 31466To check whether the minor mode is enabled in the current buffer,
31304evaluate `table-fixed-width-mode'. 31467evaluate the variable `table-fixed-width-mode'.
31305 31468
31306The mode's hook is called both when the mode is enabled and when it is 31469The mode's hook is called both when the mode is enabled and when it is
31307disabled. 31470disabled.
@@ -31336,8 +31499,8 @@ first cell.
31336 |-!- | | | 31499 |-!- | | |
31337 +-----+-----+-----+ 31500 +-----+-----+-----+
31338 31501
31339Inside a table cell, there are special key bindings. \\<table-cell-map> 31502Inside a table cell, there are special key bindings.
31340 31503\\<table-cell-map>
31341M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character 31504M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character
31342width, which results as 31505width, which results as
31343 31506
@@ -31346,7 +31509,7 @@ width, which results as
31346 +--------------+-----+-----+ 31509 +--------------+-----+-----+
31347 31510
31348Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing 31511Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing
31349TAB moves the point forward by a cell. The result now looks like this: 31512TAB moves the point forward by a cell. The result now looks like this:
31350 31513
31351 +--------------+------+--------------------------------+ 31514 +--------------+------+--------------------------------+
31352 | | |-!- | 31515 | | |-!- |
@@ -32557,7 +32720,10 @@ where the mouse button is clicked to find the thing nearby.
32557 32720
32558(fn EVENT THING &optional NO-PROPERTIES)") 32721(fn EVENT THING &optional NO-PROPERTIES)")
32559(autoload 'sexp-at-point "thingatpt" "\ 32722(autoload 'sexp-at-point "thingatpt" "\
32560Return the sexp at point, or nil if none is found.") 32723Return the sexp at point, or nil if none is found.
32724This is for returning the Lisp object represented by text at point;
32725use (thing-at-point \\='sexp) instead if you rather want the balanced
32726expression at point regardless of Lisp syntax.")
32561(autoload 'symbol-at-point "thingatpt" "\ 32727(autoload 'symbol-at-point "thingatpt" "\
32562Return the symbol at point, or nil if none is found.") 32728Return the symbol at point, or nil if none is found.")
32563(autoload 'number-at-point "thingatpt" "\ 32729(autoload 'number-at-point "thingatpt" "\
@@ -32722,7 +32888,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
32722if ARG is a negative number. 32888if ARG is a negative number.
32723 32889
32724To check whether the minor mode is enabled in the current buffer, 32890To check whether the minor mode is enabled in the current buffer,
32725evaluate `tildify-mode'. 32891evaluate the variable `tildify-mode'.
32726 32892
32727The mode's hook is called both when the mode is enabled and when it is 32893The mode's hook is called both when the mode is enabled and when it is
32728disabled. 32894disabled.
@@ -33571,13 +33737,13 @@ Add archive file name handler to `file-name-handler-alist'." (when (and tramp-ar
33571 33737
33572;;; Generated autoloads from net/trampver.el 33738;;; Generated autoloads from net/trampver.el
33573 33739
33574(push (purecopy '(tramp 2 7 1 -1)) package--builtin-versions) 33740(push (purecopy '(tramp 2 7 1 30 1)) package--builtin-versions)
33575(register-definition-prefixes "trampver" '("tramp-")) 33741(register-definition-prefixes "trampver" '("tramp-"))
33576 33742
33577 33743
33578;;; Generated autoloads from transient.el 33744;;; Generated autoloads from transient.el
33579 33745
33580(push (purecopy '(transient 0 6 0)) package--builtin-versions) 33746(push (purecopy '(transient 0 7 2 1)) package--builtin-versions)
33581(autoload 'transient-insert-suffix "transient" "\ 33747(autoload 'transient-insert-suffix "transient" "\
33582Insert a SUFFIX into PREFIX before LOC. 33748Insert a SUFFIX into PREFIX before LOC.
33583PREFIX is a prefix command, a symbol. 33749PREFIX is a prefix command, a symbol.
@@ -33628,7 +33794,7 @@ See info node `(transient)Modifying Existing Transients'.
33628 33794
33629(fn PREFIX LOC)") 33795(fn PREFIX LOC)")
33630(function-put 'transient-remove-suffix 'lisp-indent-function 'defun) 33796(function-put 'transient-remove-suffix 'lisp-indent-function 'defun)
33631(register-definition-prefixes "transient" '("static-if" "transient")) 33797(register-definition-prefixes "transient" '("find-function-advised-original" "transient"))
33632 33798
33633 33799
33634;;; Generated autoloads from tree-widget.el 33800;;; Generated autoloads from tree-widget.el
@@ -34034,7 +34200,7 @@ URL-encoded before it's used.
34034(autoload 'url-retrieve-synchronously "url" "\ 34200(autoload 'url-retrieve-synchronously "url" "\
34035Retrieve URL synchronously. 34201Retrieve URL synchronously.
34036Return the buffer containing the data, or nil if there are no data 34202Return the buffer containing the data, or nil if there are no data
34037associated with it (the case for dired, info, or mailto URLs that need 34203associated with it (the case for Dired, info, or mailto URLs that need
34038no further processing). URL is either a string or a parsed URL. 34204no further processing). URL is either a string or a parsed URL.
34039 34205
34040If SILENT is non-nil, don't do any messaging while retrieving. 34206If SILENT is non-nil, don't do any messaging while retrieving.
@@ -34624,7 +34790,7 @@ is \"www.fsf.co.uk\".
34624 34790
34625;;; Generated autoloads from use-package/use-package.el 34791;;; Generated autoloads from use-package/use-package.el
34626 34792
34627(push (purecopy '(use-package 2 4 5)) package--builtin-versions) 34793(push (purecopy '(use-package 2 4 6)) package--builtin-versions)
34628 34794
34629 34795
34630;;; Generated autoloads from use-package/use-package-bind-key.el 34796;;; Generated autoloads from use-package/use-package-bind-key.el
@@ -36594,7 +36760,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
36594if ARG is a negative number. 36760if ARG is a negative number.
36595 36761
36596To check whether the minor mode is enabled in the current buffer, 36762To check whether the minor mode is enabled in the current buffer,
36597evaluate `view-mode'. 36763evaluate the variable `view-mode'.
36598 36764
36599The mode's hook is called both when the mode is enabled and when it is 36765The mode's hook is called both when the mode is enabled and when it is
36600disabled. 36766disabled.
@@ -36689,7 +36855,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
36689if ARG is a negative number. 36855if ARG is a negative number.
36690 36856
36691To check whether the minor mode is enabled in the current buffer, 36857To check whether the minor mode is enabled in the current buffer,
36692evaluate `visual-wrap-prefix-mode'. 36858evaluate the variable `visual-wrap-prefix-mode'.
36693 36859
36694The mode's hook is called both when the mode is enabled and when it is 36860The mode's hook is called both when the mode is enabled and when it is
36695disabled. 36861disabled.
@@ -36921,6 +37087,183 @@ disabled.
36921(register-definition-prefixes "which-func" '("which-func")) 37087(register-definition-prefixes "which-func" '("which-func"))
36922 37088
36923 37089
37090;;; Generated autoloads from which-key.el
37091
37092(push (purecopy '(which-key 3 6 0)) package--builtin-versions)
37093(defvar which-key-mode nil "\
37094Non-nil if Which-Key mode is enabled.
37095See the `which-key-mode' command
37096for a description of this minor mode.
37097Setting this variable directly does not take effect;
37098either customize it (see the info node `Easy Customization')
37099or call the function `which-key-mode'.")
37100(custom-autoload 'which-key-mode "which-key" nil)
37101(autoload 'which-key-mode "which-key" "\
37102Toggle `which-key-mode'.
37103
37104`which-key' is a minor mode that displays the key bindings following
37105your currently entered incomplete command (a prefix) in a popup.
37106
37107For example, after enabling the minor mode, if you enter \\`C-x' and
37108wait for one second (by default), the minibuffer will expand with all
37109available key bindings that follow \\`C-x' (or as many as space allows
37110given your settings).
37111
37112This is a global minor mode. If called interactively, toggle the
37113`Which-Key mode' mode. If the prefix argument is positive, enable the
37114mode, and if it is zero or negative, disable the mode.
37115
37116If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
37117mode if ARG is nil, omitted, or is a positive number. Disable the mode
37118if ARG is a negative number.
37119
37120To check whether the minor mode is enabled in the current buffer,
37121evaluate `(default-value \\='which-key-mode)'.
37122
37123The mode's hook is called both when the mode is enabled and when it is
37124disabled.
37125
37126(fn &optional ARG)" t)
37127(autoload 'which-key-setup-side-window-right "which-key" "\
37128Set up side-window on right." t)
37129(autoload 'which-key-setup-side-window-right-bottom "which-key" "\
37130Set up side-window on right if space allows.
37131Otherwise, use bottom." t)
37132(autoload 'which-key-setup-side-window-bottom "which-key" "\
37133Set up side-window that opens on bottom." t)
37134(autoload 'which-key-setup-minibuffer "which-key" "\
37135Set up minibuffer display.
37136Do not use this setup if you use the paging commands. Instead use
37137`which-key-setup-side-window-bottom', which is nearly identical
37138but more functional." t)
37139(autoload 'which-key-add-keymap-based-replacements "which-key" "\
37140Replace the description of KEY using REPLACEMENT in KEYMAP.
37141KEY should take a format suitable for use in `kbd'. REPLACEMENT
37142should be a cons cell of the form (STRING . COMMAND) for each
37143REPLACEMENT, where STRING is the replacement string and COMMAND
37144is a symbol corresponding to the intended command to be
37145replaced. COMMAND can be nil if the binding corresponds to a key
37146prefix. An example is
37147
37148(which-key-add-keymap-based-replacements global-map
37149 \"C-x w\" \\='(\"Save as\" . write-file)).
37150
37151For backwards compatibility, REPLACEMENT can also be a string,
37152but the above format is preferred, and the option to use a string
37153for REPLACEMENT will eventually be removed.
37154
37155(fn KEYMAP KEY REPLACEMENT &rest MORE)")
37156(function-put 'which-key-add-keymap-based-replacements 'lisp-indent-function 'defun)
37157(autoload 'which-key-add-key-based-replacements "which-key" "\
37158Replace the description of KEY-SEQUENCE with REPLACEMENT.
37159KEY-SEQUENCE is a string suitable for use in `kbd'.
37160REPLACEMENT may either be a string, as in
37161
37162(which-key-add-key-based-replacements \"C-x 1\" \"maximize\")
37163
37164a cons of two strings as in
37165
37166(which-key-add-key-based-replacements \"C-x 8\"
37167 \\='(\"unicode\" . \"Unicode keys\"))
37168
37169or a function that takes a (KEY . BINDING) cons and returns a
37170replacement.
37171
37172In the second case, the second string is used to provide a longer
37173name for the keys under a prefix.
37174
37175MORE allows you to specify additional KEY REPLACEMENT pairs. All
37176replacements are added to `which-key-replacement-alist'.
37177
37178(fn KEY-SEQUENCE REPLACEMENT &rest MORE)")
37179(autoload 'which-key-add-major-mode-key-based-replacements "which-key" "\
37180Functions like `which-key-add-key-based-replacements'.
37181The difference is that MODE specifies the `major-mode' that must
37182be active for KEY-SEQUENCE and REPLACEMENT (MORE contains
37183addition KEY-SEQUENCE REPLACEMENT pairs) to apply.
37184
37185(fn MODE KEY-SEQUENCE REPLACEMENT &rest MORE)")
37186(function-put 'which-key-add-major-mode-key-based-replacements 'lisp-indent-function 'defun)
37187(autoload 'which-key-reload-key-sequence "which-key" "\
37188Simulate entering the key sequence KEY-SEQ.
37189KEY-SEQ should be a list of events as produced by
37190`listify-key-sequence'. If nil, KEY-SEQ defaults to
37191`which-key--current-key-list'. Any prefix arguments that were
37192used are reapplied to the new key sequence.
37193
37194(fn &optional KEY-SEQ)")
37195(autoload 'which-key-show-standard-help "which-key" "\
37196Call the command in `which-key--prefix-help-cmd-backup'.
37197Usually this is `describe-prefix-bindings'.
37198
37199(fn &optional _)" t)
37200(autoload 'which-key-show-next-page-no-cycle "which-key" "\
37201Show next page of keys or `which-key-show-standard-help'." t)
37202(autoload 'which-key-show-previous-page-no-cycle "which-key" "\
37203Show previous page of keys if one exists." t)
37204(autoload 'which-key-show-next-page-cycle "which-key" "\
37205Show the next page of keys, cycling from end to beginning.
37206
37207(fn &optional _)" t)
37208(autoload 'which-key-show-previous-page-cycle "which-key" "\
37209Show the previous page of keys, cycling from beginning to end.
37210
37211(fn &optional _)" t)
37212(autoload 'which-key-show-top-level "which-key" "\
37213Show top-level bindings.
37214
37215(fn &optional _)" t)
37216(autoload 'which-key-show-major-mode "which-key" "\
37217Show top-level bindings in the map of the current major mode.
37218This function will also detect evil bindings made using
37219`evil-define-key' in this map. These bindings will depend on the
37220current evil state.
37221
37222(fn &optional ALL)" t)
37223(autoload 'which-key-show-full-major-mode "which-key" "\
37224Show all bindings in the map of the current major mode.
37225This function will also detect evil bindings made using
37226`evil-define-key' in this map. These bindings will depend on the
37227current evil state." t)
37228(autoload 'which-key-dump-bindings "which-key" "\
37229Dump bindings from PREFIX into buffer named BUFFER-NAME.
37230PREFIX should be a string suitable for `kbd'.
37231
37232(fn PREFIX BUFFER-NAME)" t)
37233(autoload 'which-key-undo-key "which-key" "\
37234Undo last keypress and force which-key update.
37235
37236(fn &optional _)" t)
37237(autoload 'which-key-C-h-dispatch "which-key" "\
37238Dispatch \\`C-h' commands by looking up key in `which-key-C-h-map'.
37239This command is always accessible (from any prefix) if
37240`which-key-use-C-h-commands' is non nil." t)
37241(autoload 'which-key-show-keymap "which-key" "\
37242Show the top-level bindings in KEYMAP using which-key.
37243KEYMAP is selected interactively from all available keymaps.
37244
37245If NO-PAGING is non-nil, which-key will not intercept subsequent
37246keypresses for the paging functionality.
37247
37248(fn KEYMAP &optional NO-PAGING)" t)
37249(autoload 'which-key-show-full-keymap "which-key" "\
37250Show all bindings in KEYMAP using which-key.
37251KEYMAP is selected interactively from all available keymaps.
37252
37253(fn KEYMAP)" t)
37254(autoload 'which-key-show-minor-mode-keymap "which-key" "\
37255Show the top-level bindings in KEYMAP using which-key.
37256KEYMAP is selected interactively by mode in
37257`minor-mode-map-alist'.
37258
37259(fn &optional ALL)" t)
37260(autoload 'which-key-show-full-minor-mode-keymap "which-key" "\
37261Show all bindings in KEYMAP using which-key.
37262KEYMAP is selected interactively by mode in
37263`minor-mode-map-alist'." t)
37264(register-definition-prefixes "which-key" '("evil-state" "which-key-"))
37265
37266
36924;;; Generated autoloads from whitespace.el 37267;;; Generated autoloads from whitespace.el
36925 37268
36926(push (purecopy '(whitespace 13 2 2)) package--builtin-versions) 37269(push (purecopy '(whitespace 13 2 2)) package--builtin-versions)
@@ -36942,7 +37285,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
36942if ARG is a negative number. 37285if ARG is a negative number.
36943 37286
36944To check whether the minor mode is enabled in the current buffer, 37287To check whether the minor mode is enabled in the current buffer,
36945evaluate `whitespace-mode'. 37288evaluate the variable `whitespace-mode'.
36946 37289
36947The mode's hook is called both when the mode is enabled and when it is 37290The mode's hook is called both when the mode is enabled and when it is
36948disabled. 37291disabled.
@@ -36967,7 +37310,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
36967if ARG is a negative number. 37310if ARG is a negative number.
36968 37311
36969To check whether the minor mode is enabled in the current buffer, 37312To check whether the minor mode is enabled in the current buffer,
36970evaluate `whitespace-newline-mode'. 37313evaluate the variable `whitespace-newline-mode'.
36971 37314
36972The mode's hook is called both when the mode is enabled and when it is 37315The mode's hook is called both when the mode is enabled and when it is
36973disabled. 37316disabled.
@@ -37341,7 +37684,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
37341if ARG is a negative number. 37684if ARG is a negative number.
37342 37685
37343To check whether the minor mode is enabled in the current buffer, 37686To check whether the minor mode is enabled in the current buffer,
37344evaluate `widget-minor-mode'. 37687evaluate the variable `widget-minor-mode'.
37345 37688
37346The mode's hook is called both when the mode is enabled and when it is 37689The mode's hook is called both when the mode is enabled and when it is
37347disabled. 37690disabled.
@@ -37586,7 +37929,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
37586if ARG is a negative number. 37929if ARG is a negative number.
37587 37930
37588To check whether the minor mode is enabled in the current buffer, 37931To check whether the minor mode is enabled in the current buffer,
37589evaluate `window-tool-bar-mode'. 37932evaluate the variable `window-tool-bar-mode'.
37590 37933
37591The mode's hook is called both when the mode is enabled and when it is 37934The mode's hook is called both when the mode is enabled and when it is
37592disabled. 37935disabled.
@@ -37694,7 +38037,7 @@ available on your system.
37694 38037
37695(fn &optional TOPIC RE-CACHE)" t) 38038(fn &optional TOPIC RE-CACHE)" t)
37696(autoload 'woman-dired-find-file "woman" "\ 38039(autoload 'woman-dired-find-file "woman" "\
37697In dired, run the WoMan man-page browser on this file." t) 38040In Dired, run the WoMan man-page browser on this file." t)
37698(autoload 'woman-find-file "woman" "\ 38041(autoload 'woman-find-file "woman" "\
37699Find, decode and browse a specific UN*X man-page source file FILE-NAME. 38042Find, decode and browse a specific UN*X man-page source file FILE-NAME.
37700Use existing buffer if possible; reformat only if prefix arg given. 38043Use existing buffer if possible; reformat only if prefix arg given.
@@ -37728,7 +38071,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode
37728if ARG is a negative number. 38071if ARG is a negative number.
37729 38072
37730To check whether the minor mode is enabled in the current buffer, 38073To check whether the minor mode is enabled in the current buffer,
37731evaluate `word-wrap-whitespace-mode'. 38074evaluate the variable `word-wrap-whitespace-mode'.
37732 38075
37733The mode's hook is called both when the mode is enabled and when it is 38076The mode's hook is called both when the mode is enabled and when it is
37734disabled. 38077disabled.
@@ -38081,9 +38424,9 @@ run a specific program. The program must be a member of
38081(provide 'loaddefs) 38424(provide 'loaddefs)
38082 38425
38083;; Local Variables: 38426;; Local Variables:
38084;; no-byte-compile: t
38085;; version-control: never 38427;; version-control: never
38086;; no-update-autoloads: t 38428;; no-update-autoloads: t
38429;; no-byte-compile: t
38087;; no-native-compile: t 38430;; no-native-compile: t
38088;; coding: utf-8-emacs-unix 38431;; coding: utf-8-emacs-unix
38089;; End: 38432;; End: