changeset 72320:becc8b8af23b

* info.el (Info-fontify-node): Handle preceding `in' for note reference hiding rules.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 08 Aug 2006 17:45:42 +0000
parents 40f832e1c8eb
children 645e435a6ff8
files lisp/ChangeLog lisp/info.el
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 08 17:39:08 2006 +0000
+++ b/lisp/ChangeLog	Tue Aug 08 17:45:42 2006 +0000
@@ -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
--- a/lisp/info.el	Tue Aug 08 17:39:08 2006 +0000
+++ b/lisp/info.el	Tue Aug 08 17:45:42 2006 +0000
@@ -3805,6 +3805,8 @@
                   (setq other-tag
 			(cond ((save-match-data (looking-back "\\<see"))
 			       "")
+			      ((save-match-data (looking-back "\\<in"))
+			       "")
 			      ((memq (char-before) '(nil ?\. ?! ??))
                                "See ")
 			      ((save-match-data