From: Manuel Uberti Date: Tue, 10 Jan 2023 14:51:46 +0000 (+0100) Subject: Fix reftex-citation docstring (bug#60710) X-Git-Tag: emacs-29.0.90~766 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=136c0272215;p=emacs.git Fix reftex-citation docstring (bug#60710) * lisp/textmodes/reftex-cite.el (reftex-citation): Fix spelling. --- diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index 77373707d65..6beae816257 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el @@ -636,7 +636,7 @@ command, it will add another key, ignoring the value of The regular expression uses an expanded syntax: && is interpreted as `and'. Thus, `aaaa&&bbb' matches entries which contain both `aaaa' and `bbb'. -While entering the regexp, completion on knows citation keys is possible. +While entering the regexp, completion on known citation keys is possible. `=' is a good regular expression to match all entries in all files." (interactive)