; Auto-commit of loaddefs files.

This commit is contained in:
Glenn Morris 2021-11-01 06:17:37 -07:00
parent 84cd95e04c
commit e4e1a95421

View file

@ -1622,7 +1622,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'autoarg-kp-mode)'.
evaluate `(default-value \\='autoarg-kp-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -1687,7 +1687,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'auto-insert-mode)'.
evaluate `(default-value \\='auto-insert-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -1873,7 +1873,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'global-auto-revert-mode)'.
evaluate `(default-value \\='global-auto-revert-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -2012,7 +2012,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'display-battery-mode)'.
evaluate `(default-value \\='display-battery-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -4930,7 +4930,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'cl-font-lock-built-in-mode)'.
evaluate `(default-value \\='cl-font-lock-built-in-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -5165,7 +5165,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'cl-old-struct-compat-mode)'.
evaluate `(default-value \\='cl-old-struct-compat-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -5776,7 +5776,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'dynamic-completion-mode)'.
evaluate `(default-value \\='dynamic-completion-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -6345,7 +6345,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'cua-mode)'.
evaluate `(default-value \\='cua-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -7318,7 +7318,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'delete-selection-mode)'.
evaluate `(default-value \\='delete-selection-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -7506,7 +7506,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'desktop-save-mode)'.
evaluate `(default-value \\='desktop-save-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -9388,7 +9388,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'global-ede-mode)'.
evaluate `(default-value \\='global-ede-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -10250,7 +10250,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'electric-pair-mode)'.
evaluate `(default-value \\='electric-pair-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -10277,7 +10277,8 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(buffer-local-value 'electric-pair-mode (current-buffer))'.
evaluate `(buffer-local-value \\='electric-pair-mode
\(current-buffer))'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -10862,7 +10863,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'epa-global-mail-mode)'.
evaluate `(default-value \\='epa-global-mail-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -10928,7 +10929,7 @@ Look at CONFIG and try to expand GROUP.
;;;### (autoloads nil "erc" "erc/erc.el" (0 0 0 0))
;;; Generated autoloads from erc/erc.el
(push (purecopy '(erc 5 3)) package--builtin-versions)
(push (purecopy '(erc 5 4)) package--builtin-versions)
(autoload 'erc-select-read-args "erc" "\
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.
With a prefix, this command behaves exactly like `ffap-file-finder'.
If `ffap-require-prefix' is set, the prefix meaning is reversed.
See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
`ffap-url-unwrap-local', `ffap-url-unwrap-remote', and the functions
`ffap-file-at-point' and `ffap-url-at-point'.
`ffap-url-unwrap-local', `ffap-url-unwrap-remote',
`ffap-file-name-with-spaces', and the functions `ffap-file-at-point'
and `ffap-url-at-point'.
\(fn &optional FILENAME)" t nil)
@ -14047,7 +14049,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'gdb-enable-debug)'.
evaluate `(default-value \\='gdb-enable-debug)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -15718,7 +15720,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'gud-tooltip-mode)'.
evaluate `(default-value \\='gud-tooltip-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -17050,7 +17052,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'global-hl-line-mode)'.
evaluate `(default-value \\='global-hl-line-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -17471,7 +17473,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'fido-mode)'.
evaluate `(default-value \\='fido-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -17503,7 +17505,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'icomplete-mode)'.
evaluate `(default-value \\='icomplete-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -17545,7 +17547,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'icomplete-vertical-mode)'.
evaluate `(default-value \\='icomplete-vertical-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -17582,7 +17584,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'fido-vertical-mode)'.
evaluate `(default-value \\='fido-vertical-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -18352,7 +18354,7 @@ If Emacs is compiled without ImageMagick support, this does nothing." nil nil)
(push (purecopy '(image-dired 0 4 11)) package--builtin-versions)
(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
Toggle thumbnails in front of file names in the dired buffer.
Toggle thumbnails in front of file names in the Dired buffer.
If no marked file could be found, insert or hide thumbnails on the
current line. ARG, if non-nil, specifies the files to use instead
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.
Convenience command that:
- Opens dired in folder DIR
- Opens Dired in folder DIR
- Splits windows in most useful (?) way
- Set `truncate-lines' to t
- Sets `truncate-lines' to t
After the command has finished, you would typically mark some
image files in dired and type
image files in Dired and type
\\[image-dired-display-thumbs] (`image-dired-display-thumbs').
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
another one).
Recommended usage is to split the current frame horizontally so that
you have the dired buffer in the left window and the
you have the Dired buffer in the left window and the
`image-dired-thumbnail-buffer' buffer in the right window.
With optional argument APPEND, append thumbnail to thumbnail buffer
@ -18416,7 +18418,7 @@ displayed.
(define-obsolete-function-alias 'tumme 'image-dired "24.4")
(autoload 'image-dired-tag-files "image-dired" "\
Tag marked file(s) in dired. With prefix ARG, tag file at point.
Tag marked file(s) in Dired. With prefix ARG, tag file at point.
\(fn ARG)" t nil)
@ -18430,7 +18432,7 @@ With prefix argument ARG, remove tag from file at point.
Jump to thumbnail buffer." t nil)
(autoload 'image-dired-minor-mode "image-dired" "\
Setup easy-to-use keybindings for the commands to be used in dired mode.
Setup easy-to-use keybindings for the commands to be used in Dired mode.
Note that n, p and <down> and <up> will be hijacked and bound to
`image-dired-dired-x-line'.
@ -18469,7 +18471,7 @@ With prefix argument ARG, display image in its original size.
\(fn &optional ARG)" t nil)
(autoload 'image-dired-dired-comment-files "image-dired" "\
Add comment to current or marked files in dired." t nil)
Add comment to current or marked files in Dired." t nil)
(autoload 'image-dired-mark-tagged-files "image-dired" "\
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
image file and stored in image-dired's database file. This command
lets you input a regexp and this will be matched against all tags
on all image files in the database file. The files that have a
matching tag will be marked in the dired buffer." t nil)
matching tag will be marked in the Dired buffer." t nil)
(autoload 'image-dired-dired-edit-comment-and-tags "image-dired" "\
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
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'auto-image-file-mode)'.
evaluate `(default-value \\='auto-image-file-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -20828,7 +20830,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'mail-abbrevs-mode)'.
evaluate `(default-value \\='mail-abbrevs-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -21256,7 +21258,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'minibuffer-depth-indicate-mode)'.
evaluate `(default-value \\='minibuffer-depth-indicate-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -21824,7 +21826,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'midnight-mode)'.
evaluate `(default-value \\='midnight-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -21880,7 +21882,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'minibuffer-electric-default-mode)'.
evaluate `(default-value \\='minibuffer-electric-default-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -22464,7 +22466,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'msb-mode)'.
evaluate `(default-value \\='msb-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -22627,10 +22629,15 @@ Embed OBJ (string or character) at index IDX of STRING.
(autoload 'truncate-string-to-width "mule-util" "\
Truncate string STR to end at column END-COLUMN.
The optional 3rd arg START-COLUMN, if non-nil, specifies the starting
column; that means to return the characters occupying columns
START-COLUMN ... END-COLUMN of STR. Both END-COLUMN and START-COLUMN
are specified in terms of character display width in the current
buffer; see also `char-width'.
column (default: zero); that means to return the characters occupying
columns START-COLUMN ... END-COLUMN of STR. Both END-COLUMN and
START-COLUMN are specified in terms of character display width in the
current buffer; see `char-width'.
Since character composition on display can produce glyphs whose
width is smaller than the sum of `char-width' values of the
composed characters, this function can produce inaccurate results
when used in such cases.
The optional 4th arg PADDING, if non-nil, specifies a padding
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
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'mouse-wheel-mode)'.
evaluate `(default-value \\='mouse-wheel-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -23841,6 +23848,13 @@ Many aspects this mode can be customized using
;;;### (autoloads nil "oc" "org/oc.el" (0 0 0 0))
;;; Generated autoloads from org/oc.el
(autoload 'org-cite-insert "oc" "\
Insert a citation at point.
Insertion is done according to the processor set in `org-cite-insert-processor'.
ARG is the prefix argument received when calling interactively the function.
\(fn ARG)" t nil)
(register-definition-prefixes "oc" '("org-cite-"))
;;;***
@ -23970,6 +23984,13 @@ startup file, `~/.emacs-octave'.
(register-definition-prefixes "ol-info" '("org-info-"))
;;;***
;;;### (autoloads nil "ol-man" "org/ol-man.el" (0 0 0 0))
;;; Generated autoloads from org/ol-man.el
(register-definition-prefixes "ol-man" '("org-man-"))
;;;***
;;;### (autoloads nil "ol-mhe" "org/ol-mhe.el" (0 0 0 0))
@ -25042,67 +25063,6 @@ archive).
(register-definition-prefixes "page-ext" '("pages-"))
;;;***
;;;### (autoloads nil "paren" "paren.el" (0 0 0 0))
;;; Generated autoloads from paren.el
(defcustom show-paren-mode t "\
Non-nil if Show-Paren mode is enabled.
See the `show-paren-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `show-paren-mode'." :set #'custom-set-minor-mode :initialize 'custom-initialize-delay :type 'boolean :group 'paren-showing)
(custom-autoload 'show-paren-mode "paren" nil)
(autoload 'show-paren-mode "paren" "\
Toggle visualization of matching parens (Show Paren mode).
This is a minor mode. If called interactively, toggle the `Show-Paren
mode' mode. If the prefix argument is positive, enable the mode, and
if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'show-paren-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
When enabled, any matching parenthesis is highlighted in `show-paren-style'
after `show-paren-delay' seconds of Emacs idle time.
This is a global minor mode. To toggle the mode in a single buffer,
use `show-paren-local-mode'.
\(fn &optional ARG)" t nil)
(autoload 'show-paren-local-mode "paren" "\
Toggle `show-paren-mode' only in this buffer.
This is a minor mode. If called interactively, toggle the
`Show-Paren-Local mode' mode. If the prefix argument is positive,
enable the mode, and if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(buffer-local-value 'show-paren-mode (current-buffer))'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
\(fn &optional ARG)" t nil)
(register-definition-prefixes "paren" '("show-paren-"))
;;;***
;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (0 0
@ -25823,7 +25783,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'pixel-scroll-mode)'.
evaluate `(default-value \\='pixel-scroll-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -26539,7 +26499,7 @@ Open profile FILENAME.
;;;### (autoloads nil "project" "progmodes/project.el" (0 0 0 0))
;;; Generated autoloads from progmodes/project.el
(push (purecopy '(project 0 7 1)) package--builtin-versions)
(push (purecopy '(project 0 8 1)) package--builtin-versions)
(autoload 'project-current "project" "\
Return the project instance in DIRECTORY, defaulting to `default-directory'.
@ -27087,7 +27047,7 @@ Optional argument FACE specifies the face to do the highlighting.
;;;### (autoloads nil "python" "progmodes/python.el" (0 0 0 0))
;;; Generated autoloads from progmodes/python.el
(push (purecopy '(python 0 27 1)) package--builtin-versions)
(push (purecopy '(python 0 28)) package--builtin-versions)
(add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode))
@ -27604,7 +27564,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'rcirc-track-minor-mode)'.
evaluate `(default-value \\='rcirc-track-minor-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -27664,7 +27624,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'recentf-mode)'.
evaluate `(default-value \\='recentf-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -28119,7 +28079,7 @@ recently executed command not bound to an input event\".
\(fn REPEAT-ARG)" t nil)
(defvar repeat-map nil "\
The value of the repeating map for the next command.
The value of the repeating transient map for the next command.
A command called from the map can set it again to the same map when
the map can't be set on the command symbol property `repeat-map'.")
@ -28137,7 +28097,7 @@ or call the function `repeat-mode'.")
Toggle Repeat mode.
When Repeat mode is enabled, and the command symbol has the property named
`repeat-map', this map is activated temporarily for the next command.
See `describe-repeat-maps' for a list of all repeatable command.
See `describe-repeat-maps' for a list of all repeatable commands.
This is a minor mode. If called interactively, toggle the `Repeat
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
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'repeat-mode)'.
evaluate `(default-value \\='repeat-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -28272,7 +28232,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'global-reveal-mode)'.
evaluate `(default-value \\='global-reveal-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -29316,7 +29276,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'savehist-mode)'.
evaluate `(default-value \\='savehist-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -29380,7 +29340,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'save-place-mode)'.
evaluate `(default-value \\='save-place-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -29499,7 +29459,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'scroll-all-mode)'.
evaluate `(default-value \\='scroll-all-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -29614,7 +29574,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'semantic-mode)'.
evaluate `(default-value \\='semantic-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -30292,7 +30252,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'server-mode)'.
evaluate `(default-value \\='server-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -31156,7 +31116,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'global-so-long-mode)'.
evaluate `(default-value \\='global-so-long-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -32278,7 +32238,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'strokes-mode)'.
evaluate `(default-value \\='strokes-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -32581,7 +32541,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'gpm-mouse-mode)'.
evaluate `(default-value \\='gpm-mouse-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -32604,7 +32564,7 @@ GPM. This is due to limitations in GPM and the Linux kernel.
;;; Generated autoloads from tab-line.el
(autoload 'tab-line-mode "tab-line" "\
Toggle display of window tab line in the buffer.
Toggle display of tab line in the windows displaying the current buffer.
This is a minor mode. If called interactively, toggle the `Tab-Line
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
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'display-time-mode)'.
evaluate `(default-value \\='display-time-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -34445,7 +34405,7 @@ Convert the time interval in seconds to a short string.
(put 'time-stamp-time-zone 'safe-local-variable 'time-stamp-zone-type-p)
(autoload 'time-stamp-zone-type-p "time-stamp" "\
Return whether or not ZONE is of the correct type for a timezone rule.
Return non-nil if ZONE is of the correct type for a timezone rule.
Valid ZONE values are described in the documentation of `format-time-string'.
\(fn ZONE)" nil nil)
@ -34484,7 +34444,7 @@ this line to a local variables list near the end of the file:
If the file has no time-stamp template, this function does nothing.
You can set `time-stamp-pattern' in a files's local variables list
You can set `time-stamp-pattern' in a file's local variables list
to customize the information in the time stamp and where it is written.
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).")
Regular expression matching archive file names." '(concat "\\`" "\\(" ".+" "\\." (regexp-opt tramp-archive-suffixes) "\\(?:" "\\." (regexp-opt tramp-archive-compression-suffixes) "\\)*" "\\)" "\\(" "/" ".*" "\\)" "\\'"))
(defun tramp-archive-autoload-file-name-handler (operation &rest args) "\
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))))
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))))
(defun tramp-register-archive-file-name-handler nil "\
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'.
(function-put 'transient-remove-suffix 'lisp-indent-function 'defun)
(register-definition-prefixes "transient" '("transient-"))
(register-definition-prefixes "transient" '("magit--fit-window-to-buffer" "transient-"))
;;;***
@ -35292,7 +35252,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'type-break-mode)'.
evaluate `(default-value \\='type-break-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -35827,7 +35787,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'url-handler-mode)'.
evaluate `(default-value \\='url-handler-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -36755,6 +36715,8 @@ To get a prompt, use a prefix argument.
\(fn FILE BACKEND)" t nil)
(make-obsolete 'vc-switch-backend 'nil '"28.1")
(autoload 'vc-transfer-file "vc" "\
Transfer FILE to another version control system NEW-BACKEND.
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
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'which-function-mode)'.
evaluate `(default-value \\='which-function-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -38491,7 +38453,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'global-whitespace-mode)'.
evaluate `(default-value \\='global-whitespace-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -38523,7 +38485,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'global-whitespace-newline-mode)'.
evaluate `(default-value \\='global-whitespace-newline-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -39113,7 +39075,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'winner-mode)'.
evaluate `(default-value \\='winner-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -39279,7 +39241,7 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
;;;### (autoloads nil "xref" "progmodes/xref.el" (0 0 0 0))
;;; Generated autoloads from progmodes/xref.el
(push (purecopy '(xref 1 2 2)) package--builtin-versions)
(push (purecopy '(xref 1 3 0)) package--builtin-versions)
(autoload 'xref-find-backend "xref" nil nil nil)
@ -39421,7 +39383,7 @@ mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value 'xterm-mouse-mode)'.
evaluate `(default-value \\='xterm-mouse-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
@ -39530,26 +39492,26 @@ Zone out, completely." t nil)
;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/easymenu.el" "emacs-lisp/eieio-compat.el"
;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-opt.el" "emacs-lisp/float-sup.el"
;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/macroexp.el"
;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/nadvice.el" "emacs-lisp/syntax.el"
;;;;;; "emacs-lisp/timer.el" "env.el" "epa-hook.el" "erc/erc-autoaway.el"
;;;;;; "erc/erc-button.el" "erc/erc-capab.el" "erc/erc-compat.el"
;;;;;; "erc/erc-dcc.el" "erc/erc-desktop-notifications.el" "erc/erc-ezbounce.el"
;;;;;; "erc/erc-fill.el" "erc/erc-identd.el" "erc/erc-imenu.el"
;;;;;; "erc/erc-join.el" "erc/erc-list.el" "erc/erc-log.el" "erc/erc-match.el"
;;;;;; "erc/erc-menu.el" "erc/erc-netsplit.el" "erc/erc-notify.el"
;;;;;; "erc/erc-page.el" "erc/erc-pcomplete.el" "erc/erc-replace.el"
;;;;;; "erc/erc-ring.el" "erc/erc-services.el" "erc/erc-sound.el"
;;;;;; "erc/erc-speedbar.el" "erc/erc-spelling.el" "erc/erc-stamp.el"
;;;;;; "erc/erc-status-sidebar.el" "erc/erc-track.el" "erc/erc-truncate.el"
;;;;;; "erc/erc-xdcc.el" "eshell/em-alias.el" "eshell/em-banner.el"
;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"
;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
;;;;;; "eshell/em-tramp.el" "eshell/em-unix.el" "eshell/em-xtra.el"
;;;;;; "faces.el" "files.el" "font-core.el" "font-lock.el" "format.el"
;;;;;; "frame.el" "help.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el"
;;;;;; "international/characters.el" "international/charscript.el"
;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/nadvice.el" "emacs-lisp/shorthands.el"
;;;;;; "emacs-lisp/syntax.el" "emacs-lisp/timer.el" "env.el" "epa-hook.el"
;;;;;; "erc/erc-autoaway.el" "erc/erc-button.el" "erc/erc-capab.el"
;;;;;; "erc/erc-compat.el" "erc/erc-dcc.el" "erc/erc-desktop-notifications.el"
;;;;;; "erc/erc-ezbounce.el" "erc/erc-fill.el" "erc/erc-identd.el"
;;;;;; "erc/erc-imenu.el" "erc/erc-join.el" "erc/erc-list.el" "erc/erc-log.el"
;;;;;; "erc/erc-match.el" "erc/erc-menu.el" "erc/erc-netsplit.el"
;;;;;; "erc/erc-notify.el" "erc/erc-page.el" "erc/erc-pcomplete.el"
;;;;;; "erc/erc-replace.el" "erc/erc-ring.el" "erc/erc-services.el"
;;;;;; "erc/erc-sound.el" "erc/erc-speedbar.el" "erc/erc-spelling.el"
;;;;;; "erc/erc-stamp.el" "erc/erc-status-sidebar.el" "erc/erc-track.el"
;;;;;; "erc/erc-truncate.el" "erc/erc-xdcc.el" "eshell/em-alias.el"
;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el"
;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el"
;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el"
;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el"
;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el"
;;;;;; "eshell/em-xtra.el" "faces.el" "files.el" "font-core.el"
;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el"
;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charscript.el"
;;;;;; "international/cp51932.el" "international/emoji-zwj.el" "international/eucjp-ms.el"
;;;;;; "international/iso-transl.el" "international/mule-cmds.el"
;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el"
@ -39596,7 +39558,7 @@ Zone out, completely." t nil)
;;;;;; "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" "org/ox-beamer.el"
;;;;;; "org/ox-html.el" "org/ox-icalendar.el" "org/ox-latex.el"
;;;;;; "org/ox-md.el" "org/ox-odt.el" "org/ox-org.el" "org/ox-publish.el"
;;;;;; "org/ox-texinfo.el" "org/ox.el" "progmodes/elisp-mode.el"
;;;;;; "org/ox-texinfo.el" "org/ox.el" "paren.el" "progmodes/elisp-mode.el"
;;;;;; "progmodes/prog-mode.el" "ps-mule.el" "register.el" "replace.el"
;;;;;; "rfn-eshadow.el" "select.el" "simple.el" "startup.el" "subdirs.el"
;;;;;; "subr.el" "tab-bar.el" "textmodes/fill.el" "textmodes/makeinfo.el"