diff options
| author | Glenn Morris | 2021-11-01 06:17:37 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-11-01 06:17:37 -0700 |
| commit | e4e1a9542142b798193de34f78deac3aa3bb4094 (patch) | |
| tree | 4758035cf9f65b775672bb49738d14b16a13b627 | |
| parent | 84cd95e04c77d9cf15fa04c46d5a961a94ab524d (diff) | |
| download | emacs-e4e1a9542142b798193de34f78deac3aa3bb4094.tar.gz emacs-e4e1a9542142b798193de34f78deac3aa3bb4094.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 276 |
1 files changed, 119 insertions, 157 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index c452825e6d3..ee0a50be94e 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -1622,7 +1622,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 1622 | mode if ARG is a negative number. | 1622 | mode if ARG is a negative number. |
| 1623 | 1623 | ||
| 1624 | To check whether the minor mode is enabled in the current buffer, | 1624 | To check whether the minor mode is enabled in the current buffer, |
| 1625 | evaluate `(default-value 'autoarg-kp-mode)'. | 1625 | evaluate `(default-value \\='autoarg-kp-mode)'. |
| 1626 | 1626 | ||
| 1627 | The mode's hook is called both when the mode is enabled and when it is | 1627 | The mode's hook is called both when the mode is enabled and when it is |
| 1628 | disabled. | 1628 | disabled. |
| @@ -1687,7 +1687,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 1687 | mode if ARG is a negative number. | 1687 | mode if ARG is a negative number. |
| 1688 | 1688 | ||
| 1689 | To check whether the minor mode is enabled in the current buffer, | 1689 | To check whether the minor mode is enabled in the current buffer, |
| 1690 | evaluate `(default-value 'auto-insert-mode)'. | 1690 | evaluate `(default-value \\='auto-insert-mode)'. |
| 1691 | 1691 | ||
| 1692 | The mode's hook is called both when the mode is enabled and when it is | 1692 | The mode's hook is called both when the mode is enabled and when it is |
| 1693 | disabled. | 1693 | disabled. |
| @@ -1873,7 +1873,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 1873 | mode if ARG is a negative number. | 1873 | mode if ARG is a negative number. |
| 1874 | 1874 | ||
| 1875 | To check whether the minor mode is enabled in the current buffer, | 1875 | To check whether the minor mode is enabled in the current buffer, |
| 1876 | evaluate `(default-value 'global-auto-revert-mode)'. | 1876 | evaluate `(default-value \\='global-auto-revert-mode)'. |
| 1877 | 1877 | ||
| 1878 | The mode's hook is called both when the mode is enabled and when it is | 1878 | The mode's hook is called both when the mode is enabled and when it is |
| 1879 | disabled. | 1879 | disabled. |
| @@ -2012,7 +2012,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 2012 | mode if ARG is a negative number. | 2012 | mode if ARG is a negative number. |
| 2013 | 2013 | ||
| 2014 | To check whether the minor mode is enabled in the current buffer, | 2014 | To check whether the minor mode is enabled in the current buffer, |
| 2015 | evaluate `(default-value 'display-battery-mode)'. | 2015 | evaluate `(default-value \\='display-battery-mode)'. |
| 2016 | 2016 | ||
| 2017 | The mode's hook is called both when the mode is enabled and when it is | 2017 | The mode's hook is called both when the mode is enabled and when it is |
| 2018 | disabled. | 2018 | disabled. |
| @@ -4930,7 +4930,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 4930 | mode if ARG is a negative number. | 4930 | mode if ARG is a negative number. |
| 4931 | 4931 | ||
| 4932 | To check whether the minor mode is enabled in the current buffer, | 4932 | To check whether the minor mode is enabled in the current buffer, |
| 4933 | evaluate `(default-value 'cl-font-lock-built-in-mode)'. | 4933 | evaluate `(default-value \\='cl-font-lock-built-in-mode)'. |
| 4934 | 4934 | ||
| 4935 | The mode's hook is called both when the mode is enabled and when it is | 4935 | The mode's hook is called both when the mode is enabled and when it is |
| 4936 | disabled. | 4936 | disabled. |
| @@ -5165,7 +5165,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 5165 | mode if ARG is a negative number. | 5165 | mode if ARG is a negative number. |
| 5166 | 5166 | ||
| 5167 | To check whether the minor mode is enabled in the current buffer, | 5167 | To check whether the minor mode is enabled in the current buffer, |
| 5168 | evaluate `(default-value 'cl-old-struct-compat-mode)'. | 5168 | evaluate `(default-value \\='cl-old-struct-compat-mode)'. |
| 5169 | 5169 | ||
| 5170 | The mode's hook is called both when the mode is enabled and when it is | 5170 | The mode's hook is called both when the mode is enabled and when it is |
| 5171 | disabled. | 5171 | disabled. |
| @@ -5776,7 +5776,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 5776 | mode if ARG is a negative number. | 5776 | mode if ARG is a negative number. |
| 5777 | 5777 | ||
| 5778 | To check whether the minor mode is enabled in the current buffer, | 5778 | To check whether the minor mode is enabled in the current buffer, |
| 5779 | evaluate `(default-value 'dynamic-completion-mode)'. | 5779 | evaluate `(default-value \\='dynamic-completion-mode)'. |
| 5780 | 5780 | ||
| 5781 | The mode's hook is called both when the mode is enabled and when it is | 5781 | The mode's hook is called both when the mode is enabled and when it is |
| 5782 | disabled. | 5782 | disabled. |
| @@ -6345,7 +6345,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 6345 | mode if ARG is a negative number. | 6345 | mode if ARG is a negative number. |
| 6346 | 6346 | ||
| 6347 | To check whether the minor mode is enabled in the current buffer, | 6347 | To check whether the minor mode is enabled in the current buffer, |
| 6348 | evaluate `(default-value 'cua-mode)'. | 6348 | evaluate `(default-value \\='cua-mode)'. |
| 6349 | 6349 | ||
| 6350 | The mode's hook is called both when the mode is enabled and when it is | 6350 | The mode's hook is called both when the mode is enabled and when it is |
| 6351 | disabled. | 6351 | disabled. |
| @@ -7318,7 +7318,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 7318 | mode if ARG is a negative number. | 7318 | mode if ARG is a negative number. |
| 7319 | 7319 | ||
| 7320 | To check whether the minor mode is enabled in the current buffer, | 7320 | To check whether the minor mode is enabled in the current buffer, |
| 7321 | evaluate `(default-value 'delete-selection-mode)'. | 7321 | evaluate `(default-value \\='delete-selection-mode)'. |
| 7322 | 7322 | ||
| 7323 | The mode's hook is called both when the mode is enabled and when it is | 7323 | The mode's hook is called both when the mode is enabled and when it is |
| 7324 | disabled. | 7324 | disabled. |
| @@ -7506,7 +7506,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 7506 | mode if ARG is a negative number. | 7506 | mode if ARG is a negative number. |
| 7507 | 7507 | ||
| 7508 | To check whether the minor mode is enabled in the current buffer, | 7508 | To check whether the minor mode is enabled in the current buffer, |
| 7509 | evaluate `(default-value 'desktop-save-mode)'. | 7509 | evaluate `(default-value \\='desktop-save-mode)'. |
| 7510 | 7510 | ||
| 7511 | The mode's hook is called both when the mode is enabled and when it is | 7511 | The mode's hook is called both when the mode is enabled and when it is |
| 7512 | disabled. | 7512 | disabled. |
| @@ -9388,7 +9388,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 9388 | mode if ARG is a negative number. | 9388 | mode if ARG is a negative number. |
| 9389 | 9389 | ||
| 9390 | To check whether the minor mode is enabled in the current buffer, | 9390 | To check whether the minor mode is enabled in the current buffer, |
| 9391 | evaluate `(default-value 'global-ede-mode)'. | 9391 | evaluate `(default-value \\='global-ede-mode)'. |
| 9392 | 9392 | ||
| 9393 | The mode's hook is called both when the mode is enabled and when it is | 9393 | The mode's hook is called both when the mode is enabled and when it is |
| 9394 | disabled. | 9394 | disabled. |
| @@ -10250,7 +10250,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 10250 | mode if ARG is a negative number. | 10250 | mode if ARG is a negative number. |
| 10251 | 10251 | ||
| 10252 | To check whether the minor mode is enabled in the current buffer, | 10252 | To check whether the minor mode is enabled in the current buffer, |
| 10253 | evaluate `(default-value 'electric-pair-mode)'. | 10253 | evaluate `(default-value \\='electric-pair-mode)'. |
| 10254 | 10254 | ||
| 10255 | The mode's hook is called both when the mode is enabled and when it is | 10255 | The mode's hook is called both when the mode is enabled and when it is |
| 10256 | disabled. | 10256 | disabled. |
| @@ -10277,7 +10277,8 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 10277 | mode if ARG is a negative number. | 10277 | mode if ARG is a negative number. |
| 10278 | 10278 | ||
| 10279 | To check whether the minor mode is enabled in the current buffer, | 10279 | To check whether the minor mode is enabled in the current buffer, |
| 10280 | evaluate `(buffer-local-value 'electric-pair-mode (current-buffer))'. | 10280 | evaluate `(buffer-local-value \\='electric-pair-mode |
| 10281 | \(current-buffer))'. | ||
| 10281 | 10282 | ||
| 10282 | The mode's hook is called both when the mode is enabled and when it is | 10283 | The mode's hook is called both when the mode is enabled and when it is |
| 10283 | disabled. | 10284 | disabled. |
| @@ -10862,7 +10863,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 10862 | mode if ARG is a negative number. | 10863 | mode if ARG is a negative number. |
| 10863 | 10864 | ||
| 10864 | To check whether the minor mode is enabled in the current buffer, | 10865 | To check whether the minor mode is enabled in the current buffer, |
| 10865 | evaluate `(default-value 'epa-global-mail-mode)'. | 10866 | evaluate `(default-value \\='epa-global-mail-mode)'. |
| 10866 | 10867 | ||
| 10867 | The mode's hook is called both when the mode is enabled and when it is | 10868 | The mode's hook is called both when the mode is enabled and when it is |
| 10868 | disabled. | 10869 | disabled. |
| @@ -10928,7 +10929,7 @@ Look at CONFIG and try to expand GROUP. | |||
| 10928 | 10929 | ||
| 10929 | ;;;### (autoloads nil "erc" "erc/erc.el" (0 0 0 0)) | 10930 | ;;;### (autoloads nil "erc" "erc/erc.el" (0 0 0 0)) |
| 10930 | ;;; Generated autoloads from erc/erc.el | 10931 | ;;; Generated autoloads from erc/erc.el |
| 10931 | (push (purecopy '(erc 5 3)) package--builtin-versions) | 10932 | (push (purecopy '(erc 5 4)) package--builtin-versions) |
| 10932 | 10933 | ||
| 10933 | (autoload 'erc-select-read-args "erc" "\ | 10934 | (autoload 'erc-select-read-args "erc" "\ |
| 10934 | Prompt the user for values of nick, server, port, and password." nil nil) | 10935 | Prompt the user for values of nick, server, port, and password." nil nil) |
| @@ -12495,8 +12496,9 @@ If `ffap-url-regexp' is not nil, the FILENAME may also be an URL. | |||
| 12495 | With a prefix, this command behaves exactly like `ffap-file-finder'. | 12496 | With a prefix, this command behaves exactly like `ffap-file-finder'. |
| 12496 | If `ffap-require-prefix' is set, the prefix meaning is reversed. | 12497 | If `ffap-require-prefix' is set, the prefix meaning is reversed. |
| 12497 | See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', | 12498 | See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', |
| 12498 | `ffap-url-unwrap-local', `ffap-url-unwrap-remote', and the functions | 12499 | `ffap-url-unwrap-local', `ffap-url-unwrap-remote', |
| 12499 | `ffap-file-at-point' and `ffap-url-at-point'. | 12500 | `ffap-file-name-with-spaces', and the functions `ffap-file-at-point' |
| 12501 | and `ffap-url-at-point'. | ||
| 12500 | 12502 | ||
| 12501 | \(fn &optional FILENAME)" t nil) | 12503 | \(fn &optional FILENAME)" t nil) |
| 12502 | 12504 | ||
| @@ -14047,7 +14049,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 14047 | mode if ARG is a negative number. | 14049 | mode if ARG is a negative number. |
| 14048 | 14050 | ||
| 14049 | To check whether the minor mode is enabled in the current buffer, | 14051 | To check whether the minor mode is enabled in the current buffer, |
| 14050 | evaluate `(default-value 'gdb-enable-debug)'. | 14052 | evaluate `(default-value \\='gdb-enable-debug)'. |
| 14051 | 14053 | ||
| 14052 | The mode's hook is called both when the mode is enabled and when it is | 14054 | The mode's hook is called both when the mode is enabled and when it is |
| 14053 | disabled. | 14055 | disabled. |
| @@ -15718,7 +15720,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 15718 | mode if ARG is a negative number. | 15720 | mode if ARG is a negative number. |
| 15719 | 15721 | ||
| 15720 | To check whether the minor mode is enabled in the current buffer, | 15722 | To check whether the minor mode is enabled in the current buffer, |
| 15721 | evaluate `(default-value 'gud-tooltip-mode)'. | 15723 | evaluate `(default-value \\='gud-tooltip-mode)'. |
| 15722 | 15724 | ||
| 15723 | The mode's hook is called both when the mode is enabled and when it is | 15725 | The mode's hook is called both when the mode is enabled and when it is |
| 15724 | disabled. | 15726 | disabled. |
| @@ -17050,7 +17052,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 17050 | mode if ARG is a negative number. | 17052 | mode if ARG is a negative number. |
| 17051 | 17053 | ||
| 17052 | To check whether the minor mode is enabled in the current buffer, | 17054 | To check whether the minor mode is enabled in the current buffer, |
| 17053 | evaluate `(default-value 'global-hl-line-mode)'. | 17055 | evaluate `(default-value \\='global-hl-line-mode)'. |
| 17054 | 17056 | ||
| 17055 | The mode's hook is called both when the mode is enabled and when it is | 17057 | The mode's hook is called both when the mode is enabled and when it is |
| 17056 | disabled. | 17058 | disabled. |
| @@ -17471,7 +17473,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 17471 | mode if ARG is a negative number. | 17473 | mode if ARG is a negative number. |
| 17472 | 17474 | ||
| 17473 | To check whether the minor mode is enabled in the current buffer, | 17475 | To check whether the minor mode is enabled in the current buffer, |
| 17474 | evaluate `(default-value 'fido-mode)'. | 17476 | evaluate `(default-value \\='fido-mode)'. |
| 17475 | 17477 | ||
| 17476 | The mode's hook is called both when the mode is enabled and when it is | 17478 | The mode's hook is called both when the mode is enabled and when it is |
| 17477 | disabled. | 17479 | disabled. |
| @@ -17503,7 +17505,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 17503 | mode if ARG is a negative number. | 17505 | mode if ARG is a negative number. |
| 17504 | 17506 | ||
| 17505 | To check whether the minor mode is enabled in the current buffer, | 17507 | To check whether the minor mode is enabled in the current buffer, |
| 17506 | evaluate `(default-value 'icomplete-mode)'. | 17508 | evaluate `(default-value \\='icomplete-mode)'. |
| 17507 | 17509 | ||
| 17508 | The mode's hook is called both when the mode is enabled and when it is | 17510 | The mode's hook is called both when the mode is enabled and when it is |
| 17509 | disabled. | 17511 | disabled. |
| @@ -17545,7 +17547,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 17545 | mode if ARG is a negative number. | 17547 | mode if ARG is a negative number. |
| 17546 | 17548 | ||
| 17547 | To check whether the minor mode is enabled in the current buffer, | 17549 | To check whether the minor mode is enabled in the current buffer, |
| 17548 | evaluate `(default-value 'icomplete-vertical-mode)'. | 17550 | evaluate `(default-value \\='icomplete-vertical-mode)'. |
| 17549 | 17551 | ||
| 17550 | The mode's hook is called both when the mode is enabled and when it is | 17552 | The mode's hook is called both when the mode is enabled and when it is |
| 17551 | disabled. | 17553 | disabled. |
| @@ -17582,7 +17584,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 17582 | mode if ARG is a negative number. | 17584 | mode if ARG is a negative number. |
| 17583 | 17585 | ||
| 17584 | To check whether the minor mode is enabled in the current buffer, | 17586 | To check whether the minor mode is enabled in the current buffer, |
| 17585 | evaluate `(default-value 'fido-vertical-mode)'. | 17587 | evaluate `(default-value \\='fido-vertical-mode)'. |
| 17586 | 17588 | ||
| 17587 | The mode's hook is called both when the mode is enabled and when it is | 17589 | The mode's hook is called both when the mode is enabled and when it is |
| 17588 | disabled. | 17590 | disabled. |
| @@ -18352,7 +18354,7 @@ If Emacs is compiled without ImageMagick support, this does nothing." nil nil) | |||
| 18352 | (push (purecopy '(image-dired 0 4 11)) package--builtin-versions) | 18354 | (push (purecopy '(image-dired 0 4 11)) package--builtin-versions) |
| 18353 | 18355 | ||
| 18354 | (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ | 18356 | (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ |
| 18355 | Toggle thumbnails in front of file names in the dired buffer. | 18357 | Toggle thumbnails in front of file names in the Dired buffer. |
| 18356 | If no marked file could be found, insert or hide thumbnails on the | 18358 | If no marked file could be found, insert or hide thumbnails on the |
| 18357 | current line. ARG, if non-nil, specifies the files to use instead | 18359 | current line. ARG, if non-nil, specifies the files to use instead |
| 18358 | of the marked files. If ARG is an integer, use the next ARG (or | 18360 | of the marked files. If ARG is an integer, use the next ARG (or |
| @@ -18365,12 +18367,12 @@ Open directory DIR and create a default window configuration. | |||
| 18365 | 18367 | ||
| 18366 | Convenience command that: | 18368 | Convenience command that: |
| 18367 | 18369 | ||
| 18368 | - Opens dired in folder DIR | 18370 | - Opens Dired in folder DIR |
| 18369 | - Splits windows in most useful (?) way | 18371 | - Splits windows in most useful (?) way |
| 18370 | - Set `truncate-lines' to t | 18372 | - Sets `truncate-lines' to t |
| 18371 | 18373 | ||
| 18372 | After the command has finished, you would typically mark some | 18374 | After the command has finished, you would typically mark some |
| 18373 | image files in dired and type | 18375 | image files in Dired and type |
| 18374 | \\[image-dired-display-thumbs] (`image-dired-display-thumbs'). | 18376 | \\[image-dired-display-thumbs] (`image-dired-display-thumbs'). |
| 18375 | 18377 | ||
| 18376 | If called with prefix argument ARG, skip splitting of windows. | 18378 | If called with prefix argument ARG, skip splitting of windows. |
| @@ -18388,7 +18390,7 @@ point (this is useful if you have marked some files but want to show | |||
| 18388 | another one). | 18390 | another one). |
| 18389 | 18391 | ||
| 18390 | Recommended usage is to split the current frame horizontally so that | 18392 | Recommended usage is to split the current frame horizontally so that |
| 18391 | you have the dired buffer in the left window and the | 18393 | you have the Dired buffer in the left window and the |
| 18392 | `image-dired-thumbnail-buffer' buffer in the right window. | 18394 | `image-dired-thumbnail-buffer' buffer in the right window. |
| 18393 | 18395 | ||
| 18394 | With optional argument APPEND, append thumbnail to thumbnail buffer | 18396 | With optional argument APPEND, append thumbnail to thumbnail buffer |
| @@ -18416,7 +18418,7 @@ displayed. | |||
| 18416 | (define-obsolete-function-alias 'tumme 'image-dired "24.4") | 18418 | (define-obsolete-function-alias 'tumme 'image-dired "24.4") |
| 18417 | 18419 | ||
| 18418 | (autoload 'image-dired-tag-files "image-dired" "\ | 18420 | (autoload 'image-dired-tag-files "image-dired" "\ |
| 18419 | Tag marked file(s) in dired. With prefix ARG, tag file at point. | 18421 | Tag marked file(s) in Dired. With prefix ARG, tag file at point. |
| 18420 | 18422 | ||
| 18421 | \(fn ARG)" t nil) | 18423 | \(fn ARG)" t nil) |
| 18422 | 18424 | ||
| @@ -18430,7 +18432,7 @@ With prefix argument ARG, remove tag from file at point. | |||
| 18430 | Jump to thumbnail buffer." t nil) | 18432 | Jump to thumbnail buffer." t nil) |
| 18431 | 18433 | ||
| 18432 | (autoload 'image-dired-minor-mode "image-dired" "\ | 18434 | (autoload 'image-dired-minor-mode "image-dired" "\ |
| 18433 | Setup easy-to-use keybindings for the commands to be used in dired mode. | 18435 | Setup easy-to-use keybindings for the commands to be used in Dired mode. |
| 18434 | Note that n, p and <down> and <up> will be hijacked and bound to | 18436 | Note that n, p and <down> and <up> will be hijacked and bound to |
| 18435 | `image-dired-dired-x-line'. | 18437 | `image-dired-dired-x-line'. |
| 18436 | 18438 | ||
| @@ -18469,7 +18471,7 @@ With prefix argument ARG, display image in its original size. | |||
| 18469 | \(fn &optional ARG)" t nil) | 18471 | \(fn &optional ARG)" t nil) |
| 18470 | 18472 | ||
| 18471 | (autoload 'image-dired-dired-comment-files "image-dired" "\ | 18473 | (autoload 'image-dired-dired-comment-files "image-dired" "\ |
| 18472 | Add comment to current or marked files in dired." t nil) | 18474 | Add comment to current or marked files in Dired." t nil) |
| 18473 | 18475 | ||
| 18474 | (autoload 'image-dired-mark-tagged-files "image-dired" "\ | 18476 | (autoload 'image-dired-mark-tagged-files "image-dired" "\ |
| 18475 | Use regexp to mark files with matching tag. | 18477 | Use regexp to mark files with matching tag. |
| @@ -18477,7 +18479,7 @@ A `tag' is a keyword, a piece of meta data, associated with an | |||
| 18477 | image file and stored in image-dired's database file. This command | 18479 | image file and stored in image-dired's database file. This command |
| 18478 | lets you input a regexp and this will be matched against all tags | 18480 | lets you input a regexp and this will be matched against all tags |
| 18479 | on all image files in the database file. The files that have a | 18481 | on all image files in the database file. The files that have a |
| 18480 | matching tag will be marked in the dired buffer." t nil) | 18482 | matching tag will be marked in the Dired buffer." t nil) |
| 18481 | 18483 | ||
| 18482 | (autoload 'image-dired-dired-edit-comment-and-tags "image-dired" "\ | 18484 | (autoload 'image-dired-dired-edit-comment-and-tags "image-dired" "\ |
| 18483 | Edit comment and tags of current or marked image files. | 18485 | Edit comment and tags of current or marked image files. |
| @@ -18548,7 +18550,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 18548 | mode if ARG is a negative number. | 18550 | mode if ARG is a negative number. |
| 18549 | 18551 | ||
| 18550 | To check whether the minor mode is enabled in the current buffer, | 18552 | To check whether the minor mode is enabled in the current buffer, |
| 18551 | evaluate `(default-value 'auto-image-file-mode)'. | 18553 | evaluate `(default-value \\='auto-image-file-mode)'. |
| 18552 | 18554 | ||
| 18553 | The mode's hook is called both when the mode is enabled and when it is | 18555 | The mode's hook is called both when the mode is enabled and when it is |
| 18554 | disabled. | 18556 | disabled. |
| @@ -20828,7 +20830,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 20828 | mode if ARG is a negative number. | 20830 | mode if ARG is a negative number. |
| 20829 | 20831 | ||
| 20830 | To check whether the minor mode is enabled in the current buffer, | 20832 | To check whether the minor mode is enabled in the current buffer, |
| 20831 | evaluate `(default-value 'mail-abbrevs-mode)'. | 20833 | evaluate `(default-value \\='mail-abbrevs-mode)'. |
| 20832 | 20834 | ||
| 20833 | The mode's hook is called both when the mode is enabled and when it is | 20835 | The mode's hook is called both when the mode is enabled and when it is |
| 20834 | disabled. | 20836 | disabled. |
| @@ -21256,7 +21258,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 21256 | mode if ARG is a negative number. | 21258 | mode if ARG is a negative number. |
| 21257 | 21259 | ||
| 21258 | To check whether the minor mode is enabled in the current buffer, | 21260 | To check whether the minor mode is enabled in the current buffer, |
| 21259 | evaluate `(default-value 'minibuffer-depth-indicate-mode)'. | 21261 | evaluate `(default-value \\='minibuffer-depth-indicate-mode)'. |
| 21260 | 21262 | ||
| 21261 | The mode's hook is called both when the mode is enabled and when it is | 21263 | The mode's hook is called both when the mode is enabled and when it is |
| 21262 | disabled. | 21264 | disabled. |
| @@ -21824,7 +21826,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 21824 | mode if ARG is a negative number. | 21826 | mode if ARG is a negative number. |
| 21825 | 21827 | ||
| 21826 | To check whether the minor mode is enabled in the current buffer, | 21828 | To check whether the minor mode is enabled in the current buffer, |
| 21827 | evaluate `(default-value 'midnight-mode)'. | 21829 | evaluate `(default-value \\='midnight-mode)'. |
| 21828 | 21830 | ||
| 21829 | The mode's hook is called both when the mode is enabled and when it is | 21831 | The mode's hook is called both when the mode is enabled and when it is |
| 21830 | disabled. | 21832 | disabled. |
| @@ -21880,7 +21882,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 21880 | mode if ARG is a negative number. | 21882 | mode if ARG is a negative number. |
| 21881 | 21883 | ||
| 21882 | To check whether the minor mode is enabled in the current buffer, | 21884 | To check whether the minor mode is enabled in the current buffer, |
| 21883 | evaluate `(default-value 'minibuffer-electric-default-mode)'. | 21885 | evaluate `(default-value \\='minibuffer-electric-default-mode)'. |
| 21884 | 21886 | ||
| 21885 | The mode's hook is called both when the mode is enabled and when it is | 21887 | The mode's hook is called both when the mode is enabled and when it is |
| 21886 | disabled. | 21888 | disabled. |
| @@ -22464,7 +22466,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 22464 | mode if ARG is a negative number. | 22466 | mode if ARG is a negative number. |
| 22465 | 22467 | ||
| 22466 | To check whether the minor mode is enabled in the current buffer, | 22468 | To check whether the minor mode is enabled in the current buffer, |
| 22467 | evaluate `(default-value 'msb-mode)'. | 22469 | evaluate `(default-value \\='msb-mode)'. |
| 22468 | 22470 | ||
| 22469 | The mode's hook is called both when the mode is enabled and when it is | 22471 | The mode's hook is called both when the mode is enabled and when it is |
| 22470 | disabled. | 22472 | disabled. |
| @@ -22627,10 +22629,15 @@ Embed OBJ (string or character) at index IDX of STRING. | |||
| 22627 | (autoload 'truncate-string-to-width "mule-util" "\ | 22629 | (autoload 'truncate-string-to-width "mule-util" "\ |
| 22628 | Truncate string STR to end at column END-COLUMN. | 22630 | Truncate string STR to end at column END-COLUMN. |
| 22629 | The optional 3rd arg START-COLUMN, if non-nil, specifies the starting | 22631 | The optional 3rd arg START-COLUMN, if non-nil, specifies the starting |
| 22630 | column; that means to return the characters occupying columns | 22632 | column (default: zero); that means to return the characters occupying |
| 22631 | START-COLUMN ... END-COLUMN of STR. Both END-COLUMN and START-COLUMN | 22633 | columns START-COLUMN ... END-COLUMN of STR. Both END-COLUMN and |
| 22632 | are specified in terms of character display width in the current | 22634 | START-COLUMN are specified in terms of character display width in the |
| 22633 | buffer; see also `char-width'. | 22635 | current buffer; see `char-width'. |
| 22636 | |||
| 22637 | Since character composition on display can produce glyphs whose | ||
| 22638 | width is smaller than the sum of `char-width' values of the | ||
| 22639 | composed characters, this function can produce inaccurate results | ||
| 22640 | when used in such cases. | ||
| 22634 | 22641 | ||
| 22635 | The optional 4th arg PADDING, if non-nil, specifies a padding | 22642 | The optional 4th arg PADDING, if non-nil, specifies a padding |
| 22636 | character (which should have a display width of 1) to add at the end | 22643 | character (which should have a display width of 1) to add at the end |
| @@ -22787,7 +22794,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 22787 | mode if ARG is a negative number. | 22794 | mode if ARG is a negative number. |
| 22788 | 22795 | ||
| 22789 | To check whether the minor mode is enabled in the current buffer, | 22796 | To check whether the minor mode is enabled in the current buffer, |
| 22790 | evaluate `(default-value 'mouse-wheel-mode)'. | 22797 | evaluate `(default-value \\='mouse-wheel-mode)'. |
| 22791 | 22798 | ||
| 22792 | The mode's hook is called both when the mode is enabled and when it is | 22799 | The mode's hook is called both when the mode is enabled and when it is |
| 22793 | disabled. | 22800 | disabled. |
| @@ -23841,6 +23848,13 @@ Many aspects this mode can be customized using | |||
| 23841 | ;;;### (autoloads nil "oc" "org/oc.el" (0 0 0 0)) | 23848 | ;;;### (autoloads nil "oc" "org/oc.el" (0 0 0 0)) |
| 23842 | ;;; Generated autoloads from org/oc.el | 23849 | ;;; Generated autoloads from org/oc.el |
| 23843 | 23850 | ||
| 23851 | (autoload 'org-cite-insert "oc" "\ | ||
| 23852 | Insert a citation at point. | ||
| 23853 | Insertion is done according to the processor set in `org-cite-insert-processor'. | ||
| 23854 | ARG is the prefix argument received when calling interactively the function. | ||
| 23855 | |||
| 23856 | \(fn ARG)" t nil) | ||
| 23857 | |||
| 23844 | (register-definition-prefixes "oc" '("org-cite-")) | 23858 | (register-definition-prefixes "oc" '("org-cite-")) |
| 23845 | 23859 | ||
| 23846 | ;;;*** | 23860 | ;;;*** |
| @@ -23972,6 +23986,13 @@ startup file, `~/.emacs-octave'. | |||
| 23972 | 23986 | ||
| 23973 | ;;;*** | 23987 | ;;;*** |
| 23974 | 23988 | ||
| 23989 | ;;;### (autoloads nil "ol-man" "org/ol-man.el" (0 0 0 0)) | ||
| 23990 | ;;; Generated autoloads from org/ol-man.el | ||
| 23991 | |||
| 23992 | (register-definition-prefixes "ol-man" '("org-man-")) | ||
| 23993 | |||
| 23994 | ;;;*** | ||
| 23995 | |||
| 23975 | ;;;### (autoloads nil "ol-mhe" "org/ol-mhe.el" (0 0 0 0)) | 23996 | ;;;### (autoloads nil "ol-mhe" "org/ol-mhe.el" (0 0 0 0)) |
| 23976 | ;;; Generated autoloads from org/ol-mhe.el | 23997 | ;;; Generated autoloads from org/ol-mhe.el |
| 23977 | 23998 | ||
| @@ -25044,67 +25065,6 @@ archive). | |||
| 25044 | 25065 | ||
| 25045 | ;;;*** | 25066 | ;;;*** |
| 25046 | 25067 | ||
| 25047 | ;;;### (autoloads nil "paren" "paren.el" (0 0 0 0)) | ||
| 25048 | ;;; Generated autoloads from paren.el | ||
| 25049 | |||
| 25050 | (defcustom show-paren-mode t "\ | ||
| 25051 | Non-nil if Show-Paren mode is enabled. | ||
| 25052 | See the `show-paren-mode' command | ||
| 25053 | for a description of this minor mode. | ||
| 25054 | Setting this variable directly does not take effect; | ||
| 25055 | either customize it (see the info node `Easy Customization') | ||
| 25056 | or call the function `show-paren-mode'." :set #'custom-set-minor-mode :initialize 'custom-initialize-delay :type 'boolean :group 'paren-showing) | ||
| 25057 | |||
| 25058 | (custom-autoload 'show-paren-mode "paren" nil) | ||
| 25059 | |||
| 25060 | (autoload 'show-paren-mode "paren" "\ | ||
| 25061 | Toggle visualization of matching parens (Show Paren mode). | ||
| 25062 | |||
| 25063 | This is a minor mode. If called interactively, toggle the `Show-Paren | ||
| 25064 | mode' mode. If the prefix argument is positive, enable the mode, and | ||
| 25065 | if it is zero or negative, disable the mode. | ||
| 25066 | |||
| 25067 | If called from Lisp, toggle the mode if ARG is `toggle'. Enable the | ||
| 25068 | mode if ARG is nil, omitted, or is a positive number. Disable the | ||
| 25069 | mode if ARG is a negative number. | ||
| 25070 | |||
| 25071 | To check whether the minor mode is enabled in the current buffer, | ||
| 25072 | evaluate `(default-value 'show-paren-mode)'. | ||
| 25073 | |||
| 25074 | The mode's hook is called both when the mode is enabled and when it is | ||
| 25075 | disabled. | ||
| 25076 | |||
| 25077 | When enabled, any matching parenthesis is highlighted in `show-paren-style' | ||
| 25078 | after `show-paren-delay' seconds of Emacs idle time. | ||
| 25079 | |||
| 25080 | This is a global minor mode. To toggle the mode in a single buffer, | ||
| 25081 | use `show-paren-local-mode'. | ||
| 25082 | |||
| 25083 | \(fn &optional ARG)" t nil) | ||
| 25084 | |||
| 25085 | (autoload 'show-paren-local-mode "paren" "\ | ||
| 25086 | Toggle `show-paren-mode' only in this buffer. | ||
| 25087 | |||
| 25088 | This is a minor mode. If called interactively, toggle the | ||
| 25089 | `Show-Paren-Local mode' mode. If the prefix argument is positive, | ||
| 25090 | enable the mode, and if it is zero or negative, disable the mode. | ||
| 25091 | |||
| 25092 | If called from Lisp, toggle the mode if ARG is `toggle'. Enable the | ||
| 25093 | mode if ARG is nil, omitted, or is a positive number. Disable the | ||
| 25094 | mode if ARG is a negative number. | ||
| 25095 | |||
| 25096 | To check whether the minor mode is enabled in the current buffer, | ||
| 25097 | evaluate `(buffer-local-value 'show-paren-mode (current-buffer))'. | ||
| 25098 | |||
| 25099 | The mode's hook is called both when the mode is enabled and when it is | ||
| 25100 | disabled. | ||
| 25101 | |||
| 25102 | \(fn &optional ARG)" t nil) | ||
| 25103 | |||
| 25104 | (register-definition-prefixes "paren" '("show-paren-")) | ||
| 25105 | |||
| 25106 | ;;;*** | ||
| 25107 | |||
| 25108 | ;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (0 0 | 25068 | ;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (0 0 |
| 25109 | ;;;;;; 0 0)) | 25069 | ;;;;;; 0 0)) |
| 25110 | ;;; Generated autoloads from calendar/parse-time.el | 25070 | ;;; Generated autoloads from calendar/parse-time.el |
| @@ -25823,7 +25783,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 25823 | mode if ARG is a negative number. | 25783 | mode if ARG is a negative number. |
| 25824 | 25784 | ||
| 25825 | To check whether the minor mode is enabled in the current buffer, | 25785 | To check whether the minor mode is enabled in the current buffer, |
| 25826 | evaluate `(default-value 'pixel-scroll-mode)'. | 25786 | evaluate `(default-value \\='pixel-scroll-mode)'. |
| 25827 | 25787 | ||
| 25828 | The mode's hook is called both when the mode is enabled and when it is | 25788 | The mode's hook is called both when the mode is enabled and when it is |
| 25829 | disabled. | 25789 | disabled. |
| @@ -26539,7 +26499,7 @@ Open profile FILENAME. | |||
| 26539 | 26499 | ||
| 26540 | ;;;### (autoloads nil "project" "progmodes/project.el" (0 0 0 0)) | 26500 | ;;;### (autoloads nil "project" "progmodes/project.el" (0 0 0 0)) |
| 26541 | ;;; Generated autoloads from progmodes/project.el | 26501 | ;;; Generated autoloads from progmodes/project.el |
| 26542 | (push (purecopy '(project 0 7 1)) package--builtin-versions) | 26502 | (push (purecopy '(project 0 8 1)) package--builtin-versions) |
| 26543 | 26503 | ||
| 26544 | (autoload 'project-current "project" "\ | 26504 | (autoload 'project-current "project" "\ |
| 26545 | Return the project instance in DIRECTORY, defaulting to `default-directory'. | 26505 | Return the project instance in DIRECTORY, defaulting to `default-directory'. |
| @@ -27087,7 +27047,7 @@ Optional argument FACE specifies the face to do the highlighting. | |||
| 27087 | 27047 | ||
| 27088 | ;;;### (autoloads nil "python" "progmodes/python.el" (0 0 0 0)) | 27048 | ;;;### (autoloads nil "python" "progmodes/python.el" (0 0 0 0)) |
| 27089 | ;;; Generated autoloads from progmodes/python.el | 27049 | ;;; Generated autoloads from progmodes/python.el |
| 27090 | (push (purecopy '(python 0 27 1)) package--builtin-versions) | 27050 | (push (purecopy '(python 0 28)) package--builtin-versions) |
| 27091 | 27051 | ||
| 27092 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode)) | 27052 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode)) |
| 27093 | 27053 | ||
| @@ -27604,7 +27564,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 27604 | mode if ARG is a negative number. | 27564 | mode if ARG is a negative number. |
| 27605 | 27565 | ||
| 27606 | To check whether the minor mode is enabled in the current buffer, | 27566 | To check whether the minor mode is enabled in the current buffer, |
| 27607 | evaluate `(default-value 'rcirc-track-minor-mode)'. | 27567 | evaluate `(default-value \\='rcirc-track-minor-mode)'. |
| 27608 | 27568 | ||
| 27609 | The mode's hook is called both when the mode is enabled and when it is | 27569 | The mode's hook is called both when the mode is enabled and when it is |
| 27610 | disabled. | 27570 | disabled. |
| @@ -27664,7 +27624,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 27664 | mode if ARG is a negative number. | 27624 | mode if ARG is a negative number. |
| 27665 | 27625 | ||
| 27666 | To check whether the minor mode is enabled in the current buffer, | 27626 | To check whether the minor mode is enabled in the current buffer, |
| 27667 | evaluate `(default-value 'recentf-mode)'. | 27627 | evaluate `(default-value \\='recentf-mode)'. |
| 27668 | 27628 | ||
| 27669 | The mode's hook is called both when the mode is enabled and when it is | 27629 | The mode's hook is called both when the mode is enabled and when it is |
| 27670 | disabled. | 27630 | disabled. |
| @@ -28119,7 +28079,7 @@ recently executed command not bound to an input event\". | |||
| 28119 | \(fn REPEAT-ARG)" t nil) | 28079 | \(fn REPEAT-ARG)" t nil) |
| 28120 | 28080 | ||
| 28121 | (defvar repeat-map nil "\ | 28081 | (defvar repeat-map nil "\ |
| 28122 | The value of the repeating map for the next command. | 28082 | The value of the repeating transient map for the next command. |
| 28123 | A command called from the map can set it again to the same map when | 28083 | A command called from the map can set it again to the same map when |
| 28124 | the map can't be set on the command symbol property `repeat-map'.") | 28084 | the map can't be set on the command symbol property `repeat-map'.") |
| 28125 | 28085 | ||
| @@ -28137,7 +28097,7 @@ or call the function `repeat-mode'.") | |||
| 28137 | Toggle Repeat mode. | 28097 | Toggle Repeat mode. |
| 28138 | When Repeat mode is enabled, and the command symbol has the property named | 28098 | When Repeat mode is enabled, and the command symbol has the property named |
| 28139 | `repeat-map', this map is activated temporarily for the next command. | 28099 | `repeat-map', this map is activated temporarily for the next command. |
| 28140 | See `describe-repeat-maps' for a list of all repeatable command. | 28100 | See `describe-repeat-maps' for a list of all repeatable commands. |
| 28141 | 28101 | ||
| 28142 | This is a minor mode. If called interactively, toggle the `Repeat | 28102 | This is a minor mode. If called interactively, toggle the `Repeat |
| 28143 | mode' mode. If the prefix argument is positive, enable the mode, and | 28103 | mode' mode. If the prefix argument is positive, enable the mode, and |
| @@ -28148,7 +28108,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 28148 | mode if ARG is a negative number. | 28108 | mode if ARG is a negative number. |
| 28149 | 28109 | ||
| 28150 | To check whether the minor mode is enabled in the current buffer, | 28110 | To check whether the minor mode is enabled in the current buffer, |
| 28151 | evaluate `(default-value 'repeat-mode)'. | 28111 | evaluate `(default-value \\='repeat-mode)'. |
| 28152 | 28112 | ||
| 28153 | The mode's hook is called both when the mode is enabled and when it is | 28113 | The mode's hook is called both when the mode is enabled and when it is |
| 28154 | disabled. | 28114 | disabled. |
| @@ -28272,7 +28232,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 28272 | mode if ARG is a negative number. | 28232 | mode if ARG is a negative number. |
| 28273 | 28233 | ||
| 28274 | To check whether the minor mode is enabled in the current buffer, | 28234 | To check whether the minor mode is enabled in the current buffer, |
| 28275 | evaluate `(default-value 'global-reveal-mode)'. | 28235 | evaluate `(default-value \\='global-reveal-mode)'. |
| 28276 | 28236 | ||
| 28277 | The mode's hook is called both when the mode is enabled and when it is | 28237 | The mode's hook is called both when the mode is enabled and when it is |
| 28278 | disabled. | 28238 | disabled. |
| @@ -29316,7 +29276,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 29316 | mode if ARG is a negative number. | 29276 | mode if ARG is a negative number. |
| 29317 | 29277 | ||
| 29318 | To check whether the minor mode is enabled in the current buffer, | 29278 | To check whether the minor mode is enabled in the current buffer, |
| 29319 | evaluate `(default-value 'savehist-mode)'. | 29279 | evaluate `(default-value \\='savehist-mode)'. |
| 29320 | 29280 | ||
| 29321 | The mode's hook is called both when the mode is enabled and when it is | 29281 | The mode's hook is called both when the mode is enabled and when it is |
| 29322 | disabled. | 29282 | disabled. |
| @@ -29380,7 +29340,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 29380 | mode if ARG is a negative number. | 29340 | mode if ARG is a negative number. |
| 29381 | 29341 | ||
| 29382 | To check whether the minor mode is enabled in the current buffer, | 29342 | To check whether the minor mode is enabled in the current buffer, |
| 29383 | evaluate `(default-value 'save-place-mode)'. | 29343 | evaluate `(default-value \\='save-place-mode)'. |
| 29384 | 29344 | ||
| 29385 | The mode's hook is called both when the mode is enabled and when it is | 29345 | The mode's hook is called both when the mode is enabled and when it is |
| 29386 | disabled. | 29346 | disabled. |
| @@ -29499,7 +29459,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 29499 | mode if ARG is a negative number. | 29459 | mode if ARG is a negative number. |
| 29500 | 29460 | ||
| 29501 | To check whether the minor mode is enabled in the current buffer, | 29461 | To check whether the minor mode is enabled in the current buffer, |
| 29502 | evaluate `(default-value 'scroll-all-mode)'. | 29462 | evaluate `(default-value \\='scroll-all-mode)'. |
| 29503 | 29463 | ||
| 29504 | The mode's hook is called both when the mode is enabled and when it is | 29464 | The mode's hook is called both when the mode is enabled and when it is |
| 29505 | disabled. | 29465 | disabled. |
| @@ -29614,7 +29574,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 29614 | mode if ARG is a negative number. | 29574 | mode if ARG is a negative number. |
| 29615 | 29575 | ||
| 29616 | To check whether the minor mode is enabled in the current buffer, | 29576 | To check whether the minor mode is enabled in the current buffer, |
| 29617 | evaluate `(default-value 'semantic-mode)'. | 29577 | evaluate `(default-value \\='semantic-mode)'. |
| 29618 | 29578 | ||
| 29619 | The mode's hook is called both when the mode is enabled and when it is | 29579 | The mode's hook is called both when the mode is enabled and when it is |
| 29620 | disabled. | 29580 | disabled. |
| @@ -30292,7 +30252,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 30292 | mode if ARG is a negative number. | 30252 | mode if ARG is a negative number. |
| 30293 | 30253 | ||
| 30294 | To check whether the minor mode is enabled in the current buffer, | 30254 | To check whether the minor mode is enabled in the current buffer, |
| 30295 | evaluate `(default-value 'server-mode)'. | 30255 | evaluate `(default-value \\='server-mode)'. |
| 30296 | 30256 | ||
| 30297 | The mode's hook is called both when the mode is enabled and when it is | 30257 | The mode's hook is called both when the mode is enabled and when it is |
| 30298 | disabled. | 30258 | disabled. |
| @@ -31156,7 +31116,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 31156 | mode if ARG is a negative number. | 31116 | mode if ARG is a negative number. |
| 31157 | 31117 | ||
| 31158 | To check whether the minor mode is enabled in the current buffer, | 31118 | To check whether the minor mode is enabled in the current buffer, |
| 31159 | evaluate `(default-value 'global-so-long-mode)'. | 31119 | evaluate `(default-value \\='global-so-long-mode)'. |
| 31160 | 31120 | ||
| 31161 | The mode's hook is called both when the mode is enabled and when it is | 31121 | The mode's hook is called both when the mode is enabled and when it is |
| 31162 | disabled. | 31122 | disabled. |
| @@ -32278,7 +32238,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 32278 | mode if ARG is a negative number. | 32238 | mode if ARG is a negative number. |
| 32279 | 32239 | ||
| 32280 | To check whether the minor mode is enabled in the current buffer, | 32240 | To check whether the minor mode is enabled in the current buffer, |
| 32281 | evaluate `(default-value 'strokes-mode)'. | 32241 | evaluate `(default-value \\='strokes-mode)'. |
| 32282 | 32242 | ||
| 32283 | The mode's hook is called both when the mode is enabled and when it is | 32243 | The mode's hook is called both when the mode is enabled and when it is |
| 32284 | disabled. | 32244 | disabled. |
| @@ -32581,7 +32541,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 32581 | mode if ARG is a negative number. | 32541 | mode if ARG is a negative number. |
| 32582 | 32542 | ||
| 32583 | To check whether the minor mode is enabled in the current buffer, | 32543 | To check whether the minor mode is enabled in the current buffer, |
| 32584 | evaluate `(default-value 'gpm-mouse-mode)'. | 32544 | evaluate `(default-value \\='gpm-mouse-mode)'. |
| 32585 | 32545 | ||
| 32586 | The mode's hook is called both when the mode is enabled and when it is | 32546 | The mode's hook is called both when the mode is enabled and when it is |
| 32587 | disabled. | 32547 | disabled. |
| @@ -32604,7 +32564,7 @@ GPM. This is due to limitations in GPM and the Linux kernel. | |||
| 32604 | ;;; Generated autoloads from tab-line.el | 32564 | ;;; Generated autoloads from tab-line.el |
| 32605 | 32565 | ||
| 32606 | (autoload 'tab-line-mode "tab-line" "\ | 32566 | (autoload 'tab-line-mode "tab-line" "\ |
| 32607 | Toggle display of window tab line in the buffer. | 32567 | Toggle display of tab line in the windows displaying the current buffer. |
| 32608 | 32568 | ||
| 32609 | This is a minor mode. If called interactively, toggle the `Tab-Line | 32569 | This is a minor mode. If called interactively, toggle the `Tab-Line |
| 32610 | mode' mode. If the prefix argument is positive, enable the mode, and | 32570 | mode' mode. If the prefix argument is positive, enable the mode, and |
| @@ -34298,7 +34258,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 34298 | mode if ARG is a negative number. | 34258 | mode if ARG is a negative number. |
| 34299 | 34259 | ||
| 34300 | To check whether the minor mode is enabled in the current buffer, | 34260 | To check whether the minor mode is enabled in the current buffer, |
| 34301 | evaluate `(default-value 'display-time-mode)'. | 34261 | evaluate `(default-value \\='display-time-mode)'. |
| 34302 | 34262 | ||
| 34303 | The mode's hook is called both when the mode is enabled and when it is | 34263 | The mode's hook is called both when the mode is enabled and when it is |
| 34304 | disabled. | 34264 | disabled. |
| @@ -34445,7 +34405,7 @@ Convert the time interval in seconds to a short string. | |||
| 34445 | (put 'time-stamp-time-zone 'safe-local-variable 'time-stamp-zone-type-p) | 34405 | (put 'time-stamp-time-zone 'safe-local-variable 'time-stamp-zone-type-p) |
| 34446 | 34406 | ||
| 34447 | (autoload 'time-stamp-zone-type-p "time-stamp" "\ | 34407 | (autoload 'time-stamp-zone-type-p "time-stamp" "\ |
| 34448 | Return whether or not ZONE is of the correct type for a timezone rule. | 34408 | Return non-nil if ZONE is of the correct type for a timezone rule. |
| 34449 | Valid ZONE values are described in the documentation of `format-time-string'. | 34409 | Valid ZONE values are described in the documentation of `format-time-string'. |
| 34450 | 34410 | ||
| 34451 | \(fn ZONE)" nil nil) | 34411 | \(fn ZONE)" nil nil) |
| @@ -34484,7 +34444,7 @@ this line to a local variables list near the end of the file: | |||
| 34484 | 34444 | ||
| 34485 | If the file has no time-stamp template, this function does nothing. | 34445 | If the file has no time-stamp template, this function does nothing. |
| 34486 | 34446 | ||
| 34487 | You can set `time-stamp-pattern' in a files's local variables list | 34447 | You can set `time-stamp-pattern' in a file's local variables list |
| 34488 | to customize the information in the time stamp and where it is written. | 34448 | to customize the information in the time stamp and where it is written. |
| 34489 | 34449 | ||
| 34490 | The time stamp is updated only if `time-stamp-active' is non-nil." t nil) | 34450 | The time stamp is updated only if `time-stamp-active' is non-nil." t nil) |
| @@ -34987,7 +34947,7 @@ It must be supported by libarchive(3).") | |||
| 34987 | Regular expression matching archive file names." '(concat "\\`" "\\(" ".+" "\\." (regexp-opt tramp-archive-suffixes) "\\(?:" "\\." (regexp-opt tramp-archive-compression-suffixes) "\\)*" "\\)" "\\(" "/" ".*" "\\)" "\\'")) | 34947 | Regular expression matching archive file names." '(concat "\\`" "\\(" ".+" "\\." (regexp-opt tramp-archive-suffixes) "\\(?:" "\\." (regexp-opt tramp-archive-compression-suffixes) "\\)*" "\\)" "\\(" "/" ".*" "\\)" "\\'")) |
| 34988 | 34948 | ||
| 34989 | (defun tramp-archive-autoload-file-name-handler (operation &rest args) "\ | 34949 | (defun tramp-archive-autoload-file-name-handler (operation &rest args) "\ |
| 34990 | Load Tramp archive file name handler, and perform OPERATION." (when tramp-archive-enabled (let ((default-directory temporary-file-directory) (tramp-archive-autoload t)) tramp-archive-autoload (apply #'tramp-autoload-file-name-handler operation args)))) | 34950 | Load Tramp archive file name handler, and perform OPERATION." (defvar tramp-archive-autoload) (when tramp-archive-enabled (let ((default-directory temporary-file-directory) (tramp-archive-autoload t)) (apply #'tramp-autoload-file-name-handler operation args)))) |
| 34991 | 34951 | ||
| 34992 | (defun tramp-register-archive-file-name-handler nil "\ | 34952 | (defun tramp-register-archive-file-name-handler nil "\ |
| 34993 | Add archive file name handler to `file-name-handler-alist'." (when tramp-archive-enabled (add-to-list 'file-name-handler-alist (cons (tramp-archive-autoload-file-name-regexp) #'tramp-archive-autoload-file-name-handler)) (put #'tramp-archive-autoload-file-name-handler 'safe-magic t))) | 34953 | Add archive file name handler to `file-name-handler-alist'." (when tramp-archive-enabled (add-to-list 'file-name-handler-alist (cons (tramp-archive-autoload-file-name-regexp) #'tramp-archive-autoload-file-name-handler)) (put #'tramp-archive-autoload-file-name-handler 'safe-magic t))) |
| @@ -35167,7 +35127,7 @@ See info node `(transient)Modifying Existing Transients'. | |||
| 35167 | 35127 | ||
| 35168 | (function-put 'transient-remove-suffix 'lisp-indent-function 'defun) | 35128 | (function-put 'transient-remove-suffix 'lisp-indent-function 'defun) |
| 35169 | 35129 | ||
| 35170 | (register-definition-prefixes "transient" '("transient-")) | 35130 | (register-definition-prefixes "transient" '("magit--fit-window-to-buffer" "transient-")) |
| 35171 | 35131 | ||
| 35172 | ;;;*** | 35132 | ;;;*** |
| 35173 | 35133 | ||
| @@ -35292,7 +35252,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 35292 | mode if ARG is a negative number. | 35252 | mode if ARG is a negative number. |
| 35293 | 35253 | ||
| 35294 | To check whether the minor mode is enabled in the current buffer, | 35254 | To check whether the minor mode is enabled in the current buffer, |
| 35295 | evaluate `(default-value 'type-break-mode)'. | 35255 | evaluate `(default-value \\='type-break-mode)'. |
| 35296 | 35256 | ||
| 35297 | The mode's hook is called both when the mode is enabled and when it is | 35257 | The mode's hook is called both when the mode is enabled and when it is |
| 35298 | disabled. | 35258 | disabled. |
| @@ -35827,7 +35787,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 35827 | mode if ARG is a negative number. | 35787 | mode if ARG is a negative number. |
| 35828 | 35788 | ||
| 35829 | To check whether the minor mode is enabled in the current buffer, | 35789 | To check whether the minor mode is enabled in the current buffer, |
| 35830 | evaluate `(default-value 'url-handler-mode)'. | 35790 | evaluate `(default-value \\='url-handler-mode)'. |
| 35831 | 35791 | ||
| 35832 | The mode's hook is called both when the mode is enabled and when it is | 35792 | The mode's hook is called both when the mode is enabled and when it is |
| 35833 | disabled. | 35793 | disabled. |
| @@ -36755,6 +36715,8 @@ To get a prompt, use a prefix argument. | |||
| 36755 | 36715 | ||
| 36756 | \(fn FILE BACKEND)" t nil) | 36716 | \(fn FILE BACKEND)" t nil) |
| 36757 | 36717 | ||
| 36718 | (make-obsolete 'vc-switch-backend 'nil '"28.1") | ||
| 36719 | |||
| 36758 | (autoload 'vc-transfer-file "vc" "\ | 36720 | (autoload 'vc-transfer-file "vc" "\ |
| 36759 | Transfer FILE to another version control system NEW-BACKEND. | 36721 | Transfer FILE to another version control system NEW-BACKEND. |
| 36760 | If NEW-BACKEND has a higher precedence than FILE's current backend | 36722 | If NEW-BACKEND has a higher precedence than FILE's current backend |
| @@ -38399,7 +38361,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 38399 | mode if ARG is a negative number. | 38361 | mode if ARG is a negative number. |
| 38400 | 38362 | ||
| 38401 | To check whether the minor mode is enabled in the current buffer, | 38363 | To check whether the minor mode is enabled in the current buffer, |
| 38402 | evaluate `(default-value 'which-function-mode)'. | 38364 | evaluate `(default-value \\='which-function-mode)'. |
| 38403 | 38365 | ||
| 38404 | The mode's hook is called both when the mode is enabled and when it is | 38366 | The mode's hook is called both when the mode is enabled and when it is |
| 38405 | disabled. | 38367 | disabled. |
| @@ -38491,7 +38453,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 38491 | mode if ARG is a negative number. | 38453 | mode if ARG is a negative number. |
| 38492 | 38454 | ||
| 38493 | To check whether the minor mode is enabled in the current buffer, | 38455 | To check whether the minor mode is enabled in the current buffer, |
| 38494 | evaluate `(default-value 'global-whitespace-mode)'. | 38456 | evaluate `(default-value \\='global-whitespace-mode)'. |
| 38495 | 38457 | ||
| 38496 | The mode's hook is called both when the mode is enabled and when it is | 38458 | The mode's hook is called both when the mode is enabled and when it is |
| 38497 | disabled. | 38459 | disabled. |
| @@ -38523,7 +38485,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 38523 | mode if ARG is a negative number. | 38485 | mode if ARG is a negative number. |
| 38524 | 38486 | ||
| 38525 | To check whether the minor mode is enabled in the current buffer, | 38487 | To check whether the minor mode is enabled in the current buffer, |
| 38526 | evaluate `(default-value 'global-whitespace-newline-mode)'. | 38488 | evaluate `(default-value \\='global-whitespace-newline-mode)'. |
| 38527 | 38489 | ||
| 38528 | The mode's hook is called both when the mode is enabled and when it is | 38490 | The mode's hook is called both when the mode is enabled and when it is |
| 38529 | disabled. | 38491 | disabled. |
| @@ -39113,7 +39075,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 39113 | mode if ARG is a negative number. | 39075 | mode if ARG is a negative number. |
| 39114 | 39076 | ||
| 39115 | To check whether the minor mode is enabled in the current buffer, | 39077 | To check whether the minor mode is enabled in the current buffer, |
| 39116 | evaluate `(default-value 'winner-mode)'. | 39078 | evaluate `(default-value \\='winner-mode)'. |
| 39117 | 39079 | ||
| 39118 | The mode's hook is called both when the mode is enabled and when it is | 39080 | The mode's hook is called both when the mode is enabled and when it is |
| 39119 | disabled. | 39081 | disabled. |
| @@ -39279,7 +39241,7 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT. | |||
| 39279 | 39241 | ||
| 39280 | ;;;### (autoloads nil "xref" "progmodes/xref.el" (0 0 0 0)) | 39242 | ;;;### (autoloads nil "xref" "progmodes/xref.el" (0 0 0 0)) |
| 39281 | ;;; Generated autoloads from progmodes/xref.el | 39243 | ;;; Generated autoloads from progmodes/xref.el |
| 39282 | (push (purecopy '(xref 1 2 2)) package--builtin-versions) | 39244 | (push (purecopy '(xref 1 3 0)) package--builtin-versions) |
| 39283 | 39245 | ||
| 39284 | (autoload 'xref-find-backend "xref" nil nil nil) | 39246 | (autoload 'xref-find-backend "xref" nil nil nil) |
| 39285 | 39247 | ||
| @@ -39421,7 +39383,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the | |||
| 39421 | mode if ARG is a negative number. | 39383 | mode if ARG is a negative number. |
| 39422 | 39384 | ||
| 39423 | To check whether the minor mode is enabled in the current buffer, | 39385 | To check whether the minor mode is enabled in the current buffer, |
| 39424 | evaluate `(default-value 'xterm-mouse-mode)'. | 39386 | evaluate `(default-value \\='xterm-mouse-mode)'. |
| 39425 | 39387 | ||
| 39426 | The mode's hook is called both when the mode is enabled and when it is | 39388 | The mode's hook is called both when the mode is enabled and when it is |
| 39427 | disabled. | 39389 | disabled. |
| @@ -39530,26 +39492,26 @@ Zone out, completely." t nil) | |||
| 39530 | ;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/easymenu.el" "emacs-lisp/eieio-compat.el" | 39492 | ;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/easymenu.el" "emacs-lisp/eieio-compat.el" |
| 39531 | ;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-opt.el" "emacs-lisp/float-sup.el" | 39493 | ;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-opt.el" "emacs-lisp/float-sup.el" |
| 39532 | ;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/macroexp.el" | 39494 | ;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/macroexp.el" |
| 39533 | ;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/nadvice.el" "emacs-lisp/syntax.el" | 39495 | ;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/nadvice.el" "emacs-lisp/shorthands.el" |
| 39534 | ;;;;;; "emacs-lisp/timer.el" "env.el" "epa-hook.el" "erc/erc-autoaway.el" | 39496 | ;;;;;; "emacs-lisp/syntax.el" "emacs-lisp/timer.el" "env.el" "epa-hook.el" |
| 39535 | ;;;;;; "erc/erc-button.el" "erc/erc-capab.el" "erc/erc-compat.el" | 39497 | ;;;;;; "erc/erc-autoaway.el" "erc/erc-button.el" "erc/erc-capab.el" |
| 39536 | ;;;;;; "erc/erc-dcc.el" "erc/erc-desktop-notifications.el" "erc/erc-ezbounce.el" | 39498 | ;;;;;; "erc/erc-compat.el" "erc/erc-dcc.el" "erc/erc-desktop-notifications.el" |
| 39537 | ;;;;;; "erc/erc-fill.el" "erc/erc-identd.el" "erc/erc-imenu.el" | 39499 | ;;;;;; "erc/erc-ezbounce.el" "erc/erc-fill.el" "erc/erc-identd.el" |
| 39538 | ;;;;;; "erc/erc-join.el" "erc/erc-list.el" "erc/erc-log.el" "erc/erc-match.el" | 39500 | ;;;;;; "erc/erc-imenu.el" "erc/erc-join.el" "erc/erc-list.el" "erc/erc-log.el" |
| 39539 | ;;;;;; "erc/erc-menu.el" "erc/erc-netsplit.el" "erc/erc-notify.el" | 39501 | ;;;;;; "erc/erc-match.el" "erc/erc-menu.el" "erc/erc-netsplit.el" |
| 39540 | ;;;;;; "erc/erc-page.el" "erc/erc-pcomplete.el" "erc/erc-replace.el" | 39502 | ;;;;;; "erc/erc-notify.el" "erc/erc-page.el" "erc/erc-pcomplete.el" |
| 39541 | ;;;;;; "erc/erc-ring.el" "erc/erc-services.el" "erc/erc-sound.el" | 39503 | ;;;;;; "erc/erc-replace.el" "erc/erc-ring.el" "erc/erc-services.el" |
| 39542 | ;;;;;; "erc/erc-speedbar.el" "erc/erc-spelling.el" "erc/erc-stamp.el" | 39504 | ;;;;;; "erc/erc-sound.el" "erc/erc-speedbar.el" "erc/erc-spelling.el" |
| 39543 | ;;;;;; "erc/erc-status-sidebar.el" "erc/erc-track.el" "erc/erc-truncate.el" | 39505 | ;;;;;; "erc/erc-stamp.el" "erc/erc-status-sidebar.el" "erc/erc-track.el" |
| 39544 | ;;;;;; "erc/erc-xdcc.el" "eshell/em-alias.el" "eshell/em-banner.el" | 39506 | ;;;;;; "erc/erc-truncate.el" "erc/erc-xdcc.el" "eshell/em-alias.el" |
| 39545 | ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" | 39507 | ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" |
| 39546 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" | 39508 | ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" |
| 39547 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" | 39509 | ;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" |
| 39548 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" | 39510 | ;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" |
| 39549 | ;;;;;; "eshell/em-tramp.el" "eshell/em-unix.el" "eshell/em-xtra.el" | 39511 | ;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" |
| 39550 | ;;;;;; "faces.el" "files.el" "font-core.el" "font-lock.el" "format.el" | 39512 | ;;;;;; "eshell/em-xtra.el" "faces.el" "files.el" "font-core.el" |
| 39551 | ;;;;;; "frame.el" "help.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el" | 39513 | ;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" |
| 39552 | ;;;;;; "international/characters.el" "international/charscript.el" | 39514 | ;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charscript.el" |
| 39553 | ;;;;;; "international/cp51932.el" "international/emoji-zwj.el" "international/eucjp-ms.el" | 39515 | ;;;;;; "international/cp51932.el" "international/emoji-zwj.el" "international/eucjp-ms.el" |
| 39554 | ;;;;;; "international/iso-transl.el" "international/mule-cmds.el" | 39516 | ;;;;;; "international/iso-transl.el" "international/mule-cmds.el" |
| 39555 | ;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el" | 39517 | ;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el" |
| @@ -39596,7 +39558,7 @@ Zone out, completely." t nil) | |||
| 39596 | ;;;;;; "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" "org/ox-beamer.el" | 39558 | ;;;;;; "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" "org/ox-beamer.el" |
| 39597 | ;;;;;; "org/ox-html.el" "org/ox-icalendar.el" "org/ox-latex.el" | 39559 | ;;;;;; "org/ox-html.el" "org/ox-icalendar.el" "org/ox-latex.el" |
| 39598 | ;;;;;; "org/ox-md.el" "org/ox-odt.el" "org/ox-org.el" "org/ox-publish.el" | 39560 | ;;;;;; "org/ox-md.el" "org/ox-odt.el" "org/ox-org.el" "org/ox-publish.el" |
| 39599 | ;;;;;; "org/ox-texinfo.el" "org/ox.el" "progmodes/elisp-mode.el" | 39561 | ;;;;;; "org/ox-texinfo.el" "org/ox.el" "paren.el" "progmodes/elisp-mode.el" |
| 39600 | ;;;;;; "progmodes/prog-mode.el" "ps-mule.el" "register.el" "replace.el" | 39562 | ;;;;;; "progmodes/prog-mode.el" "ps-mule.el" "register.el" "replace.el" |
| 39601 | ;;;;;; "rfn-eshadow.el" "select.el" "simple.el" "startup.el" "subdirs.el" | 39563 | ;;;;;; "rfn-eshadow.el" "select.el" "simple.el" "startup.el" "subdirs.el" |
| 39602 | ;;;;;; "subr.el" "tab-bar.el" "textmodes/fill.el" "textmodes/makeinfo.el" | 39564 | ;;;;;; "subr.el" "tab-bar.el" "textmodes/fill.el" "textmodes/makeinfo.el" |