diff options
| author | David Aspinall | 1999-11-24 21:47:39 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-24 21:47:39 +0000 |
| commit | b43d47cd0a2ac1c36bc32ab285ea22ef367d9c2f (patch) | |
| tree | d5e02108256d28fcdb9e7447c620d1c88ffd64a7 | |
| parent | 63790b7a6f45437accea85ac34219880baa78088 (diff) | |
More docstring for proof-customize-toggle.
| -rw-r--r-- | generic/proof.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof.el b/generic/proof.el index 919da1dc..056d53f8 100644 --- a/generic/proof.el +++ b/generic/proof.el @@ -179,7 +179,8 @@ of the proof (starting from 1).") (proof-with-current-buffer-if-exists buf ,@body))) (defmacro proof-customize-toggle (var) - "Make a function for toggling a boolean customize setting VAR." + "Make a function for toggling a boolean customize setting VAR. +The toggle function uses customize-set-variable to change the variable." `(lambda (arg) ,(concat "Toggle " (symbol-name var) ". With ARG, turn on iff ARG>0. This function simply uses customize-set-variable to set the variable. |
