Skip to content

Commit

Permalink
Fix reftex-citation docstring (bug#60710)
Browse files Browse the repository at this point in the history
* lisp/textmodes/reftex-cite.el (reftex-citation): Fix spelling.
  • Loading branch information
manuel-uberti authored and Eli-Zaretskii committed Jan 10, 2023
1 parent 64fe6bd commit 136c027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/textmodes/reftex-cite.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 136c027

Please sign in to comment.