(Info-fontify-node): Don't display extra "see" if there already is one here.

This commit is contained in:
Richard M. Stallman 2005-11-03 21:38:35 +00:00
parent c3bb6d703f
commit e8e6694b12

View file

@ -3757,7 +3757,9 @@ the variable `Info-file-list-for-emacs'."
;; an end of sentence
(skip-syntax-backward " ("))
(setq other-tag
(cond ((memq (char-before) '(nil ?\. ?! ??))
(cond ((save-match-data (looking-back "\\<see"))
"")
((memq (char-before) '(nil ?\. ?! ??))
"See ")
((save-match-data
(save-excursion