1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 17:31:04 -08:00

Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs

This commit is contained in:
Eli Zaretskii 2020-12-09 17:18:01 +02:00
commit e6c0447781

View file

@ -4790,10 +4790,10 @@ first line or header line, and for breadcrumb links.")
;; an end of sentence
(skip-syntax-backward " ("))
(setq other-tag
(cond ((save-match-data (looking-back "\\<see"
(cond ((save-match-data (looking-back "\\(^\\| \\)see"
(- (point) 3)))
"")
((save-match-data (looking-back "\\<in"
((save-match-data (looking-back "\\(^\\| \\)in"
(- (point) 2)))
"")
((memq (char-before) '(nil ?\. ?! ??))