diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-02-27 10:20:26 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-02-27 10:20:26 +0000 |
commit | d98f4390ee9423d57bca1295a46473b3bb9bc9a6 (patch) | |
tree | 5fe977316f1c15d69c127e54297943763e31823e /lisp/mail | |
parent | 02efb42f7bd60d4f8aa199400090014115c47f58 (diff) | |
download | emacs-d98f4390ee9423d57bca1295a46473b3bb9bc9a6.tar.gz |
(sc-describe): Fix typos in obsolescence declaration.
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 0e7fa99f36a..c2489ed8ae7 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -2015,7 +2015,7 @@ inserts the version string in the current buffer instead." (interactive) (info "(SC)top")) -(make-obsolete 'sc-describe "Read the SC manual using `info'" "23.1") +(make-obsolete 'sc-describe "read the SC manual using `info'." "23.1") (define-obsolete-function-alias 'sc-submit-bug-report 'report-emacs-bug "23.1") |