emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Thu, 03 Nov 2005 16:38:36 -0500

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.457 emacs/lisp/info.el:1.458
*** emacs/lisp/info.el:1.457    Tue Nov  1 10:03:01 2005
--- emacs/lisp/info.el  Thu Nov  3 21:38:35 2005
***************
*** 3757,3763 ****
                    ;; an end of sentence
                    (skip-syntax-backward " ("))
                    (setq other-tag
!                         (cond ((memq (char-before) '(nil ?\. ?! ??))
                                 "See ")
                              ((save-match-data
                                 (save-excursion
--- 3757,3765 ----
                    ;; an end of sentence
                    (skip-syntax-backward " ("))
                    (setq other-tag
!                       (cond ((save-match-data (looking-back "\\<see"))
!                              "")
!                             ((memq (char-before) '(nil ?\. ?! ??))
                                 "See ")
                              ((save-match-data
                                 (save-excursion




reply via email to

[Prev in Thread] Current Thread [Next in Thread]