summaryrefslogtreecommitdiff
path: root/lisp/mail/supercite.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-20 19:01:00 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-20 19:01:00 +0000
commitf0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch)
tree158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /lisp/mail/supercite.el
parent0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff)
downloademacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz
emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.bz2
emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.zip
Doc fix.
Diffstat (limited to 'lisp/mail/supercite.el')
-rw-r--r--lisp/mail/supercite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index e1bac745bfc..a7bf6e7370e 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -1866,7 +1866,7 @@ entered, regardless of the value of `sc-electric-references-p'. See
(defun sc-toggle-var (variable)
"Boolean toggle VARIABLE's value.
-VARIABLE must be a bound symbol. Nil values change to t, non-nil
+VARIABLE must be a bound symbol. nil values change to t, non-nil
values are changed to nil."
(message "%s changed from %s to %s"
variable (symbol-value variable)