menu-bar keymap. It can also be a symbol, which has earlier been used as the
first argument in a call to `easy-menu-define', or the value of such a symbol.
++If MAP is specified, it should normally be a keymap; nil stands for the local
++menu-bar keymap. It can also be a symbol, which has earlier been used as the
++first argument in a call to `easy-menu-define', or the value of such a symbol.
++
If the menu located by PATH has no submenu named NAME, add one.
If the optional argument BEFORE is present, add it just before
the submenu named BEFORE, otherwise add it at the end of the menu.
\(fn)" nil nil)
++(autoload (quote image-type-auto-detected-p) "image" "\
++Return t iff the current buffer contains an auto-detectable image.
++Whether image types are auto-detectable or not depends on the setting
++of the variable `image-type-auto-detectable'.
++
++This function is intended to be used from `magic-mode-alist' (which see).
++
++\(fn)" nil nil)
++
(autoload (quote create-image) "image" "\
Create an image.
FILE-OR-DATA is an image file name or image data.
(autoload (quote tramp-completion-handle-file-name-all-completions) "tramp" "\
Like `file-name-all-completions' for partial tramp files.
--\(fn FILENAME DIRECTORY)" nil nil)
++\(fn FILENAME DIRECTORY &optional PREDICATE)" nil nil)
(autoload (quote tramp-completion-handle-file-name-completion) "tramp" "\
Like `file-name-completion' for tramp files.