aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorGlenn Morris2009-03-19 06:12:58 +0000
committerGlenn Morris2009-03-19 06:12:58 +0000
commit241625c32e5a4d8222f7d80aede2aa216489de69 (patch)
tree1ee1762e17affb1b566d6ddd8871e3e54aed6b7c /lisp/mail
parent11fb10def408a78a59916c2b524d81f7fd8de6df (diff)
downloademacs-241625c32e5a4d8222f7d80aede2aa216489de69.tar.gz
emacs-241625c32e5a4d8222f7d80aede2aa216489de69.zip
Leo <sdl.web at gmail.com> (tiny change)
(sc-version): Fix typo in interactive spec.
Diffstat (limited to 'lisp/mail')
-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 ac7955cc47b..fc0f591c7e1 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -1972,7 +1972,7 @@ cited."
1972 "Echo the current version of Supercite in the minibuffer. 1972 "Echo the current version of Supercite in the minibuffer.
1973If MESSAGE is non-nil (interactively, with no prefix argument), 1973If MESSAGE is non-nil (interactively, with no prefix argument),
1974inserts the version string in the current buffer instead." 1974inserts the version string in the current buffer instead."
1975 (interactive (not current-prefix-arg)) 1975 (interactive (list (not current-prefix-arg)))
1976 (let ((verstr (format "Using Supercite.el %s" emacs-version))) 1976 (let ((verstr (format "Using Supercite.el %s" emacs-version)))
1977 (if message 1977 (if message
1978 (message verstr) 1978 (message verstr)