* info.el (Info-fontify-node): Handle preceding `in' for note

reference hiding rules.
This commit is contained in:
Chong Yidong 2006-08-08 17:45:42 +00:00
parent 02a2b2ad4f
commit dc7ef9f02f
2 changed files with 7 additions and 0 deletions

View 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

View 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