diff options
Diffstat (limited to 'lisp/textmodes/refbib.el')
-rw-r--r-- | lisp/textmodes/refbib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el index 084b17c676b..ce556be00db 100644 --- a/lisp/textmodes/refbib.el +++ b/lisp/textmodes/refbib.el @@ -195,7 +195,7 @@ This is in addition to the `r2b-capitalize-title-stop-words'.") (sit-for 0)))) (defun r2b-match (exp) - "Returns string matched in current buffer." + "Return string matched in current buffer." (buffer-substring (match-beginning exp) (match-end exp))) (defcustom r2b-out-buf-name "*Out*" |