From c5ae83ad72a91978f9182e51940865788262fe5f Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 7 Jun 2024 12:54:44 +0200 Subject: [PATCH] ; Update ldefs-boot.el --- lisp/ldefs-boot.el | 50 ++++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 7ec608d4bfa..47810617819 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -2250,6 +2250,10 @@ it removes only the first instance of a bookmark with that name from the list of bookmarks.) (fn &optional NAME PUSH-BOOKMARK)" t) +(autoload 'bookmark-display "bookmark" "\ +Display BOOKMARK. + +(fn BOOKMARK)" t) (autoload 'bookmark-jump "bookmark" "\ Jump to bookmark BOOKMARK (a point in some file). You may have a problem using this function if the value of variable @@ -4898,6 +4902,7 @@ function symbol or a form, if the compilation was successful return the compiled function. (fn FUNCTION-OR-FILE &optional OUTPUT)") +(function-put 'native-compile 'function-type '(function ((or string symbol) &optional string) (or native-comp-function string))) (autoload 'batch-native-compile "comp" "\ Perform batch native compilation of remaining command-line arguments. @@ -9660,16 +9665,6 @@ displayed." t) ;;; Generated autoloads from eshell/em-extpipe.el -(defgroup eshell-extpipe nil "\ -Native shell pipelines. - -This module lets you construct pipelines that use your operating -system's shell instead of Eshell's own pipelining support. This -is especially relevant when executing commands on a remote -machine using Eshell's Tramp integration: using the remote -shell's pipelining avoids copying the data which will flow -through the pipeline to local Emacs buffers and then right back -again." :tag "External pipelines" :group 'eshell-module) (register-definition-prefixes "em-extpipe" '("eshell-")) @@ -9705,6 +9700,17 @@ again." :tag "External pipelines" :group 'eshell-module) ;;; Generated autoloads from eshell/em-script.el +(autoload 'eshell-execute-file "em-script" "\ +Execute a series of Eshell commands in FILE, passing ARGS. +Comments begin with `#'. + +(fn FILE &optional ARGS DESTINATION)") +(autoload 'eshell-batch-file "em-script" "\ +Execute an Eshell script as a batch script from the command line. +Inside your Eshell script file, you can add the following at the +top in order to make it into an executable script: + + #!/usr/bin/env -S emacs --batch -f eshell-batch-file") (register-definition-prefixes "em-script" '("eshell")) @@ -12538,7 +12544,12 @@ Read and return a library name, defaulting to the one near point. A library name is the filename of an Emacs Lisp library located in a directory under `load-path' (or `find-library-source-path', -if non-nil).") +if non-nil). + +Optional argument PROMPT is the minibuffer prompt to use, when nil or +omitted it defaults to \"Library name\". + +(fn &optional PROMPT)") (autoload 'find-library-other-window "find-func" "\ Find the Emacs Lisp source of LIBRARY in another window. @@ -12671,7 +12682,7 @@ Find directly the function at point in the other window." t) Find directly the variable at point in the other window." t) (autoload 'find-function-setup-keys "find-func" "\ Define some key bindings for the `find-function' family of functions.") -(register-definition-prefixes "find-func" '("display-library" "find-" "read-library-name--find-files")) +(register-definition-prefixes "find-func" '("display-library" "find-" "read-library-name-")) ;;; Generated autoloads from find-lisp.el @@ -15566,6 +15577,10 @@ callable symbols in buffers in a way that allows the user to find out more details about the symbols. (fn FUNCTION)") +(autoload 'describe-library "help-fns" "\ +Display information about LIBRARY in a help buffer. + +(fn LIBRARY)" t) (register-definition-prefixes "help-fns" '("describe-" "help-" "keymap-name-history")) @@ -15678,15 +15693,6 @@ BOOKMARK is a bookmark name or a bookmark record. (fn BOOKMARK)") (register-definition-prefixes "help-mode" '("describe-symbol-backends" "help-")) - -;;; Generated autoloads from emacs-lisp/helper.el - -(autoload 'Helper-describe-bindings "helper" "\ -Describe local key bindings of current mode." t) -(autoload 'Helper-help "helper" "\ -Provide help for current mode." t) -(register-definition-prefixes "helper" '("Helper-")) - ;;; Generated autoloads from hex-util.el @@ -17510,7 +17516,7 @@ where FILE is the file from which to load the image, and DATA is a string containing the actual image data. If the property `:type TYPE' is omitted or nil, try to determine the image type from its first few bytes of image data. If that doesn't work, and the property `:file -FILE' provide a file name, use its file extension as idication of the +FILE' provide a file name, use its file extension as indication of the image type. If `:type TYPE' is provided, it must match the actual type determined for FILE or DATA by `create-image'. -- 2.39.5