mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(Info-fontify-node): Don't display extra "see" if there already is one here.
This commit is contained in:
parent
c3bb6d703f
commit
e8e6694b12
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue