* info.el (Info-fontify-node): Handle preceding `in' for note
reference hiding rules.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user