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
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.
\f
;;; 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-"))
\f
\f
;;; 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"))
\f
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.
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-"))
\f
;;; Generated autoloads from find-lisp.el
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"))
\f
(fn BOOKMARK)")
(register-definition-prefixes "help-mode" '("describe-symbol-backends" "help-"))
-\f
-;;; 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-"))
-
\f
;;; Generated autoloads from hex-util.el
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'.