diff options
| author | Stefan Kangas | 2022-07-13 21:07:10 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-13 21:07:10 +0200 |
| commit | ae0881e52cd69068d426053e6ea30be2fb4fd5d0 (patch) | |
| tree | aaf9368592a989b31c255961e76231ad9141e5a7 | |
| parent | 9db6817d638bf93a98de58612bac46e1ff425f26 (diff) | |
| download | emacs-ae0881e52cd69068d426053e6ea30be2fb4fd5d0.tar.gz emacs-ae0881e52cd69068d426053e6ea30be2fb4fd5d0.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 11 |
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) | |||
| 4890 | Examine commands from variable `command-history' in a buffer. | 4890 | Examine commands from variable `command-history' in a buffer. |
| 4891 | The number of commands listed is controlled by `list-command-history-max'. | 4891 | The number of commands listed is controlled by `list-command-history-max'. |
| 4892 | The command history is filtered by `list-command-history-filter' if non-nil. | 4892 | The command history is filtered by `list-command-history-filter' if non-nil. |
| 4893 | Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line. | 4893 | Use \\<command-history-mode-map>\\[command-history-repeat] to repeat the command on the current line. |
| 4894 | 4894 | ||
| 4895 | Otherwise much like Emacs-Lisp Mode except that there is no self-insertion | 4895 | Otherwise much like Emacs-Lisp Mode except that there is no self-insertion |
| 4896 | and digits provide prefix arguments. Tab does not indent. | 4896 | and digits provide prefix arguments. Tab does not indent. |
| 4897 | \\{command-history-map} | 4897 | \\{command-history-mode-map} |
| 4898 | 4898 | ||
| 4899 | This command always recompiles the Command History listing | 4899 | This command always recompiles the Command History listing |
| 4900 | and runs the normal hook `command-history-hook'." t nil) | 4900 | and runs the normal hook `command-history-hook'." t nil) |
| @@ -12833,6 +12833,11 @@ use in place of \"-ls\" as the final argument. | |||
| 12833 | Collect output in the \"*Find*\" buffer. To kill the job before | 12833 | Collect output in the \"*Find*\" buffer. To kill the job before |
| 12834 | it finishes, type \\[kill-find]. | 12834 | it finishes, type \\[kill-find]. |
| 12835 | 12835 | ||
| 12836 | For more information on how to write valid find expressions for | ||
| 12837 | ARGS, see Info node `(find) Finding Files'. If you are not | ||
| 12838 | using GNU findutils (on macOS and *BSD systems), see instead the | ||
| 12839 | man 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 | ||