diff options
Diffstat (limited to 'generic/proof-menu.el')
| -rw-r--r-- | generic/proof-menu.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el index 6c392faa..a2a390a9 100644 --- a/generic/proof-menu.el +++ b/generic/proof-menu.el @@ -117,6 +117,8 @@ It was constructed with the macro proof-customize-toggle.") ;; FIXME: combine this with above, and remove messing calls in ;; proof-script. +;; This is autoloaded for some specific PAs to define commands. +;;;###autoload (defmacro proof-deftoggle (var) "Define a function VAR-toggle for toggling a boolean customize setting VAR. The toggle function uses customize-set-variable to change the variable." |
