aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-07-13 21:07:10 +0200
committerStefan Kangas2022-07-13 21:07:10 +0200
commitae0881e52cd69068d426053e6ea30be2fb4fd5d0 (patch)
treeaaf9368592a989b31c255961e76231ad9141e5a7
parent9db6817d638bf93a98de58612bac46e1ff425f26 (diff)
downloademacs-ae0881e52cd69068d426053e6ea30be2fb4fd5d0.tar.gz
emacs-ae0881e52cd69068d426053e6ea30be2fb4fd5d0.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el11
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 3aff6bddf95..3dbf195bc2e 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -4890,11 +4890,11 @@ The buffer is left in Command History mode." t nil)
4890Examine commands from variable `command-history' in a buffer. 4890Examine commands from variable `command-history' in a buffer.
4891The number of commands listed is controlled by `list-command-history-max'. 4891The number of commands listed is controlled by `list-command-history-max'.
4892The command history is filtered by `list-command-history-filter' if non-nil. 4892The command history is filtered by `list-command-history-filter' if non-nil.
4893Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line. 4893Use \\<command-history-mode-map>\\[command-history-repeat] to repeat the command on the current line.
4894 4894
4895Otherwise much like Emacs-Lisp Mode except that there is no self-insertion 4895Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
4896and digits provide prefix arguments. Tab does not indent. 4896and digits provide prefix arguments. Tab does not indent.
4897\\{command-history-map} 4897\\{command-history-mode-map}
4898 4898
4899This command always recompiles the Command History listing 4899This command always recompiles the Command History listing
4900and runs the normal hook `command-history-hook'." t nil) 4900and runs the normal hook `command-history-hook'." t nil)
@@ -12833,6 +12833,11 @@ use in place of \"-ls\" as the final argument.
12833Collect output in the \"*Find*\" buffer. To kill the job before 12833Collect output in the \"*Find*\" buffer. To kill the job before
12834it finishes, type \\[kill-find]. 12834it finishes, type \\[kill-find].
12835 12835
12836For more information on how to write valid find expressions for
12837ARGS, see Info node `(find) Finding Files'. If you are not
12838using GNU findutils (on macOS and *BSD systems), see instead the
12839man page for \"find\".
12840
12836\(fn DIR ARGS)" t nil) 12841\(fn DIR ARGS)" t nil)
12837 12842
12838(autoload 'find-name-dired "find-dired" "\ 12843(autoload 'find-name-dired "find-dired" "\
@@ -35086,7 +35091,7 @@ Add archive file name handler to `file-name-handler-alist'." (when (and tramp-ar
35086 35091
35087;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0)) 35092;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0))
35088;;; Generated autoloads from net/trampver.el 35093;;; Generated autoloads from net/trampver.el
35089(push (purecopy '(tramp 2 5 3)) package--builtin-versions) 35094(push (purecopy '(tramp 2 5 3 28 2)) package--builtin-versions)
35090 35095
35091(register-definition-prefixes "trampver" '("tramp-")) 35096(register-definition-prefixes "trampver" '("tramp-"))
35092 35097