* info.el (Info-fontify-node): Handle preceding `in' for note
reference hiding rules.
This commit is contained in:
parent
02a2b2ad4f
commit
dc7ef9f02f
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue