1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-17 03:10:58 -08:00

; Auto-commit of loaddefs files.

This commit is contained in:
Stefan Kangas 2022-06-29 14:20:24 +02:00
parent bf137fdbd2
commit 7f749e44db

View file

@ -1452,25 +1452,25 @@ Variables
This is a brief overview of the different variables. For more info, This is a brief overview of the different variables. For more info,
see the documentation for the variables (type \\[describe-variable] <variable> RET). see the documentation for the variables (type \\[describe-variable] <variable> RET).
artist-rubber-banding Interactively do rubber-banding or not `artist-rubber-banding' Interactively do rubber-banding or not
artist-first-char What to set at first/second point... `artist-first-char' What to set at first/second point...
artist-second-char ...when not rubber-banding `artist-second-char' ...when not rubber-banding
artist-interface-with-rect If cut/copy/paste should interface with rect `artist-interface-with-rect' Should cut/copy/paste interface with rect
artist-arrows The arrows to use when drawing arrows `artist-arrows' The arrows to use when drawing arrows
artist-aspect-ratio Character height-to-width for squares `artist-aspect-ratio' Character height-to-width for squares
artist-trim-line-endings Trimming of line endings `artist-trim-line-endings' Trimming of line endings
artist-flood-fill-right-border Right border when flood-filling `artist-flood-fill-right-border' Right border when flood-filling
artist-flood-fill-show-incrementally Update display while filling `artist-flood-fill-show-incrementally' Update display while filling
artist-pointer-shape Pointer shape to use while drawing `artist-pointer-shape' Pointer shape to use while drawing
artist-ellipse-left-char Character to use for narrow ellipses `artist-ellipse-left-char' Character to use for narrow ellipses
artist-ellipse-right-char Character to use for narrow ellipses `artist-ellipse-right-char' Character to use for narrow ellipses
artist-borderless-shapes If shapes should have borders `artist-borderless-shapes' If shapes should have borders
artist-picture-compatibility Whether or not to be picture mode compatible `artist-picture-compatibility' Picture mode compatibility on or off
artist-vaporize-fuzziness Tolerance when recognizing lines `artist-vaporize-fuzziness' Tolerance when recognizing lines
artist-spray-interval Seconds between repeated sprayings `artist-spray-interval' Seconds between repeated sprayings
artist-spray-radius Size of the spray-area `artist-spray-radius' Size of the spray-area
artist-spray-chars The spray-\"color\" `artist-spray-chars' The spray-\"color\"
artist-spray-new-chars Initial spray-\"color\" `artist-spray-new-char' Initial spray-\"color\"
Hooks Hooks
@ -5284,6 +5284,10 @@ Convert COLOR string to a list of normalized RGB components.
COLOR should be a color name (e.g. \"white\") or an RGB triplet COLOR should be a color name (e.g. \"white\") or an RGB triplet
string (e.g. \"#ffff1122eecc\"). string (e.g. \"#ffff1122eecc\").
COLOR can also be the symbol `unspecified' or one of the strings
\"unspecified-fg\" or \"unspecified-bg\", in which case the
return value is nil.
Normally the return value is a list of three floating-point Normally the return value is a list of three floating-point
numbers, (RED GREEN BLUE), each between 0.0 and 1.0 inclusive. numbers, (RED GREEN BLUE), each between 0.0 and 1.0 inclusive.
@ -8059,8 +8063,11 @@ The directory name must be absolute, but need not be fully expanded.")
(autoload 'dired "dired" "\ (autoload 'dired "dired" "\
\"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it. \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
Optional second argument SWITCHES specifies the `ls' options used. Optional second argument SWITCHES specifies the options to be used
\(Interactively, use a prefix argument to be able to specify SWITCHES.) when invoking `insert-directory-program', usually `ls', which produces
the listing of the directory files and their attributes.
Interactively, a prefix argument will cause the command to prompt
for SWITCHES.
If DIRNAME is a string, Dired displays a list of files in DIRNAME (which If DIRNAME is a string, Dired displays a list of files in DIRNAME (which
may also have shell wildcards appended to select certain files). may also have shell wildcards appended to select certain files).
@ -8562,7 +8569,7 @@ If REVERSE, look up an IP address.
(autoload 'dns-mode "dns-mode" "\ (autoload 'dns-mode "dns-mode" "\
Major mode for viewing and editing DNS master files. Major mode for viewing and editing DNS master files.
This mode is inherited from text mode. It add syntax This mode is derived from text mode. It adds syntax
highlighting, and some commands for handling DNS master files. highlighting, and some commands for handling DNS master files.
Its keymap inherits from `text-mode' and it has the same Its keymap inherits from `text-mode' and it has the same
variables for customizing indentation. It has its own abbrev variables for customizing indentation. It has its own abbrev
@ -9261,6 +9268,11 @@ If regular expression is nil, repeat last search.
Query replace FROM with TO in all files of a class tree. Query replace FROM with TO in all files of a class tree.
With prefix arg, process files of marked classes only. With prefix arg, process files of marked classes only.
As each match is found, the user must type a character saying
what to do with it. Type SPC or `y' to replace the match,
DEL or `n' to skip and go to the next match. For more directions,
type \\[help-command] at that time.
\(fn FROM TO)" t nil) \(fn FROM TO)" t nil)
(autoload 'ebrowse-tags-search-member-use "ebrowse" "\ (autoload 'ebrowse-tags-search-member-use "ebrowse" "\
@ -11524,7 +11536,13 @@ Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
Third arg DELIMITED (prefix arg) means replace only word-delimited matches. Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
If you exit (\\[keyboard-quit], RET or q), you can resume the query replace If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
with the command \\[fileloop-continue]. with the command \\[fileloop-continue].
For non-interactive use, superseded by `fileloop-initialize-replace'.
As each match is found, the user must type a character saying
what to do with it. Type SPC or `y' to replace the match,
DEL or `n' to skip and go to the next match. For more directions,
type \\[help-command] at that time.
For non-interactive use, this is superseded by `fileloop-initialize-replace'.
\(fn FROM TO &optional DELIMITED FILES)" t nil) \(fn FROM TO &optional DELIMITED FILES)" t nil)
@ -19978,7 +19996,7 @@ Create lambda form for macro bound to symbol or key.
\(fn MAC &optional COUNTER FORMAT)" nil nil) \(fn MAC &optional COUNTER FORMAT)" nil nil)
(register-definition-prefixes "kmacro" '("kdb-macro-redisplay" "kmacro-")) (register-definition-prefixes "kmacro" '("kmacro-"))
;;;*** ;;;***
@ -22099,7 +22117,7 @@ Major mode for the mixal asm language.
;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (0 0 0 0)) ;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (0 0 0 0))
;;; Generated autoloads from gnus/mm-encode.el ;;; Generated autoloads from gnus/mm-encode.el
(define-obsolete-function-alias 'mm-default-file-encoding #'mm-default-file-type "future") (define-obsolete-function-alias 'mm-default-file-encoding #'mm-default-file-type "28.1")
(autoload 'mm-default-file-type "mm-encode" "\ (autoload 'mm-default-file-type "mm-encode" "\
Return a default content type for FILE. Return a default content type for FILE.
@ -24057,7 +24075,7 @@ Coloring:
;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) ;;;### (autoloads nil "org" "org/org.el" (0 0 0 0))
;;; Generated autoloads from org/org.el ;;; Generated autoloads from org/org.el
(push (purecopy '(org 9 5 2)) package--builtin-versions) (push (purecopy '(org 9 5 4)) package--builtin-versions)
(autoload 'org-babel-do-load-languages "org" "\ (autoload 'org-babel-do-load-languages "org" "\
Load the languages defined in `org-babel-load-languages'. Load the languages defined in `org-babel-load-languages'.
@ -24421,7 +24439,7 @@ is active.
\(fn &optional TODO-ONLY STRING EDIT-AT)" t nil) \(fn &optional TODO-ONLY STRING EDIT-AT)" t nil)
(autoload 'org-todo-list "org-agenda" "\ (autoload 'org-todo-list "org-agenda" "\
Show all (not done) TODO entries from all agenda file in a single list. Show all (not done) TODO entries from all agenda files in a single list.
The prefix arg can be used to select a specific TODO keyword and limit The prefix arg can be used to select a specific TODO keyword and limit
the list to these. When using `\\[universal-argument]', you will be prompted the list to these. When using `\\[universal-argument]', you will be prompted
for a keyword. A numeric prefix directly selects the Nth keyword in for a keyword. A numeric prefix directly selects the Nth keyword in
@ -26628,6 +26646,10 @@ command \\[fileloop-continue].
(autoload 'project-query-replace-regexp "project" "\ (autoload 'project-query-replace-regexp "project" "\
Query-replace REGEXP in all the files of the project. Query-replace REGEXP in all the files of the project.
Stops when a match is found and prompts for whether to replace it. Stops when a match is found and prompts for whether to replace it.
At that prompt, the user must type a character saying what to do
with the match. Type SPC or `y' to replace the match,
DEL or `n' to skip and go to the next match. For more directions,
type \\[help-command] at that time.
If you exit the `query-replace', you can later continue the If you exit the `query-replace', you can later continue the
`query-replace' loop using the command \\[fileloop-continue]. `query-replace' loop using the command \\[fileloop-continue].
@ -31072,7 +31094,7 @@ values), despite potential performance issues, type \\[so-long-revert].
Use \\[so-long-commentary] for more information. Use \\[so-long-commentary] for more information.
Use \\[so-long-customize] to open the customization group `so-long' to Use \\[so-long-customize] to open the customization group `so-long' to
configure the behaviour. configure the behavior.
\(fn)" t nil) \(fn)" t nil)
@ -31138,7 +31160,7 @@ When such files are detected by `so-long-predicate', we invoke the selected
Use \\[so-long-commentary] for more information. Use \\[so-long-commentary] for more information.
Use \\[so-long-customize] to open the customization group `so-long' to Use \\[so-long-customize] to open the customization group `so-long' to
configure the behaviour. configure the behavior.
\(fn &optional ARG)" t nil) \(fn &optional ARG)" t nil)
@ -34908,7 +34930,7 @@ like \"/sys\" or \"/C:\".")
Load Tramp file name handler, and perform OPERATION." (tramp-unload-file-name-handlers) (when tramp-mode (let ((default-directory temporary-file-directory)) (when (bound-and-true-p tramp-archive-autoload) (load "tramp-archive" 'noerror 'nomessage)) (load "tramp" 'noerror 'nomessage))) (apply operation args)) Load Tramp file name handler, and perform OPERATION." (tramp-unload-file-name-handlers) (when tramp-mode (let ((default-directory temporary-file-directory)) (when (bound-and-true-p tramp-archive-autoload) (load "tramp-archive" 'noerror 'nomessage)) (load "tramp" 'noerror 'nomessage))) (apply operation args))
(defun tramp-register-autoload-file-name-handlers nil "\ (defun tramp-register-autoload-file-name-handlers nil "\
Add Tramp file name handlers to `file-name-handler-alist' during autoload." (add-to-list 'file-name-handler-alist (cons tramp-autoload-file-name-regexp #'tramp-autoload-file-name-handler)) (put #'tramp-autoload-file-name-handler 'safe-magic t)) Add Tramp file name handlers to `file-name-handler-alist' during autoload." (unless (rassq #'tramp-file-name-handler file-name-handler-alist) (add-to-list 'file-name-handler-alist (cons tramp-autoload-file-name-regexp #'tramp-autoload-file-name-handler)) (put #'tramp-autoload-file-name-handler 'safe-magic t)))
(tramp-register-autoload-file-name-handlers) (tramp-register-autoload-file-name-handlers)
(defun tramp-unload-file-name-handlers nil "\ (defun tramp-unload-file-name-handlers nil "\
@ -34947,10 +34969,10 @@ 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) "\\)*" "\\)" "\\(" "/" ".*" "\\)" "\\'")) 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) "\ (defun tramp-archive-autoload-file-name-handler (operation &rest 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)))) Load Tramp archive file name handler, and perform OPERATION." (defvar tramp-archive-autoload) (let ((default-directory temporary-file-directory) (tramp-archive-autoload tramp-archive-enabled)) (apply #'tramp-autoload-file-name-handler operation args)))
(defun tramp-register-archive-file-name-handler nil "\ (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))) Add archive file name handler to `file-name-handler-alist'." (when (and tramp-archive-enabled (not (rassq #'tramp-archive-file-name-handler file-name-handler-alist))) (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)))
(add-hook 'after-init-hook #'tramp-register-archive-file-name-handler) (add-hook 'after-init-hook #'tramp-register-archive-file-name-handler)
@ -35064,7 +35086,7 @@ Add archive file name handler to `file-name-handler-alist'." (when tramp-archive
;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0)) ;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0))
;;; Generated autoloads from net/trampver.el ;;; Generated autoloads from net/trampver.el
(push (purecopy '(tramp 2 5 2 28 1)) package--builtin-versions) (push (purecopy '(tramp 2 5 3)) package--builtin-versions)
(register-definition-prefixes "trampver" '("tramp-")) (register-definition-prefixes "trampver" '("tramp-"))
@ -39511,21 +39533,11 @@ Zone out, completely." t nil)
;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" ;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el"
;;;;;; "eshell/em-xtra.el" "faces.el" "files.el" "font-core.el" ;;;;;; "eshell/em-xtra.el" "faces.el" "files.el" "font-core.el"
;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" ;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el"
;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charprop.el" ;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charscript.el"
;;;;;; "international/charscript.el" "international/cp51932.el" ;;;;;; "international/cp51932.el" "international/emoji-zwj.el" "international/eucjp-ms.el"
;;;;;; "international/emoji-zwj.el" "international/eucjp-ms.el"
;;;;;; "international/iso-transl.el" "international/mule-cmds.el" ;;;;;; "international/iso-transl.el" "international/mule-cmds.el"
;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el" ;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el"
;;;;;; "international/uni-brackets.el" "international/uni-category.el" ;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el"
;;;;;; "international/uni-combining.el" "international/uni-comment.el"
;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el"
;;;;;; "international/uni-digit.el" "international/uni-lowercase.el"
;;;;;; "international/uni-mirrored.el" "international/uni-name.el"
;;;;;; "international/uni-numeric.el" "international/uni-old-name.el"
;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el"
;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el"
;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el"
;;;;;; "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el"
;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el"
;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el"
;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el"