]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-fontify-node): Don't display extra "see" if there already is one here.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Nov 2005 21:38:35 +0000 (21:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Nov 2005 21:38:35 +0000 (21:38 +0000)
lisp/info.el

index 1b408f2077e8632dc9661e3dc22c38a0bf4999e0..cbb8ec57e315fd1b4ff124142fad9bb61fb8e6b6 100644 (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