]> git.eshelyaron.com Git - emacs.git/commitdiff
* info.el (Info-fontify-node): Handle preceding `in' for note
authorChong Yidong <cyd@stupidchicken.com>
Tue, 8 Aug 2006 17:45:42 +0000 (17:45 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 8 Aug 2006 17:45:42 +0000 (17:45 +0000)
reference hiding rules.

lisp/ChangeLog
lisp/info.el

index 8abe7e99f71320289a204239d329b76c3c263bbf..c360d6c666ffe9d3b1b62c3c7b519b155f8fb248 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * info.el (Info-fontify-node): Handle preceding `in' for note
+       reference hiding rules.
+
 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
index 87327d8656b7424293ce6d1247a5e70d482153d5..dc08557e28d437e99551910451936ad4348dba9e 100644 (file)
@@ -3805,6 +3805,8 @@ the variable `Info-file-list-for-emacs'."
                   (setq other-tag
                        (cond ((save-match-data (looking-back "\\<see"))
                               "")
+                             ((save-match-data (looking-back "\\<in"))
+                              "")
                              ((memq (char-before) '(nil ?\. ?! ??))
                                "See ")
                              ((save-match-data