aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-autoloads.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-11-20 16:24:56 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-11-20 16:24:56 +0000
commit9798eefc31212f619cfabf80cfd36f5485a8f2ed (patch)
tree080767b2454cc75052ac88b2f899870d7f8ec187 /generic/proof-autoloads.el
parent5ce1ca916b67d6cd18fb16c7acbf2454e568ce9d (diff)
Autoload proof-definvisible
Diffstat (limited to 'generic/proof-autoloads.el')
-rw-r--r--generic/proof-autoloads.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/generic/proof-autoloads.el b/generic/proof-autoloads.el
index 5849002c..4a740e51 100644
--- a/generic/proof-autoloads.el
+++ b/generic/proof-autoloads.el
@@ -78,7 +78,7 @@ Indent current line of proof script, if indentation enabled." t nil)
;;;***
-;;;### (autoloads (defpacustom proof-defpacustom-fn proof-defshortcut proof-menu-define-specific proof-menu-define-main proof-menu-define-keys) "proof-menu" "generic/proof-menu.el")
+;;;### (autoloads (defpacustom proof-defpacustom-fn proof-definvisible proof-defshortcut proof-menu-define-specific proof-menu-define-main proof-menu-define-keys) "proof-menu" "generic/proof-menu.el")
(autoload 'proof-menu-define-keys "proof-menu" nil nil nil)
@@ -92,6 +92,12 @@ This is intended for defining proof assistant specific functions.
STRING is inserted using `proof-insert', which see.
KEY is added onto proof-assistant map." nil 'macro)
+(autoload 'proof-definvisible "proof-menu" "\
+Define function FN to send STRING to proof assistant, optional keydef KEY.
+This is intended for defining proof assistant specific functions.
+STRING is sent using proof-shell-invisible-command, which see.
+KEY is added onto proof-assistant map." nil 'macro)
+
(autoload 'proof-defpacustom-fn "proof-menu" "\
As for macro `defpacustom' but evaluating arguments." nil nil)
@@ -148,6 +154,7 @@ in some cases. May be called by `proof-shell-invisible-command'." nil nil)
(autoload 'proof-shell-invisible-command "proof-shell" "\
Send CMD to the proof process.
+CMD may be a string or a string-yielding function.
Automatically add proof-terminal-char if necessary, examining
proof-shell-no-auto-terminate-commands.
By default, let the command be processed asynchronously.