diff options
Diffstat (limited to 'lisp/info.el')
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el index def9a12ab0f..34509e72f25 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -3806,6 +3806,8 @@ the variable `Info-file-list-for-emacs'." | |||
| 3806 | (setq other-tag | 3806 | (setq other-tag |
| 3807 | (cond ((save-match-data (looking-back "\\<see")) | 3807 | (cond ((save-match-data (looking-back "\\<see")) |
| 3808 | "") | 3808 | "") |
| 3809 | ((save-match-data (looking-back "\\<in")) | ||
| 3810 | "") | ||
| 3809 | ((memq (char-before) '(nil ?\. ?! ??)) | 3811 | ((memq (char-before) '(nil ?\. ?! ??)) |
| 3810 | "See ") | 3812 | "See ") |
| 3811 | ((save-match-data | 3813 | ((save-match-data |