(reftex-toc-map): Fixed typo,
follow-mouse must be follow-link.
This commit is contained in:
parent
ecfadb692c
commit
f620c6bd15
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ always show the current section in connection with the option
|
|||
;; Table of Contents map
|
||||
(define-key reftex-toc-map (if (featurep 'xemacs) [(button2)] [(mouse-2)])
|
||||
'reftex-toc-mouse-goto-line-and-hide)
|
||||
(define-key reftex-toc-map [follow-mouse] 'mouse-face)
|
||||
(define-key reftex-toc-map [follow-link] 'mouse-face)
|
||||
|
||||
(substitute-key-definition
|
||||
'next-line 'reftex-toc-next reftex-toc-map global-map)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue