summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-13 21:07:10 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-13 21:07:10 +0200
commitae0881e52cd69068d426053e6ea30be2fb4fd5d0 (patch)
treeaaf9368592a989b31c255961e76231ad9141e5a7
parent9db6817d638bf93a98de58612bac46e1ff425f26 (diff)
downloademacs-ae0881e52cd69068d426053e6ea30be2fb4fd5d0.tar.gz
; 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)
Examine commands from variable `command-history' in a buffer.
The number of commands listed is controlled by `list-command-history-max'.
The command history is filtered by `list-command-history-filter' if non-nil.
-Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line.
+Use \\<command-history-mode-map>\\[command-history-repeat] to repeat the command on the current line.
Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
and digits provide prefix arguments. Tab does not indent.
-\\{command-history-map}
+\\{command-history-mode-map}
This command always recompiles the Command History listing
and runs the normal hook `command-history-hook'." t nil)
@@ -12833,6 +12833,11 @@ use in place of \"-ls\" as the final argument.
Collect output in the \"*Find*\" buffer. To kill the job before
it finishes, type \\[kill-find].
+For more information on how to write valid find expressions for
+ARGS, see Info node `(find) Finding Files'. If you are not
+using GNU findutils (on macOS and *BSD systems), see instead the
+man page for \"find\".
+
\(fn DIR ARGS)" t nil)
(autoload 'find-name-dired "find-dired" "\
@@ -35086,7 +35091,7 @@ Add archive file name handler to `file-name-handler-alist'." (when (and tramp-ar
;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0))
;;; Generated autoloads from net/trampver.el
-(push (purecopy '(tramp 2 5 3)) package--builtin-versions)
+(push (purecopy '(tramp 2 5 3 28 2)) package--builtin-versions)
(register-definition-prefixes "trampver" '("tramp-"))