aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2006-08-08 17:45:42 +0000
committerChong Yidong <[email protected]>2006-08-08 17:45:42 +0000
commitdc7ef9f02fdc4f992caea9a23e26f54a1ce48eac (patch)
treee7b16d0e41555d47c99ab3197f1282441c720297 /lisp
parent02a2b2ad4f23b253380485eca654bf4b338d0855 (diff)
* info.el (Info-fontify-node): Handle preceding `in' for note
reference hiding rules.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/info.el2
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8abe7e99f7..c360d6c666 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-08 Chong Yidong <[email protected]>
+
+ * info.el (Info-fontify-node): Handle preceding `in' for note
+ reference hiding rules.
+
2006-08-08 Stefan Monnier <[email protected]>
* progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
diff --git a/lisp/info.el b/lisp/info.el
index 87327d8656..dc08557e28 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -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