diff options
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 98f46a3af55..558785de149 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -1350,7 +1350,7 @@ buffer." nesting))) (defun sc-add-citation-level () - "Add a citation level for nested citation style w/ coercion." + "Add a citation level for nested citation style with coercion." (let* ((nesting (sc-guess-nesting)) (citation (make-string (1+ (length nesting)) (string-to-char sc-citation-delimiter))) |