diff options
| author | Glenn Morris | 2009-03-19 06:12:58 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-03-19 06:12:58 +0000 |
| commit | 241625c32e5a4d8222f7d80aede2aa216489de69 (patch) | |
| tree | 1ee1762e17affb1b566d6ddd8871e3e54aed6b7c /lisp/mail | |
| parent | 11fb10def408a78a59916c2b524d81f7fd8de6df (diff) | |
| download | emacs-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.el | 2 |
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. |
| 1973 | If MESSAGE is non-nil (interactively, with no prefix argument), | 1973 | If MESSAGE is non-nil (interactively, with no prefix argument), |
| 1974 | inserts the version string in the current buffer instead." | 1974 | inserts 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) |