aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-24 21:47:39 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-24 21:47:39 +0000
commitb43d47cd0a2ac1c36bc32ab285ea22ef367d9c2f (patch)
treed5e02108256d28fcdb9e7447c620d1c88ffd64a7 /generic/proof.el
parent63790b7a6f45437accea85ac34219880baa78088 (diff)
More docstring for proof-customize-toggle.
Diffstat (limited to 'generic/proof.el')
-rw-r--r--generic/proof.el3
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.