emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 ae0881e52c: ; Auto-commit of loaddefs files.


From: Stefan Kangas
Subject: emacs-28 ae0881e52c: ; Auto-commit of loaddefs files.
Date: Wed, 13 Jul 2022 15:07:22 -0400 (EDT)

branch: emacs-28
commit ae0881e52cd69068d426053e6ea30be2fb4fd5d0
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Auto-commit of loaddefs files.
---
 lisp/ldefs-boot.el | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 3aff6bddf9..3dbf195bc2 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-"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]