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