From 72cff5e69ebeee0afa360ef8a083fa39ebcc8f39 Mon Sep 17 00:00:00 2001 From: Manuel Uberti Date: Tue, 10 Jan 2023 15:51:46 +0100 Subject: [PATCH] Fix reftex-citation docstring * lisp/textmodes/reftex-cite.el (reftex-citation): Fix spelling. --- lisp/textmodes/reftex-cite.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index 77373707d6..6beae81625 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el @@ -636,7 +636,7 @@ reftex-citation 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) -- 2.34.1