diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-20 19:01:00 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-20 19:01:00 +0000 |
commit | f0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch) | |
tree | 158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /lisp/mail/supercite.el | |
parent | 0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff) | |
download | emacs-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.el | 2 |
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) |