(reftex-view-crossref): added SPACE and TAB as key separators.
This commit is contained in:
parent
cc24d91cda
commit
4e33ebe073
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ to the functions `reftex-view-cr-cite' and `reftex-view-cr-ref'."
|
|||
(interactive "P")
|
||||
;; See where we are.
|
||||
(let* ((macro (car (reftex-what-macro-safe 1)))
|
||||
(key (reftex-this-word "^{}%\n\r,"))
|
||||
(key (reftex-this-word "^{}%\n\r, \t"))
|
||||
dw)
|
||||
|
||||
(if (or (null macro) (reftex-in-comment))
|
||||
|
|
Loading…
Add table
Reference in a new issue