diff options
| author | Andrea Corallo | 2024-08-20 22:48:16 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2024-08-20 22:48:16 +0200 |
| commit | 391e6f99fc8eed9cf2ede473b84be194aaab21c7 (patch) | |
| tree | 97259c13d085a4a2decf5ad6259e23de9b07615f | |
| parent | 8ccc165f95aea3fd9c600fab22e2644a01ce822c (diff) | |
| download | emacs-391e6f99fc8eed9cf2ede473b84be194aaab21c7.tar.gz emacs-391e6f99fc8eed9cf2ede473b84be194aaab21c7.zip | |
Update 'ldefs-boot.el' (don't merge)
* lisp/ldefs-boot.el: Update.
| -rw-r--r-- | lisp/ldefs-boot.el | 589 |
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 | |||
| 738 | if ARG is a negative number. | 738 | if ARG is a negative number. |
| 739 | 739 | ||
| 740 | To check whether the minor mode is enabled in the current buffer, | 740 | To check whether the minor mode is enabled in the current buffer, |
| 741 | evaluate `allout-mode'. | 741 | evaluate the variable `allout-mode'. |
| 742 | 742 | ||
| 743 | The mode's hook is called both when the mode is enabled and when it is | 743 | The mode's hook is called both when the mode is enabled and when it is |
| 744 | disabled. | 744 | disabled. |
| @@ -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" "\ |
| 763 | Commission or decommission allout-widgets-mode along with allout-mode. | 763 | Commission or decommission `allout-widgets-mode' along with `allout-mode'. |
| 764 | 764 | ||
| 765 | Meant to be used by customization of `allout-widgets-auto-activation'. | 765 | Meant 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 | |||
| 811 | if ARG is a negative number. | 811 | if ARG is a negative number. |
| 812 | 812 | ||
| 813 | To check whether the minor mode is enabled in the current buffer, | 813 | To check whether the minor mode is enabled in the current buffer, |
| 814 | evaluate `allout-widgets-mode'. | 814 | evaluate the variable `allout-widgets-mode'. |
| 815 | 815 | ||
| 816 | The mode's hook is called both when the mode is enabled and when it is | 816 | The mode's hook is called both when the mode is enabled and when it is |
| 817 | disabled. | 817 | disabled. |
| @@ -1398,7 +1398,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 1398 | if ARG is a negative number. | 1398 | if ARG is a negative number. |
| 1399 | 1399 | ||
| 1400 | To check whether the minor mode is enabled in the current buffer, | 1400 | To check whether the minor mode is enabled in the current buffer, |
| 1401 | evaluate `artist-mode'. | 1401 | evaluate the variable `artist-mode'. |
| 1402 | 1402 | ||
| 1403 | The mode's hook is called both when the mode is enabled and when it is | 1403 | The mode's hook is called both when the mode is enabled and when it is |
| 1404 | disabled. | 1404 | disabled. |
| @@ -1592,7 +1592,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 1592 | if ARG is a negative number. | 1592 | if ARG is a negative number. |
| 1593 | 1593 | ||
| 1594 | To check whether the minor mode is enabled in the current buffer, | 1594 | To check whether the minor mode is enabled in the current buffer, |
| 1595 | evaluate `auto-revert-mode'. | 1595 | evaluate the variable `auto-revert-mode'. |
| 1596 | 1596 | ||
| 1597 | The mode's hook is called both when the mode is enabled and when it is | 1597 | The mode's hook is called both when the mode is enabled and when it is |
| 1598 | disabled. | 1598 | disabled. |
| @@ -1630,7 +1630,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 1630 | if ARG is a negative number. | 1630 | if ARG is a negative number. |
| 1631 | 1631 | ||
| 1632 | To check whether the minor mode is enabled in the current buffer, | 1632 | To check whether the minor mode is enabled in the current buffer, |
| 1633 | evaluate `auto-revert-tail-mode'. | 1633 | evaluate the variable `auto-revert-tail-mode'. |
| 1634 | 1634 | ||
| 1635 | The mode's hook is called both when the mode is enabled and when it is | 1635 | The mode's hook is called both when the mode is enabled and when it is |
| 1636 | disabled. | 1636 | disabled. |
| @@ -2779,7 +2779,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 2779 | if ARG is a negative number. | 2779 | if ARG is a negative number. |
| 2780 | 2780 | ||
| 2781 | To check whether the minor mode is enabled in the current buffer, | 2781 | To check whether the minor mode is enabled in the current buffer, |
| 2782 | evaluate `bug-reference-mode'. | 2782 | evaluate the variable `bug-reference-mode'. |
| 2783 | 2783 | ||
| 2784 | The mode's hook is called both when the mode is enabled and when it is | 2784 | The mode's hook is called both when the mode is enabled and when it is |
| 2785 | disabled. | 2785 | disabled. |
| @@ -2797,7 +2797,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 2797 | if ARG is a negative number. | 2797 | if ARG is a negative number. |
| 2798 | 2798 | ||
| 2799 | To check whether the minor mode is enabled in the current buffer, | 2799 | To check whether the minor mode is enabled in the current buffer, |
| 2800 | evaluate `bug-reference-prog-mode'. | 2800 | evaluate the variable `bug-reference-prog-mode'. |
| 2801 | 2801 | ||
| 2802 | The mode's hook is called both when the mode is enabled and when it is | 2802 | The mode's hook is called both when the mode is enabled and when it is |
| 2803 | disabled. | 2803 | disabled. |
| @@ -4399,7 +4399,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 4399 | if ARG is a negative number. | 4399 | if ARG is a negative number. |
| 4400 | 4400 | ||
| 4401 | To check whether the minor mode is enabled in the current buffer, | 4401 | To check whether the minor mode is enabled in the current buffer, |
| 4402 | evaluate `checkdoc-minor-mode'. | 4402 | evaluate the variable `checkdoc-minor-mode'. |
| 4403 | 4403 | ||
| 4404 | The mode's hook is called both when the mode is enabled and when it is | 4404 | The mode's hook is called both when the mode is enabled and when it is |
| 4405 | disabled. | 4405 | disabled. |
| @@ -5208,11 +5208,13 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 5208 | if ARG is a negative number. | 5208 | if ARG is a negative number. |
| 5209 | 5209 | ||
| 5210 | To check whether the minor mode is enabled in the current buffer, | 5210 | To check whether the minor mode is enabled in the current buffer, |
| 5211 | evaluate `compilation-shell-minor-mode'. | 5211 | evaluate the variable `compilation-shell-minor-mode'. |
| 5212 | 5212 | ||
| 5213 | The mode's hook is called both when the mode is enabled and when it is | 5213 | The mode's hook is called both when the mode is enabled and when it is |
| 5214 | disabled. | 5214 | disabled. |
| 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" "\ |
| 5218 | Toggle Compilation minor mode. | 5220 | Toggle Compilation minor mode. |
| @@ -5230,11 +5232,13 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 5230 | if ARG is a negative number. | 5232 | if ARG is a negative number. |
| 5231 | 5233 | ||
| 5232 | To check whether the minor mode is enabled in the current buffer, | 5234 | To check whether the minor mode is enabled in the current buffer, |
| 5233 | evaluate `compilation-minor-mode'. | 5235 | evaluate the variable `compilation-minor-mode'. |
| 5234 | 5236 | ||
| 5235 | The mode's hook is called both when the mode is enabled and when it is | 5237 | The mode's hook is called both when the mode is enabled and when it is |
| 5236 | disabled. | 5238 | disabled. |
| 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" "\ |
| 5240 | Advance to the next error message and visit the file where the error was. | 5244 | Advance 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 | |||
| 5331 | if ARG is a negative number. | 5335 | if ARG is a negative number. |
| 5332 | 5336 | ||
| 5333 | To check whether the minor mode is enabled in the current buffer, | 5337 | To check whether the minor mode is enabled in the current buffer, |
| 5334 | evaluate `completion-preview-mode'. | 5338 | evaluate the variable `completion-preview-mode'. |
| 5335 | 5339 | ||
| 5336 | The mode's hook is called both when the mode is enabled and when it is | 5340 | The mode's hook is called both when the mode is enabled and when it is |
| 5337 | disabled. | 5341 | disabled. |
| @@ -6006,7 +6010,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 6006 | if ARG is a negative number. | 6010 | if ARG is a negative number. |
| 6007 | 6011 | ||
| 6008 | To check whether the minor mode is enabled in the current buffer, | 6012 | To check whether the minor mode is enabled in the current buffer, |
| 6009 | evaluate `cua-rectangle-mark-mode'. | 6013 | evaluate the variable `cua-rectangle-mark-mode'. |
| 6010 | 6014 | ||
| 6011 | The mode's hook is called both when the mode is enabled and when it is | 6015 | The mode's hook is called both when the mode is enabled and when it is |
| 6012 | disabled. | 6016 | disabled. |
| @@ -6033,7 +6037,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 6033 | if ARG is a negative number. | 6037 | if ARG is a negative number. |
| 6034 | 6038 | ||
| 6035 | To check whether the minor mode is enabled in the current buffer, | 6039 | To check whether the minor mode is enabled in the current buffer, |
| 6036 | evaluate `cursor-intangible-mode'. | 6040 | evaluate the variable `cursor-intangible-mode'. |
| 6037 | 6041 | ||
| 6038 | The mode's hook is called both when the mode is enabled and when it is | 6042 | The mode's hook is called both when the mode is enabled and when it is |
| 6039 | disabled. | 6043 | disabled. |
| @@ -6057,7 +6061,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 6057 | if ARG is a negative number. | 6061 | if ARG is a negative number. |
| 6058 | 6062 | ||
| 6059 | To check whether the minor mode is enabled in the current buffer, | 6063 | To check whether the minor mode is enabled in the current buffer, |
| 6060 | evaluate `cursor-sensor-mode'. | 6064 | evaluate the variable `cursor-sensor-mode'. |
| 6061 | 6065 | ||
| 6062 | The mode's hook is called both when the mode is enabled and when it is | 6066 | The mode's hook is called both when the mode is enabled and when it is |
| 6063 | disabled. | 6067 | disabled. |
| @@ -6440,7 +6444,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 6440 | if ARG is a negative number. | 6444 | if ARG is a negative number. |
| 6441 | 6445 | ||
| 6442 | To check whether the minor mode is enabled in the current buffer, | 6446 | To check whether the minor mode is enabled in the current buffer, |
| 6443 | evaluate `cwarn-mode'. | 6447 | evaluate the variable `cwarn-mode'. |
| 6444 | 6448 | ||
| 6445 | The mode's hook is called both when the mode is enabled and when it is | 6449 | The mode's hook is called both when the mode is enabled and when it is |
| 6446 | disabled. | 6450 | disabled. |
| @@ -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 | ||
| 6719 | To run code after DCL mode has loaded, use `with-eval-after-load'. | ||
| 6720 | Turning on DCL mode calls the value of the variable `dcl-mode-hook' | 6723 | Turning on DCL mode calls the value of the variable `dcl-mode-hook' |
| 6721 | with no args, if that value is non-nil. | 6724 | with 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 | |||
| 7576 | if ARG is a negative number. | 7579 | if ARG is a negative number. |
| 7577 | 7580 | ||
| 7578 | To check whether the minor mode is enabled in the current buffer, | 7581 | To check whether the minor mode is enabled in the current buffer, |
| 7579 | evaluate `diff-minor-mode'. | 7582 | evaluate the variable `diff-minor-mode'. |
| 7580 | 7583 | ||
| 7581 | The mode's hook is called both when the mode is enabled and when it is | 7584 | The mode's hook is called both when the mode is enabled and when it is |
| 7582 | disabled. | 7585 | disabled. |
| @@ -7744,7 +7747,7 @@ move to that file's line in the directory listing. | |||
| 7744 | If the current buffer isn't visiting a file, Dired `default-directory'. | 7747 | If the current buffer isn't visiting a file, Dired `default-directory'. |
| 7745 | 7748 | ||
| 7746 | If in Dired already, pop up a level and goto old directory's line. | 7749 | If in Dired already, pop up a level and goto old directory's line. |
| 7747 | In case the proper Dired file line cannot be found, refresh the dired | 7750 | In case the proper Dired file line cannot be found, refresh the Dired |
| 7748 | buffer and try again. | 7751 | buffer and try again. |
| 7749 | 7752 | ||
| 7750 | When OTHER-WINDOW is non-nil, jump to Dired buffer in other window. | 7753 | When 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 | |||
| 7792 | if ARG is a negative number. | 7795 | if ARG is a negative number. |
| 7793 | 7796 | ||
| 7794 | To check whether the minor mode is enabled in the current buffer, | 7797 | To check whether the minor mode is enabled in the current buffer, |
| 7795 | evaluate `dirtrack-mode'. | 7798 | evaluate the variable `dirtrack-mode'. |
| 7796 | 7799 | ||
| 7797 | The mode's hook is called both when the mode is enabled and when it is | 7800 | The mode's hook is called both when the mode is enabled and when it is |
| 7798 | disabled. | 7801 | disabled. |
| @@ -7978,7 +7981,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 7978 | if ARG is a negative number. | 7981 | if ARG is a negative number. |
| 7979 | 7982 | ||
| 7980 | To check whether the minor mode is enabled in the current buffer, | 7983 | To check whether the minor mode is enabled in the current buffer, |
| 7981 | evaluate `display-fill-column-indicator-mode'. | 7984 | evaluate the variable `display-fill-column-indicator-mode'. |
| 7982 | 7985 | ||
| 7983 | The mode's hook is called both when the mode is enabled and when it is | 7986 | The mode's hook is called both when the mode is enabled and when it is |
| 7984 | disabled. | 7987 | disabled. |
| @@ -8049,7 +8052,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 8049 | if ARG is a negative number. | 8052 | if ARG is a negative number. |
| 8050 | 8053 | ||
| 8051 | To check whether the minor mode is enabled in the current buffer, | 8054 | To check whether the minor mode is enabled in the current buffer, |
| 8052 | evaluate `display-line-numbers-mode'. | 8055 | evaluate the variable `display-line-numbers-mode'. |
| 8053 | 8056 | ||
| 8054 | The mode's hook is called both when the mode is enabled and when it is | 8057 | The mode's hook is called both when the mode is enabled and when it is |
| 8055 | disabled. | 8058 | disabled. |
| @@ -8137,7 +8140,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 8137 | if ARG is a negative number. | 8140 | if ARG is a negative number. |
| 8138 | 8141 | ||
| 8139 | To check whether the minor mode is enabled in the current buffer, | 8142 | To check whether the minor mode is enabled in the current buffer, |
| 8140 | evaluate `header-line-indent-mode'. | 8143 | evaluate the variable `header-line-indent-mode'. |
| 8141 | 8144 | ||
| 8142 | The mode's hook is called both when the mode is enabled and when it is | 8145 | The mode's hook is called both when the mode is enabled and when it is |
| 8143 | disabled. | 8146 | disabled. |
| @@ -8250,7 +8253,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 8250 | if ARG is a negative number. | 8253 | if ARG is a negative number. |
| 8251 | 8254 | ||
| 8252 | To check whether the minor mode is enabled in the current buffer, | 8255 | To check whether the minor mode is enabled in the current buffer, |
| 8253 | evaluate `doc-view-minor-mode'. | 8256 | evaluate the variable `doc-view-minor-mode'. |
| 8254 | 8257 | ||
| 8255 | The mode's hook is called both when the mode is enabled and when it is | 8258 | The mode's hook is called both when the mode is enabled and when it is |
| 8256 | disabled. | 8259 | disabled. |
| @@ -8321,7 +8324,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 8321 | if ARG is a negative number. | 8324 | if ARG is a negative number. |
| 8322 | 8325 | ||
| 8323 | To check whether the minor mode is enabled in the current buffer, | 8326 | To check whether the minor mode is enabled in the current buffer, |
| 8324 | evaluate `double-mode'. | 8327 | evaluate the variable `double-mode'. |
| 8325 | 8328 | ||
| 8326 | The mode's hook is called both when the mode is enabled and when it is | 8329 | The mode's hook is called both when the mode is enabled and when it is |
| 8327 | disabled. | 8330 | disabled. |
| @@ -8809,7 +8812,7 @@ A second call of this function without changing point inserts the next match. | |||
| 8809 | A call with prefix PREFIX reads the symbol to insert from the minibuffer with | 8812 | A call with prefix PREFIX reads the symbol to insert from the minibuffer with |
| 8810 | completion. | 8813 | completion. |
| 8811 | 8814 | ||
| 8812 | (fn PREFIX)" '("P")) | 8815 | (fn PREFIX)" t) |
| 8813 | (autoload 'ebrowse-tags-loop-continue "ebrowse" "\ | 8816 | (autoload 'ebrowse-tags-loop-continue "ebrowse" "\ |
| 8814 | Repeat last operation on files in tree. | 8817 | Repeat last operation on files in tree. |
| 8815 | FIRST-TIME non-nil means this is not a repetition, but the first time. | 8818 | FIRST-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 "\ | ||
| 9352 | Non-nil if Editorconfig mode is enabled. | ||
| 9353 | See the `editorconfig-mode' command | ||
| 9354 | for a description of this minor mode. | ||
| 9355 | Setting this variable directly does not take effect; | ||
| 9356 | either customize it (see the info node `Easy Customization') | ||
| 9357 | or call the function `editorconfig-mode'.") | ||
| 9358 | (custom-autoload 'editorconfig-mode "editorconfig" nil) | ||
| 9359 | (autoload 'editorconfig-mode "editorconfig" "\ | ||
| 9360 | Toggle EditorConfig feature. | ||
| 9361 | |||
| 9362 | This is a global minor mode. If called interactively, toggle the | ||
| 9363 | `Editorconfig mode' mode. If the prefix argument is positive, enable | ||
| 9364 | the mode, and if it is zero or negative, disable the mode. | ||
| 9365 | |||
| 9366 | If called from Lisp, toggle the mode if ARG is `toggle'. Enable the | ||
| 9367 | mode if ARG is nil, omitted, or is a positive number. Disable the mode | ||
| 9368 | if ARG is a negative number. | ||
| 9369 | |||
| 9370 | To check whether the minor mode is enabled in the current buffer, | ||
| 9371 | evaluate `(default-value \\='editorconfig-mode)'. | ||
| 9372 | |||
| 9373 | The mode's hook is called both when the mode is enabled and when it is | ||
| 9374 | disabled. | ||
| 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" "\ | ||
| 9383 | Major 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" "\ | ||
| 9408 | Get and apply EditorConfig properties to current buffer. | ||
| 9409 | |||
| 9410 | This function does not respect the values of `editorconfig-exclude-modes' and | ||
| 9411 | `editorconfig-exclude-regexps' and always applies available properties. | ||
| 9412 | Use `editorconfig-mode-apply' instead to make use of these variables." t) | ||
| 9413 | (autoload 'editorconfig-find-current-editorconfig "editorconfig-tools" "\ | ||
| 9414 | Find the closest .editorconfig file for current file." t) | ||
| 9415 | (autoload 'editorconfig-display-current-properties "editorconfig-tools" "\ | ||
| 9416 | Display 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 | |||
| 9659 | if ARG is a negative number. | 9735 | if ARG is a negative number. |
| 9660 | 9736 | ||
| 9661 | To check whether the minor mode is enabled in the current buffer, | 9737 | To check whether the minor mode is enabled in the current buffer, |
| 9662 | evaluate `electric-pair-mode'. | 9738 | evaluate the variable `electric-pair-mode'. |
| 9663 | 9739 | ||
| 9664 | The mode's hook is called both when the mode is enabled and when it is | 9740 | The mode's hook is called both when the mode is enabled and when it is |
| 9665 | disabled. | 9741 | disabled. |
| @@ -9688,7 +9764,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 9688 | if ARG is a negative number. | 9764 | if ARG is a negative number. |
| 9689 | 9765 | ||
| 9690 | To check whether the minor mode is enabled in the current buffer, | 9766 | To check whether the minor mode is enabled in the current buffer, |
| 9691 | evaluate `elide-head-mode'. | 9767 | evaluate the variable `elide-head-mode'. |
| 9692 | 9768 | ||
| 9693 | The mode's hook is called both when the mode is enabled and when it is | 9769 | The mode's hook is called both when the mode is enabled and when it is |
| 9694 | disabled. | 9770 | disabled. |
| @@ -10073,7 +10149,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 10073 | if ARG is a negative number. | 10149 | if ARG is a negative number. |
| 10074 | 10150 | ||
| 10075 | To check whether the minor mode is enabled in the current buffer, | 10151 | To check whether the minor mode is enabled in the current buffer, |
| 10076 | evaluate `enriched-mode'. | 10152 | evaluate the variable `enriched-mode'. |
| 10077 | 10153 | ||
| 10078 | The mode's hook is called both when the mode is enabled and when it is | 10154 | The mode's hook is called both when the mode is enabled and when it is |
| 10079 | disabled. | 10155 | disabled. |
| @@ -10306,7 +10382,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 10306 | if ARG is a negative number. | 10382 | if ARG is a negative number. |
| 10307 | 10383 | ||
| 10308 | To check whether the minor mode is enabled in the current buffer, | 10384 | To check whether the minor mode is enabled in the current buffer, |
| 10309 | evaluate `epa-mail-mode'. | 10385 | evaluate the variable `epa-mail-mode'. |
| 10310 | 10386 | ||
| 10311 | The mode's hook is called both when the mode is enabled and when it is | 10387 | The mode's hook is called both when the mode is enabled and when it is |
| 10312 | disabled. | 10388 | disabled. |
| @@ -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 | |||
| 10471 | and defers to `erc-compute-port', `erc-compute-user', and | 10547 | and 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" "\ |
| 10477 | Connect to an IRC server over a TLS-encrypted connection. | 10553 | Connect to an IRC server over a TLS-encrypted connection. |
| @@ -10494,7 +10570,7 @@ See the alternative entry-point command `erc' as well as Info | |||
| 10494 | node `(erc) Connecting' for a fuller description of the various | 10570 | node `(erc) Connecting' for a fuller description of the various |
| 10495 | parameters, like ID. | 10571 | parameters, 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" "\ |
| 10499 | Use ERC to IRC on HOST:PORT in CHANNEL. | 10575 | Use ERC to IRC on HOST:PORT in CHANNEL. |
| 10500 | If ERC is already connected to HOST:PORT, simply /join CHANNEL. | 10576 | If ERC is already connected to HOST:PORT, simply /join CHANNEL. |
| @@ -10726,14 +10802,16 @@ it has to be wrapped in `(eval (quote ...))'. | |||
| 10726 | If NAME is already defined as a test and Emacs is running | 10802 | If NAME is already defined as a test and Emacs is running |
| 10727 | in batch mode, an error is signaled. | 10803 | in 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" "\ |
| 10731 | Run the tests specified by SELECTOR, printing results to the terminal. | 10809 | Run the tests specified by SELECTOR, printing results to the terminal. |
| 10732 | 10810 | ||
| 10733 | SELECTOR works as described in `ert-select-tests', except if | 10811 | SELECTOR selects which tests to run as described in `ert-select-tests' when |
| 10734 | SELECTOR is nil, in which case all tests rather than none will be | 10812 | called with its second argument t, except if SELECTOR is nil, in which case |
| 10735 | run; this makes the command line \"emacs -batch -l my-tests.el -f | 10813 | all tests rather than none will be run; this makes the command line |
| 10736 | ert-run-tests-batch-and-exit\" useful. | 10814 | \"emacs -batch -l my-tests.el -f ert-run-tests-batch-and-exit\" useful. |
| 10737 | 10815 | ||
| 10738 | Returns the stats object. | 10816 | Returns 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" "\ |
| 10751 | Run the tests specified by SELECTOR and display the results in a buffer. | 10829 | Run the tests specified by SELECTOR and display the results in a buffer. |
| 10752 | 10830 | ||
| 10753 | SELECTOR works as described in `ert-select-tests'. | 10831 | SELECTOR selects which tests to run as described in `ert-select-tests' |
| 10832 | when called with its second argument t. Interactively, prompt for | ||
| 10833 | SELECTOR; 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 | |||
| 12044 | if ARG is a negative number. | 12124 | if ARG is a negative number. |
| 12045 | 12125 | ||
| 12046 | To check whether the minor mode is enabled in the current buffer, | 12126 | To check whether the minor mode is enabled in the current buffer, |
| 12047 | evaluate `buffer-face-mode'. | 12127 | evaluate the variable `buffer-face-mode'. |
| 12048 | 12128 | ||
| 12049 | The mode's hook is called both when the mode is enabled and when it is | 12129 | The mode's hook is called both when the mode is enabled and when it is |
| 12050 | disabled. | 12130 | disabled. |
| @@ -13054,11 +13134,13 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 13054 | if ARG is a negative number. | 13134 | if ARG is a negative number. |
| 13055 | 13135 | ||
| 13056 | To check whether the minor mode is enabled in the current buffer, | 13136 | To check whether the minor mode is enabled in the current buffer, |
| 13057 | evaluate `flymake-mode'. | 13137 | evaluate the variable `flymake-mode'. |
| 13058 | 13138 | ||
| 13059 | The mode's hook is called both when the mode is enabled and when it is | 13139 | The mode's hook is called both when the mode is enabled and when it is |
| 13060 | disabled. | 13140 | disabled. |
| 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" "\ |
| 13064 | Turn Flymake mode on.") | 13146 | Turn Flymake mode on.") |
| @@ -13131,7 +13213,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 13131 | if ARG is a negative number. | 13213 | if ARG is a negative number. |
| 13132 | 13214 | ||
| 13133 | To check whether the minor mode is enabled in the current buffer, | 13215 | To check whether the minor mode is enabled in the current buffer, |
| 13134 | evaluate `flyspell-mode'. | 13216 | evaluate the variable `flyspell-mode'. |
| 13135 | 13217 | ||
| 13136 | The mode's hook is called both when the mode is enabled and when it is | 13218 | The mode's hook is called both when the mode is enabled and when it is |
| 13137 | disabled. | 13219 | disabled. |
| @@ -13208,7 +13290,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 13208 | if ARG is a negative number. | 13290 | if ARG is a negative number. |
| 13209 | 13291 | ||
| 13210 | To check whether the minor mode is enabled in the current buffer, | 13292 | To check whether the minor mode is enabled in the current buffer, |
| 13211 | evaluate `follow-mode'. | 13293 | evaluate the variable `follow-mode'. |
| 13212 | 13294 | ||
| 13213 | The mode's hook is called both when the mode is enabled and when it is | 13295 | The mode's hook is called both when the mode is enabled and when it is |
| 13214 | disabled. | 13296 | disabled. |
| @@ -13306,7 +13388,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 13306 | if ARG is a negative number. | 13388 | if ARG is a negative number. |
| 13307 | 13389 | ||
| 13308 | To check whether the minor mode is enabled in the current buffer, | 13390 | To check whether the minor mode is enabled in the current buffer, |
| 13309 | evaluate `footnote-mode'. | 13391 | evaluate the variable `footnote-mode'. |
| 13310 | 13392 | ||
| 13311 | The mode's hook is called both when the mode is enabled and when it is | 13393 | The mode's hook is called both when the mode is enabled and when it is |
| 13312 | disabled. | 13394 | disabled. |
| @@ -13947,7 +14029,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 13947 | if ARG is a negative number. | 14029 | if ARG is a negative number. |
| 13948 | 14030 | ||
| 13949 | To check whether the minor mode is enabled in the current buffer, | 14031 | To check whether the minor mode is enabled in the current buffer, |
| 13950 | evaluate `glasses-mode'. | 14032 | evaluate the variable `glasses-mode'. |
| 13951 | 14033 | ||
| 13952 | The mode's hook is called both when the mode is enabled and when it is | 14034 | The mode's hook is called both when the mode is enabled and when it is |
| 13953 | disabled. | 14035 | disabled. |
| @@ -13978,7 +14060,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 13978 | if ARG is a negative number. | 14060 | if ARG is a negative number. |
| 13979 | 14061 | ||
| 13980 | To check whether the minor mode is enabled in the current buffer, | 14062 | To check whether the minor mode is enabled in the current buffer, |
| 13981 | evaluate `glyphless-display-mode'. | 14063 | evaluate the variable `glyphless-display-mode'. |
| 13982 | 14064 | ||
| 13983 | The mode's hook is called both when the mode is enabled and when it is | 14065 | The mode's hook is called both when the mode is enabled and when it is |
| 13984 | disabled. | 14066 | disabled. |
| @@ -14105,8 +14187,8 @@ Read news as a child unplugged. | |||
| 14105 | (autoload 'gnus-agentize "gnus-agent" "\ | 14187 | (autoload 'gnus-agentize "gnus-agent" "\ |
| 14106 | Allow Gnus to be an offline newsreader. | 14188 | Allow Gnus to be an offline newsreader. |
| 14107 | 14189 | ||
| 14108 | The gnus-agentize function is now called internally by gnus when | 14190 | The `gnus-agentize' function is now called internally by gnus when |
| 14109 | gnus-agent is set. If you wish to avoid calling gnus-agentize, | 14191 | `gnus-agent' is set. If you wish to avoid calling `gnus-agentize', |
| 14110 | customize `gnus-agent' to nil. | 14192 | customize `gnus-agent' to nil. |
| 14111 | 14193 | ||
| 14112 | This will modify the `gnus-setup-news-hook', and | 14194 | This 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 | |||
| 14470 | if ARG is a negative number. | 14552 | if ARG is a negative number. |
| 14471 | 14553 | ||
| 14472 | To check whether the minor mode is enabled in the current buffer, | 14554 | To check whether the minor mode is enabled in the current buffer, |
| 14473 | evaluate `gnus-mailing-list-mode'. | 14555 | evaluate the variable `gnus-mailing-list-mode'. |
| 14474 | 14556 | ||
| 14475 | The mode's hook is called both when the mode is enabled and when it is | 14557 | The mode's hook is called both when the mode is enabled and when it is |
| 14476 | disabled. | 14558 | disabled. |
| @@ -14869,7 +14951,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 14869 | if ARG is a negative number. | 14951 | if ARG is a negative number. |
| 14870 | 14952 | ||
| 14871 | To check whether the minor mode is enabled in the current buffer, | 14953 | To check whether the minor mode is enabled in the current buffer, |
| 14872 | evaluate `goto-address-mode'. | 14954 | evaluate the variable `goto-address-mode'. |
| 14873 | 14955 | ||
| 14874 | The mode's hook is called both when the mode is enabled and when it is | 14956 | The mode's hook is called both when the mode is enabled and when it is |
| 14875 | disabled. | 14957 | disabled. |
| @@ -14911,7 +14993,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 14911 | if ARG is a negative number. | 14993 | if ARG is a negative number. |
| 14912 | 14994 | ||
| 14913 | To check whether the minor mode is enabled in the current buffer, | 14995 | To check whether the minor mode is enabled in the current buffer, |
| 14914 | evaluate `goto-address-prog-mode'. | 14996 | evaluate the variable `goto-address-prog-mode'. |
| 14915 | 14997 | ||
| 14916 | The mode's hook is called both when the mode is enabled and when it is | 14998 | The mode's hook is called both when the mode is enabled and when it is |
| 14917 | disabled. | 14999 | disabled. |
| @@ -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 | |||
| 16077 | if ARG is a negative number. | 16159 | if ARG is a negative number. |
| 16078 | 16160 | ||
| 16079 | To check whether the minor mode is enabled in the current buffer, | 16161 | To check whether the minor mode is enabled in the current buffer, |
| 16080 | evaluate `hi-lock-mode'. | 16162 | evaluate the variable `hi-lock-mode'. |
| 16081 | 16163 | ||
| 16082 | The mode's hook is called both when the mode is enabled and when it is | 16164 | The mode's hook is called both when the mode is enabled and when it is |
| 16083 | disabled. | 16165 | disabled. |
| @@ -16253,7 +16335,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 16253 | if ARG is a negative number. | 16335 | if ARG is a negative number. |
| 16254 | 16336 | ||
| 16255 | To check whether the minor mode is enabled in the current buffer, | 16337 | To check whether the minor mode is enabled in the current buffer, |
| 16256 | evaluate `hide-ifdef-mode'. | 16338 | evaluate the variable `hide-ifdef-mode'. |
| 16257 | 16339 | ||
| 16258 | The mode's hook is called both when the mode is enabled and when it is | 16340 | The mode's hook is called both when the mode is enabled and when it is |
| 16259 | disabled. | 16341 | disabled. |
| @@ -16330,7 +16412,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 16330 | if ARG is a negative number. | 16412 | if ARG is a negative number. |
| 16331 | 16413 | ||
| 16332 | To check whether the minor mode is enabled in the current buffer, | 16414 | To check whether the minor mode is enabled in the current buffer, |
| 16333 | evaluate `hs-minor-mode'. | 16415 | evaluate the variable `hs-minor-mode'. |
| 16334 | 16416 | ||
| 16335 | The mode's hook is called both when the mode is enabled and when it is | 16417 | The mode's hook is called both when the mode is enabled and when it is |
| 16336 | disabled. | 16418 | disabled. |
| @@ -16375,7 +16457,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 16375 | if ARG is a negative number. | 16457 | if ARG is a negative number. |
| 16376 | 16458 | ||
| 16377 | To check whether the minor mode is enabled in the current buffer, | 16459 | To check whether the minor mode is enabled in the current buffer, |
| 16378 | evaluate `highlight-changes-mode'. | 16460 | evaluate the variable `highlight-changes-mode'. |
| 16379 | 16461 | ||
| 16380 | The mode's hook is called both when the mode is enabled and when it is | 16462 | The mode's hook is called both when the mode is enabled and when it is |
| 16381 | disabled. | 16463 | disabled. |
| @@ -16403,7 +16485,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 16403 | if ARG is a negative number. | 16485 | if ARG is a negative number. |
| 16404 | 16486 | ||
| 16405 | To check whether the minor mode is enabled in the current buffer, | 16487 | To check whether the minor mode is enabled in the current buffer, |
| 16406 | evaluate `highlight-changes-visible-mode'. | 16488 | evaluate the variable `highlight-changes-visible-mode'. |
| 16407 | 16489 | ||
| 16408 | The mode's hook is called both when the mode is enabled and when it is | 16490 | The mode's hook is called both when the mode is enabled and when it is |
| 16409 | disabled. | 16491 | disabled. |
| @@ -16541,7 +16623,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 16541 | if ARG is a negative number. | 16623 | if ARG is a negative number. |
| 16542 | 16624 | ||
| 16543 | To check whether the minor mode is enabled in the current buffer, | 16625 | To check whether the minor mode is enabled in the current buffer, |
| 16544 | evaluate `hl-line-mode'. | 16626 | evaluate the variable `hl-line-mode'. |
| 16545 | 16627 | ||
| 16546 | The mode's hook is called both when the mode is enabled and when it is | 16628 | The mode's hook is called both when the mode is enabled and when it is |
| 16547 | disabled. | 16629 | disabled. |
| @@ -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" "\ |
| 16698 | Create a new buffer, named for the current buffer + a .html extension, | 16779 | Create a new buffer, named for the current buffer + a .html extension, |
| 16699 | containing an inline CSS-stylesheet and formatted CSS-markup HTML | 16780 | containing an inline CSS-stylesheet and formatted CSS-markup HTML |
| @@ -16763,7 +16844,8 @@ inlined into the compiled format versions. This means that if you | |||
| 16763 | change its definition, you should explicitly call | 16844 | change 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" "\ |
| 16768 | Define a method of sorting named NAME. | 16850 | Define a method of sorting named NAME. |
| 16769 | DOCUMENTATION is the documentation of the function, which will be called | 16851 | DOCUMENTATION 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 | |||
| 16774 | buffer object, and `b' bound to another. BODY should return a non-nil | 16856 | buffer object, and `b' bound to another. BODY should return a non-nil |
| 16775 | value if and only if `a' is \"less than\" `b'. | 16857 | value 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" "\ |
| 16779 | Generate a function which operates on a buffer. | 16863 | Generate a function which operates on a buffer. |
| 16780 | OP becomes the name of the function; if it doesn't begin with | 16864 | OP 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 | |||
| 16813 | marked buffer. BODY is evaluated with `buf' bound to the | 16897 | marked buffer. BODY is evaluated with `buf' bound to the |
| 16814 | buffer object. | 16898 | buffer 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" "\ |
| 16818 | Define a filter named NAME. | 16904 | Define a filter named NAME. |
| 16819 | DOCUMENTATION is the documentation of the function. | 16905 | DOCUMENTATION is the documentation of the function. |
| @@ -16828,7 +16914,9 @@ not a particular buffer should be displayed or not. The forms in BODY | |||
| 16828 | will be evaluated with BUF bound to the buffer object, and QUALIFIER | 16914 | will be evaluated with BUF bound to the buffer object, and QUALIFIER |
| 16829 | bound to the current value of the filter. | 16915 | bound 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 | |||
| 17548 | if ARG is a negative number. | 17636 | if ARG is a negative number. |
| 17549 | 17637 | ||
| 17550 | To check whether the minor mode is enabled in the current buffer, | 17638 | To check whether the minor mode is enabled in the current buffer, |
| 17551 | evaluate `iimage-mode'. | 17639 | evaluate the variable `iimage-mode'. |
| 17552 | 17640 | ||
| 17553 | The mode's hook is called both when the mode is enabled and when it is | 17641 | The mode's hook is called both when the mode is enabled and when it is |
| 17554 | disabled. | 17642 | disabled. |
| @@ -17643,7 +17731,9 @@ IMAGE must be an image created with `create-image' or `defimage'. | |||
| 17643 | IMAGE is displayed by putting an overlay into the current buffer with a | 17731 | IMAGE 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 |
| 17645 | image. STRING defaults to \"x\" if it's nil or omitted. | 17733 | image. STRING defaults to \"x\" if it's nil or omitted. |
| 17646 | The overlay created by this function has the `put-image' property set to t. | 17734 | Upon success, this function returns the created overlay with its |
| 17735 | `put-image' property set to t. | ||
| 17736 | |||
| 17647 | POS may be an integer or marker. | 17737 | POS may be an integer or marker. |
| 17648 | AREA is where to display the image. AREA nil or omitted means | 17738 | AREA is where to display the image. AREA nil or omitted means |
| 17649 | display it in the text area, a value of `left-margin' means | 17739 | display 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' | |||
| 17707 | is omitted or nil, try to determine the image type from its first few | 17797 | is omitted or nil, try to determine the image type from its first few |
| 17708 | bytes of image data. If that doesn't work, and the property `:file | 17798 | bytes of image data. If that doesn't work, and the property `:file |
| 17709 | FILE' provide a file name, use its file extension as indication of the | 17799 | FILE' provide a file name, use its file extension as indication of the |
| 17710 | image type. If `:type TYPE' is provided, it must match the actual type | 17800 | image type. If `:type TYPE' is provided, it must match the actual type |
| 17711 | determined for FILE or DATA by `create-image'. | 17801 | determined for FILE or DATA by `create-image'. |
| 17712 | 17802 | ||
| 17713 | The function returns the image specification for the first specification | 17803 | The 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 | |||
| 17938 | if ARG is a negative number. | 18028 | if ARG is a negative number. |
| 17939 | 18029 | ||
| 17940 | To check whether the minor mode is enabled in the current buffer, | 18030 | To check whether the minor mode is enabled in the current buffer, |
| 17941 | evaluate `image-dired-minor-mode'. | 18031 | evaluate the variable `image-dired-minor-mode'. |
| 17942 | 18032 | ||
| 17943 | The mode's hook is called both when the mode is enabled and when it is | 18033 | The mode's hook is called both when the mode is enabled and when it is |
| 17944 | disabled. | 18034 | disabled. |
| @@ -18088,7 +18178,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 18088 | if ARG is a negative number. | 18178 | if ARG is a negative number. |
| 18089 | 18179 | ||
| 18090 | To check whether the minor mode is enabled in the current buffer, | 18180 | To check whether the minor mode is enabled in the current buffer, |
| 18091 | evaluate `image-minor-mode'. | 18181 | evaluate the variable `image-minor-mode'. |
| 18092 | 18182 | ||
| 18093 | The mode's hook is called both when the mode is enabled and when it is | 18183 | The mode's hook is called both when the mode is enabled and when it is |
| 18094 | disabled. | 18184 | disabled. |
| @@ -19013,7 +19103,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 19013 | if ARG is a negative number. | 19103 | if ARG is a negative number. |
| 19014 | 19104 | ||
| 19015 | To check whether the minor mode is enabled in the current buffer, | 19105 | To check whether the minor mode is enabled in the current buffer, |
| 19016 | evaluate `ispell-minor-mode'. | 19106 | evaluate the variable `ispell-minor-mode'. |
| 19017 | 19107 | ||
| 19018 | The mode's hook is called both when the mode is enabled and when it is | 19108 | The mode's hook is called both when the mode is enabled and when it is |
| 19019 | disabled. | 19109 | disabled. |
| @@ -20540,7 +20630,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 20540 | if ARG is a negative number. | 20630 | if ARG is a negative number. |
| 20541 | 20631 | ||
| 20542 | To check whether the minor mode is enabled in the current buffer, | 20632 | To check whether the minor mode is enabled in the current buffer, |
| 20543 | evaluate `master-mode'. | 20633 | evaluate the variable `master-mode'. |
| 20544 | 20634 | ||
| 20545 | The mode's hook is called both when the mode is enabled and when it is | 20635 | The mode's hook is called both when the mode is enabled and when it is |
| 20546 | disabled. | 20636 | disabled. |
| @@ -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" "\ |
| 20858 | Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map> | 20948 | Major MH-E mode for \"editing\" an MH folder scan listing. |
| 20859 | 20949 | \\<mh-folder-mode-map> | |
| 20860 | You can show the message the cursor is pointing to, and step through | 20950 | You can show the message the cursor is pointing to, and step through |
| 20861 | the messages. Messages can be marked for deletion or refiling into | 20951 | the messages. Messages can be marked for deletion or refiling into |
| 20862 | another folder; these commands are executed all at once with a | 20952 | another 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" "\ |
| 21954 | Ping HOST. | 22044 | Ping HOST using `ping-program'. |
| 21955 | If your system's ping continues until interrupted, you can try setting | ||
| 21956 | `ping-program-options'. | ||
| 21957 | 22045 | ||
| 21958 | (fn HOST)" t) | 22046 | The user option `ping-program-options' is passed as flags to |
| 22047 | `ping-program'. With a \\[universal-argument] prefix arg, prompt the | ||
| 22048 | user for the flags to pass. | ||
| 22049 | |||
| 22050 | When called from Lisp, the optional argument FLAGS, if non-nil, is a | ||
| 22051 | list of strings that will be passed as flags for the `ping-program'. If | ||
| 22052 | FLAGS is nil, `ping-program-options' will be used. | ||
| 22053 | |||
| 22054 | If your system's ping continues until interrupted, you can try using a | ||
| 22055 | prefix 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" "\ |
| 21960 | Look up the DNS information for HOST (name or IP address). | 22059 | Look up the DNS information for HOST (name or IP address). |
| 21961 | Optional argument NAME-SERVER says which server to use for | 22060 | Optional 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" "\ |
| 22949 | Load the languages defined in `org-babel-load-languages'. | 23048 | Load 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 | |||
| 23690 | if ARG is a negative number. | 23789 | if ARG is a negative number. |
| 23691 | 23790 | ||
| 23692 | To check whether the minor mode is enabled in the current buffer, | 23791 | To check whether the minor mode is enabled in the current buffer, |
| 23693 | evaluate `outline-minor-mode'. | 23792 | evaluate the variable `outline-minor-mode'. |
| 23694 | 23793 | ||
| 23695 | The mode's hook is called both when the mode is enabled and when it is | 23794 | The mode's hook is called both when the mode is enabled and when it is |
| 23696 | disabled. | 23795 | disabled. |
| @@ -24206,6 +24305,12 @@ return a \"likely\" value even for somewhat malformed strings. | |||
| 24206 | The values returned are identical to those of `decode-time', but | 24305 | The values returned are identical to those of `decode-time', but |
| 24207 | any unknown values other than DST are returned as nil, and an | 24306 | any unknown values other than DST are returned as nil, and an |
| 24208 | unknown DST value is returned as -1. | 24307 | unknown DST value is returned as -1. |
| 24308 | Note that, unlike `decode-time', this function does not interpret | ||
| 24309 | the time string, and in particular the values of DST and TZ do not | ||
| 24310 | affect the returned value of date and time, they only affect the | ||
| 24311 | last two members of the returned value. This function simply | ||
| 24312 | parses the textual representation of date and time into separate | ||
| 24313 | numerical values, and doesn't care whether the time is local or UTC. | ||
| 24209 | 24314 | ||
| 24210 | See `decode-time' for the meaning of FORM. | 24315 | See `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" "\ |
| 24219 | Major mode for editing Pascal code.\\<pascal-mode-map> | 24324 | Major mode for editing Pascal code. |
| 24325 | \\<pascal-mode-map> | ||
| 24220 | TAB indents for Pascal code. Delete converts tabs to spaces as it moves back. | 24326 | TAB 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" "\ |
| 24927 | Run an PHP interpreter as a inferior process. | 25033 | Run an PHP interpreter as a inferior process. |
| 24928 | 25034 | ||
| 24929 | Arguments CMD an CONFIG, default to `php-ts-mode-php-executable' | 25035 | Arguments CMD and CONFIG, default to `php-ts-mode-php-executable' |
| 24930 | and `php-ts-mode-php-config' respectively, control which PHP interpreter is run. | 25036 | and `php-ts-mode-php-config' respectively, control which PHP interpreter is run. |
| 24931 | Prompt for CMD if `php-ts-mode-php-executable' is nil. | 25037 | Prompt for CMD if `php-ts-mode-php-executable' is nil. |
| 24932 | Optional CONFIG, if supplied, is the php.ini file to use. | 25038 | Optional 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 | |||
| 26906 | if ARG is a negative number. | 27012 | if ARG is a negative number. |
| 26907 | 27013 | ||
| 26908 | To check whether the minor mode is enabled in the current buffer, | 27014 | To check whether the minor mode is enabled in the current buffer, |
| 26909 | evaluate `rectangle-mark-mode'. | 27015 | evaluate the variable `rectangle-mark-mode'. |
| 26910 | 27016 | ||
| 26911 | The mode's hook is called both when the mode is enabled and when it is | 27017 | The mode's hook is called both when the mode is enabled and when it is |
| 26912 | disabled. | 27018 | disabled. |
| 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 | |||
| 26946 | if ARG is a negative number. | 27054 | if ARG is a negative number. |
| 26947 | 27055 | ||
| 26948 | To check whether the minor mode is enabled in the current buffer, | 27056 | To check whether the minor mode is enabled in the current buffer, |
| 26949 | evaluate `refill-mode'. | 27057 | evaluate the variable `refill-mode'. |
| 26950 | 27058 | ||
| 26951 | The mode's hook is called both when the mode is enabled and when it is | 27059 | The mode's hook is called both when the mode is enabled and when it is |
| 26952 | disabled. | 27060 | disabled. |
| @@ -27008,7 +27116,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 27008 | if ARG is a negative number. | 27116 | if ARG is a negative number. |
| 27009 | 27117 | ||
| 27010 | To check whether the minor mode is enabled in the current buffer, | 27118 | To check whether the minor mode is enabled in the current buffer, |
| 27011 | evaluate `reftex-mode'. | 27119 | evaluate the variable `reftex-mode'. |
| 27012 | 27120 | ||
| 27013 | The mode's hook is called both when the mode is enabled and when it is | 27121 | The mode's hook is called both when the mode is enabled and when it is |
| 27014 | disabled. | 27122 | disabled. |
| @@ -27330,7 +27438,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 27330 | if ARG is a negative number. | 27438 | if ARG is a negative number. |
| 27331 | 27439 | ||
| 27332 | To check whether the minor mode is enabled in the current buffer, | 27440 | To check whether the minor mode is enabled in the current buffer, |
| 27333 | evaluate `reveal-mode'. | 27441 | evaluate the variable `reveal-mode'. |
| 27334 | 27442 | ||
| 27335 | The mode's hook is called both when the mode is enabled and when it is | 27443 | The mode's hook is called both when the mode is enabled and when it is |
| 27336 | disabled. | 27444 | disabled. |
| @@ -27913,7 +28021,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 27913 | if ARG is a negative number. | 28021 | if ARG is a negative number. |
| 27914 | 28022 | ||
| 27915 | To check whether the minor mode is enabled in the current buffer, | 28023 | To check whether the minor mode is enabled in the current buffer, |
| 27916 | evaluate `rng-validate-mode'. | 28024 | evaluate the variable `rng-validate-mode'. |
| 27917 | 28025 | ||
| 27918 | The mode's hook is called both when the mode is enabled and when it is | 28026 | The mode's hook is called both when the mode is enabled and when it is |
| 27919 | disabled. | 28027 | disabled. |
| @@ -28039,7 +28147,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 28039 | if ARG is a negative number. | 28147 | if ARG is a negative number. |
| 28040 | 28148 | ||
| 28041 | To check whether the minor mode is enabled in the current buffer, | 28149 | To check whether the minor mode is enabled in the current buffer, |
| 28042 | evaluate `rst-minor-mode'. | 28150 | evaluate the variable `rst-minor-mode'. |
| 28043 | 28151 | ||
| 28044 | The mode's hook is called both when the mode is enabled and when it is | 28152 | The mode's hook is called both when the mode is enabled and when it is |
| 28045 | disabled. | 28153 | disabled. |
| @@ -28099,7 +28207,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 28099 | if ARG is a negative number. | 28207 | if ARG is a negative number. |
| 28100 | 28208 | ||
| 28101 | To check whether the minor mode is enabled in the current buffer, | 28209 | To check whether the minor mode is enabled in the current buffer, |
| 28102 | evaluate `ruler-mode'. | 28210 | evaluate the variable `ruler-mode'. |
| 28103 | 28211 | ||
| 28104 | The mode's hook is called both when the mode is enabled and when it is | 28212 | The mode's hook is called both when the mode is enabled and when it is |
| 28105 | disabled. | 28213 | disabled. |
| @@ -28466,7 +28574,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 28466 | if ARG is a negative number. | 28574 | if ARG is a negative number. |
| 28467 | 28575 | ||
| 28468 | To check whether the minor mode is enabled in the current buffer, | 28576 | To check whether the minor mode is enabled in the current buffer, |
| 28469 | evaluate `save-place-mode'. | 28577 | evaluate the variable `save-place-mode'. |
| 28470 | 28578 | ||
| 28471 | The mode's hook is called both when the mode is enabled and when it is | 28579 | The mode's hook is called both when the mode is enabled and when it is |
| 28472 | disabled. | 28580 | disabled. |
| @@ -28600,7 +28708,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 28600 | if ARG is a negative number. | 28708 | if ARG is a negative number. |
| 28601 | 28709 | ||
| 28602 | To check whether the minor mode is enabled in the current buffer, | 28710 | To check whether the minor mode is enabled in the current buffer, |
| 28603 | evaluate `scroll-lock-mode'. | 28711 | evaluate the variable `scroll-lock-mode'. |
| 28604 | 28712 | ||
| 28605 | The mode's hook is called both when the mode is enabled and when it is | 28713 | The mode's hook is called both when the mode is enabled and when it is |
| 28606 | disabled. | 28714 | disabled. |
| @@ -28830,8 +28938,8 @@ This also saves the value of `send-mail-function' via Customize.") | |||
| 28830 | Major mode for editing mail to be sent. | 28938 | Major mode for editing mail to be sent. |
| 28831 | Like Text Mode but with these additional commands: | 28939 | Like 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 | ||
| 28836 | Here are commands that move to a header field (and create it if there isn't): | 28944 | Here 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. |
| 28848 | Turning on Mail mode runs the normal hooks `text-mode-hook' and | 28956 | Turning 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 | |||
| 29680 | if ARG is a negative number. | 29788 | if ARG is a negative number. |
| 29681 | 29789 | ||
| 29682 | To check whether the minor mode is enabled in the current buffer, | 29790 | To check whether the minor mode is enabled in the current buffer, |
| 29683 | evaluate `smerge-mode'. | 29791 | evaluate the variable `smerge-mode'. |
| 29684 | 29792 | ||
| 29685 | The mode's hook is called both when the mode is enabled and when it is | 29793 | The mode's hook is called both when the mode is enabled and when it is |
| 29686 | disabled. | 29794 | disabled. |
| @@ -29795,7 +29903,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 29795 | if ARG is a negative number. | 29903 | if ARG is a negative number. |
| 29796 | 29904 | ||
| 29797 | To check whether the minor mode is enabled in the current buffer, | 29905 | To check whether the minor mode is enabled in the current buffer, |
| 29798 | evaluate `so-long-minor-mode'. | 29906 | evaluate the variable `so-long-minor-mode'. |
| 29799 | 29907 | ||
| 29800 | The mode's hook is called both when the mode is enabled and when it is | 29908 | The mode's hook is called both when the mode is enabled and when it is |
| 29801 | disabled. | 29909 | disabled. |
| @@ -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" "\ | ||
| 31081 | Try to word-wrap STRING so that it displays with lines no wider than WIDTH. | ||
| 31082 | STRING is wrapped where there is whitespace in it. If there are | ||
| 31083 | individual words in STRING that are wider than WIDTH, the result | ||
| 31084 | will 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" "\ | ||
| 31089 | Return a substring of STRING that is (up to) LENGTH characters long. | ||
| 31090 | If STRING is shorter than or equal to LENGTH characters, return the | ||
| 31091 | entire string unchanged. | ||
| 31092 | |||
| 31093 | If STRING is longer than LENGTH characters, return a substring | ||
| 31094 | consisting of the first LENGTH characters of STRING. If END is | ||
| 31095 | non-nil, return the last LENGTH characters instead. | ||
| 31096 | |||
| 31097 | If CODING-SYSTEM is non-nil, STRING will be encoded before | ||
| 31098 | limiting, and LENGTH is interpreted as the number of bytes to | ||
| 31099 | limit the string to. The result will be a unibyte string that is | ||
| 31100 | shorter than LENGTH, but will not contain \"partial\" | ||
| 31101 | characters (or glyphs), even if CODING-SYSTEM encodes characters | ||
| 31102 | with several bytes per character. If the coding system specifies | ||
| 31103 | prefix like the byte order mark (aka \"BOM\") or a shift-in sequence, | ||
| 31104 | their bytes will be normally counted as part of LENGTH. This is | ||
| 31105 | the case, for instance, with `utf-16'. If this isn't desired, use a | ||
| 31106 | coding system that doesn't specify a BOM, like `utf-16le' or `utf-16be'. | ||
| 31107 | |||
| 31108 | When shortening strings for display purposes, | ||
| 31109 | `truncate-string-to-width' is almost always a better alternative | ||
| 31110 | than 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" "\ | ||
| 31115 | Pad STRING to LENGTH using PADDING. | ||
| 31116 | If PADDING is nil, the space character is used. If not nil, it | ||
| 31117 | should be a character. | ||
| 31118 | |||
| 31119 | If STRING is longer than the absolute value of LENGTH, no padding | ||
| 31120 | is done. | ||
| 31121 | |||
| 31122 | If START is nil (or not present), the padding is done to the end | ||
| 31123 | of the string, and if non-nil, padding is done to the start of | ||
| 31124 | the 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" "\ | ||
| 31130 | Remove 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" "\ |
| 30973 | Looping construct taken from Scheme. | 31136 | Looping construct taken from Scheme. |
| 30974 | Like `let', bind variables in BINDINGS and then evaluate BODY, | 31137 | Like `let', bind variables in BINDINGS and then evaluate BODY, |
| @@ -31007,7 +31170,7 @@ this defaults to the current buffer. | |||
| 31007 | Query the user for a process and return the process object. | 31170 | Query 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 | |||
| 31043 | if ARG is a negative number. | 31206 | if ARG is a negative number. |
| 31044 | 31207 | ||
| 31045 | To check whether the minor mode is enabled in the current buffer, | 31208 | To check whether the minor mode is enabled in the current buffer, |
| 31046 | evaluate `subword-mode'. | 31209 | evaluate the variable `subword-mode'. |
| 31047 | 31210 | ||
| 31048 | The mode's hook is called both when the mode is enabled and when it is | 31211 | The mode's hook is called both when the mode is enabled and when it is |
| 31049 | disabled. | 31212 | disabled. |
| @@ -31092,7 +31255,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 31092 | if ARG is a negative number. | 31255 | if ARG is a negative number. |
| 31093 | 31256 | ||
| 31094 | To check whether the minor mode is enabled in the current buffer, | 31257 | To check whether the minor mode is enabled in the current buffer, |
| 31095 | evaluate `superword-mode'. | 31258 | evaluate the variable `superword-mode'. |
| 31096 | 31259 | ||
| 31097 | The mode's hook is called both when the mode is enabled and when it is | 31260 | The mode's hook is called both when the mode is enabled and when it is |
| 31098 | disabled. | 31261 | disabled. |
| @@ -31218,7 +31381,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 31218 | if ARG is a negative number. | 31381 | if ARG is a negative number. |
| 31219 | 31382 | ||
| 31220 | To check whether the minor mode is enabled in the current buffer, | 31383 | To check whether the minor mode is enabled in the current buffer, |
| 31221 | evaluate `tab-line-mode'. | 31384 | evaluate the variable `tab-line-mode'. |
| 31222 | 31385 | ||
| 31223 | The mode's hook is called both when the mode is enabled and when it is | 31386 | The mode's hook is called both when the mode is enabled and when it is |
| 31224 | disabled. | 31387 | disabled. |
| @@ -31301,7 +31464,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 31301 | if ARG is a negative number. | 31464 | if ARG is a negative number. |
| 31302 | 31465 | ||
| 31303 | To check whether the minor mode is enabled in the current buffer, | 31466 | To check whether the minor mode is enabled in the current buffer, |
| 31304 | evaluate `table-fixed-width-mode'. | 31467 | evaluate the variable `table-fixed-width-mode'. |
| 31305 | 31468 | ||
| 31306 | The mode's hook is called both when the mode is enabled and when it is | 31469 | The mode's hook is called both when the mode is enabled and when it is |
| 31307 | disabled. | 31470 | disabled. |
| @@ -31336,8 +31499,8 @@ first cell. | |||
| 31336 | |-!- | | | | 31499 | |-!- | | | |
| 31337 | +-----+-----+-----+ | 31500 | +-----+-----+-----+ |
| 31338 | 31501 | ||
| 31339 | Inside a table cell, there are special key bindings. \\<table-cell-map> | 31502 | Inside a table cell, there are special key bindings. |
| 31340 | 31503 | \\<table-cell-map> | |
| 31341 | M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character | 31504 | M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character |
| 31342 | width, which results as | 31505 | width, which results as |
| 31343 | 31506 | ||
| @@ -31346,7 +31509,7 @@ width, which results as | |||
| 31346 | +--------------+-----+-----+ | 31509 | +--------------+-----+-----+ |
| 31347 | 31510 | ||
| 31348 | Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing | 31511 | Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing |
| 31349 | TAB moves the point forward by a cell. The result now looks like this: | 31512 | TAB 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" "\ |
| 32560 | Return the sexp at point, or nil if none is found.") | 32723 | Return the sexp at point, or nil if none is found. |
| 32724 | This is for returning the Lisp object represented by text at point; | ||
| 32725 | use (thing-at-point \\='sexp) instead if you rather want the balanced | ||
| 32726 | expression at point regardless of Lisp syntax.") | ||
| 32561 | (autoload 'symbol-at-point "thingatpt" "\ | 32727 | (autoload 'symbol-at-point "thingatpt" "\ |
| 32562 | Return the symbol at point, or nil if none is found.") | 32728 | Return 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 | |||
| 32722 | if ARG is a negative number. | 32888 | if ARG is a negative number. |
| 32723 | 32889 | ||
| 32724 | To check whether the minor mode is enabled in the current buffer, | 32890 | To check whether the minor mode is enabled in the current buffer, |
| 32725 | evaluate `tildify-mode'. | 32891 | evaluate the variable `tildify-mode'. |
| 32726 | 32892 | ||
| 32727 | The mode's hook is called both when the mode is enabled and when it is | 32893 | The mode's hook is called both when the mode is enabled and when it is |
| 32728 | disabled. | 32894 | disabled. |
| @@ -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" "\ |
| 33582 | Insert a SUFFIX into PREFIX before LOC. | 33748 | Insert a SUFFIX into PREFIX before LOC. |
| 33583 | PREFIX is a prefix command, a symbol. | 33749 | PREFIX 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" "\ |
| 34035 | Retrieve URL synchronously. | 34201 | Retrieve URL synchronously. |
| 34036 | Return the buffer containing the data, or nil if there are no data | 34202 | Return the buffer containing the data, or nil if there are no data |
| 34037 | associated with it (the case for dired, info, or mailto URLs that need | 34203 | associated with it (the case for Dired, info, or mailto URLs that need |
| 34038 | no further processing). URL is either a string or a parsed URL. | 34204 | no further processing). URL is either a string or a parsed URL. |
| 34039 | 34205 | ||
| 34040 | If SILENT is non-nil, don't do any messaging while retrieving. | 34206 | If 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 | |||
| 36594 | if ARG is a negative number. | 36760 | if ARG is a negative number. |
| 36595 | 36761 | ||
| 36596 | To check whether the minor mode is enabled in the current buffer, | 36762 | To check whether the minor mode is enabled in the current buffer, |
| 36597 | evaluate `view-mode'. | 36763 | evaluate the variable `view-mode'. |
| 36598 | 36764 | ||
| 36599 | The mode's hook is called both when the mode is enabled and when it is | 36765 | The mode's hook is called both when the mode is enabled and when it is |
| 36600 | disabled. | 36766 | disabled. |
| @@ -36689,7 +36855,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 36689 | if ARG is a negative number. | 36855 | if ARG is a negative number. |
| 36690 | 36856 | ||
| 36691 | To check whether the minor mode is enabled in the current buffer, | 36857 | To check whether the minor mode is enabled in the current buffer, |
| 36692 | evaluate `visual-wrap-prefix-mode'. | 36858 | evaluate the variable `visual-wrap-prefix-mode'. |
| 36693 | 36859 | ||
| 36694 | The mode's hook is called both when the mode is enabled and when it is | 36860 | The mode's hook is called both when the mode is enabled and when it is |
| 36695 | disabled. | 36861 | disabled. |
| @@ -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 "\ | ||
| 37094 | Non-nil if Which-Key mode is enabled. | ||
| 37095 | See the `which-key-mode' command | ||
| 37096 | for a description of this minor mode. | ||
| 37097 | Setting this variable directly does not take effect; | ||
| 37098 | either customize it (see the info node `Easy Customization') | ||
| 37099 | or call the function `which-key-mode'.") | ||
| 37100 | (custom-autoload 'which-key-mode "which-key" nil) | ||
| 37101 | (autoload 'which-key-mode "which-key" "\ | ||
| 37102 | Toggle `which-key-mode'. | ||
| 37103 | |||
| 37104 | `which-key' is a minor mode that displays the key bindings following | ||
| 37105 | your currently entered incomplete command (a prefix) in a popup. | ||
| 37106 | |||
| 37107 | For example, after enabling the minor mode, if you enter \\`C-x' and | ||
| 37108 | wait for one second (by default), the minibuffer will expand with all | ||
| 37109 | available key bindings that follow \\`C-x' (or as many as space allows | ||
| 37110 | given your settings). | ||
| 37111 | |||
| 37112 | This is a global minor mode. If called interactively, toggle the | ||
| 37113 | `Which-Key mode' mode. If the prefix argument is positive, enable the | ||
| 37114 | mode, and if it is zero or negative, disable the mode. | ||
| 37115 | |||
| 37116 | If called from Lisp, toggle the mode if ARG is `toggle'. Enable the | ||
| 37117 | mode if ARG is nil, omitted, or is a positive number. Disable the mode | ||
| 37118 | if ARG is a negative number. | ||
| 37119 | |||
| 37120 | To check whether the minor mode is enabled in the current buffer, | ||
| 37121 | evaluate `(default-value \\='which-key-mode)'. | ||
| 37122 | |||
| 37123 | The mode's hook is called both when the mode is enabled and when it is | ||
| 37124 | disabled. | ||
| 37125 | |||
| 37126 | (fn &optional ARG)" t) | ||
| 37127 | (autoload 'which-key-setup-side-window-right "which-key" "\ | ||
| 37128 | Set up side-window on right." t) | ||
| 37129 | (autoload 'which-key-setup-side-window-right-bottom "which-key" "\ | ||
| 37130 | Set up side-window on right if space allows. | ||
| 37131 | Otherwise, use bottom." t) | ||
| 37132 | (autoload 'which-key-setup-side-window-bottom "which-key" "\ | ||
| 37133 | Set up side-window that opens on bottom." t) | ||
| 37134 | (autoload 'which-key-setup-minibuffer "which-key" "\ | ||
| 37135 | Set up minibuffer display. | ||
| 37136 | Do not use this setup if you use the paging commands. Instead use | ||
| 37137 | `which-key-setup-side-window-bottom', which is nearly identical | ||
| 37138 | but more functional." t) | ||
| 37139 | (autoload 'which-key-add-keymap-based-replacements "which-key" "\ | ||
| 37140 | Replace the description of KEY using REPLACEMENT in KEYMAP. | ||
| 37141 | KEY should take a format suitable for use in `kbd'. REPLACEMENT | ||
| 37142 | should be a cons cell of the form (STRING . COMMAND) for each | ||
| 37143 | REPLACEMENT, where STRING is the replacement string and COMMAND | ||
| 37144 | is a symbol corresponding to the intended command to be | ||
| 37145 | replaced. COMMAND can be nil if the binding corresponds to a key | ||
| 37146 | prefix. An example is | ||
| 37147 | |||
| 37148 | (which-key-add-keymap-based-replacements global-map | ||
| 37149 | \"C-x w\" \\='(\"Save as\" . write-file)). | ||
| 37150 | |||
| 37151 | For backwards compatibility, REPLACEMENT can also be a string, | ||
| 37152 | but the above format is preferred, and the option to use a string | ||
| 37153 | for 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" "\ | ||
| 37158 | Replace the description of KEY-SEQUENCE with REPLACEMENT. | ||
| 37159 | KEY-SEQUENCE is a string suitable for use in `kbd'. | ||
| 37160 | REPLACEMENT may either be a string, as in | ||
| 37161 | |||
| 37162 | (which-key-add-key-based-replacements \"C-x 1\" \"maximize\") | ||
| 37163 | |||
| 37164 | a cons of two strings as in | ||
| 37165 | |||
| 37166 | (which-key-add-key-based-replacements \"C-x 8\" | ||
| 37167 | \\='(\"unicode\" . \"Unicode keys\")) | ||
| 37168 | |||
| 37169 | or a function that takes a (KEY . BINDING) cons and returns a | ||
| 37170 | replacement. | ||
| 37171 | |||
| 37172 | In the second case, the second string is used to provide a longer | ||
| 37173 | name for the keys under a prefix. | ||
| 37174 | |||
| 37175 | MORE allows you to specify additional KEY REPLACEMENT pairs. All | ||
| 37176 | replacements 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" "\ | ||
| 37180 | Functions like `which-key-add-key-based-replacements'. | ||
| 37181 | The difference is that MODE specifies the `major-mode' that must | ||
| 37182 | be active for KEY-SEQUENCE and REPLACEMENT (MORE contains | ||
| 37183 | addition 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" "\ | ||
| 37188 | Simulate entering the key sequence KEY-SEQ. | ||
| 37189 | KEY-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 | ||
| 37192 | used are reapplied to the new key sequence. | ||
| 37193 | |||
| 37194 | (fn &optional KEY-SEQ)") | ||
| 37195 | (autoload 'which-key-show-standard-help "which-key" "\ | ||
| 37196 | Call the command in `which-key--prefix-help-cmd-backup'. | ||
| 37197 | Usually this is `describe-prefix-bindings'. | ||
| 37198 | |||
| 37199 | (fn &optional _)" t) | ||
| 37200 | (autoload 'which-key-show-next-page-no-cycle "which-key" "\ | ||
| 37201 | Show next page of keys or `which-key-show-standard-help'." t) | ||
| 37202 | (autoload 'which-key-show-previous-page-no-cycle "which-key" "\ | ||
| 37203 | Show previous page of keys if one exists." t) | ||
| 37204 | (autoload 'which-key-show-next-page-cycle "which-key" "\ | ||
| 37205 | Show 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" "\ | ||
| 37209 | Show the previous page of keys, cycling from beginning to end. | ||
| 37210 | |||
| 37211 | (fn &optional _)" t) | ||
| 37212 | (autoload 'which-key-show-top-level "which-key" "\ | ||
| 37213 | Show top-level bindings. | ||
| 37214 | |||
| 37215 | (fn &optional _)" t) | ||
| 37216 | (autoload 'which-key-show-major-mode "which-key" "\ | ||
| 37217 | Show top-level bindings in the map of the current major mode. | ||
| 37218 | This function will also detect evil bindings made using | ||
| 37219 | `evil-define-key' in this map. These bindings will depend on the | ||
| 37220 | current evil state. | ||
| 37221 | |||
| 37222 | (fn &optional ALL)" t) | ||
| 37223 | (autoload 'which-key-show-full-major-mode "which-key" "\ | ||
| 37224 | Show all bindings in the map of the current major mode. | ||
| 37225 | This function will also detect evil bindings made using | ||
| 37226 | `evil-define-key' in this map. These bindings will depend on the | ||
| 37227 | current evil state." t) | ||
| 37228 | (autoload 'which-key-dump-bindings "which-key" "\ | ||
| 37229 | Dump bindings from PREFIX into buffer named BUFFER-NAME. | ||
| 37230 | PREFIX should be a string suitable for `kbd'. | ||
| 37231 | |||
| 37232 | (fn PREFIX BUFFER-NAME)" t) | ||
| 37233 | (autoload 'which-key-undo-key "which-key" "\ | ||
| 37234 | Undo last keypress and force which-key update. | ||
| 37235 | |||
| 37236 | (fn &optional _)" t) | ||
| 37237 | (autoload 'which-key-C-h-dispatch "which-key" "\ | ||
| 37238 | Dispatch \\`C-h' commands by looking up key in `which-key-C-h-map'. | ||
| 37239 | This 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" "\ | ||
| 37242 | Show the top-level bindings in KEYMAP using which-key. | ||
| 37243 | KEYMAP is selected interactively from all available keymaps. | ||
| 37244 | |||
| 37245 | If NO-PAGING is non-nil, which-key will not intercept subsequent | ||
| 37246 | keypresses for the paging functionality. | ||
| 37247 | |||
| 37248 | (fn KEYMAP &optional NO-PAGING)" t) | ||
| 37249 | (autoload 'which-key-show-full-keymap "which-key" "\ | ||
| 37250 | Show all bindings in KEYMAP using which-key. | ||
| 37251 | KEYMAP is selected interactively from all available keymaps. | ||
| 37252 | |||
| 37253 | (fn KEYMAP)" t) | ||
| 37254 | (autoload 'which-key-show-minor-mode-keymap "which-key" "\ | ||
| 37255 | Show the top-level bindings in KEYMAP using which-key. | ||
| 37256 | KEYMAP 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" "\ | ||
| 37261 | Show all bindings in KEYMAP using which-key. | ||
| 37262 | KEYMAP 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 | |||
| 36942 | if ARG is a negative number. | 37285 | if ARG is a negative number. |
| 36943 | 37286 | ||
| 36944 | To check whether the minor mode is enabled in the current buffer, | 37287 | To check whether the minor mode is enabled in the current buffer, |
| 36945 | evaluate `whitespace-mode'. | 37288 | evaluate the variable `whitespace-mode'. |
| 36946 | 37289 | ||
| 36947 | The mode's hook is called both when the mode is enabled and when it is | 37290 | The mode's hook is called both when the mode is enabled and when it is |
| 36948 | disabled. | 37291 | disabled. |
| @@ -36967,7 +37310,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 36967 | if ARG is a negative number. | 37310 | if ARG is a negative number. |
| 36968 | 37311 | ||
| 36969 | To check whether the minor mode is enabled in the current buffer, | 37312 | To check whether the minor mode is enabled in the current buffer, |
| 36970 | evaluate `whitespace-newline-mode'. | 37313 | evaluate the variable `whitespace-newline-mode'. |
| 36971 | 37314 | ||
| 36972 | The mode's hook is called both when the mode is enabled and when it is | 37315 | The mode's hook is called both when the mode is enabled and when it is |
| 36973 | disabled. | 37316 | disabled. |
| @@ -37341,7 +37684,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 37341 | if ARG is a negative number. | 37684 | if ARG is a negative number. |
| 37342 | 37685 | ||
| 37343 | To check whether the minor mode is enabled in the current buffer, | 37686 | To check whether the minor mode is enabled in the current buffer, |
| 37344 | evaluate `widget-minor-mode'. | 37687 | evaluate the variable `widget-minor-mode'. |
| 37345 | 37688 | ||
| 37346 | The mode's hook is called both when the mode is enabled and when it is | 37689 | The mode's hook is called both when the mode is enabled and when it is |
| 37347 | disabled. | 37690 | disabled. |
| @@ -37586,7 +37929,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the mode | |||
| 37586 | if ARG is a negative number. | 37929 | if ARG is a negative number. |
| 37587 | 37930 | ||
| 37588 | To check whether the minor mode is enabled in the current buffer, | 37931 | To check whether the minor mode is enabled in the current buffer, |
| 37589 | evaluate `window-tool-bar-mode'. | 37932 | evaluate the variable `window-tool-bar-mode'. |
| 37590 | 37933 | ||
| 37591 | The mode's hook is called both when the mode is enabled and when it is | 37934 | The mode's hook is called both when the mode is enabled and when it is |
| 37592 | disabled. | 37935 | disabled. |
| @@ -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" "\ |
| 37697 | In dired, run the WoMan man-page browser on this file." t) | 38040 | In Dired, run the WoMan man-page browser on this file." t) |
| 37698 | (autoload 'woman-find-file "woman" "\ | 38041 | (autoload 'woman-find-file "woman" "\ |
| 37699 | Find, decode and browse a specific UN*X man-page source file FILE-NAME. | 38042 | Find, decode and browse a specific UN*X man-page source file FILE-NAME. |
| 37700 | Use existing buffer if possible; reformat only if prefix arg given. | 38043 | Use 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 | |||
| 37728 | if ARG is a negative number. | 38071 | if ARG is a negative number. |
| 37729 | 38072 | ||
| 37730 | To check whether the minor mode is enabled in the current buffer, | 38073 | To check whether the minor mode is enabled in the current buffer, |
| 37731 | evaluate `word-wrap-whitespace-mode'. | 38074 | evaluate the variable `word-wrap-whitespace-mode'. |
| 37732 | 38075 | ||
| 37733 | The mode's hook is called both when the mode is enabled and when it is | 38076 | The mode's hook is called both when the mode is enabled and when it is |
| 37734 | disabled. | 38077 | disabled. |
| @@ -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: |