]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in last change.
authorEli Zaretskii <eliz@gnu.org>
Wed, 5 Jan 2022 13:14:54 +0000 (15:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 5 Jan 2022 13:14:54 +0000 (15:14 +0200)
lisp/info-look.el

index 00c06003c291deaf79719f0eba60613ed9ccc16c..64f16df4dc376a67ddfd3f72cea2d524c96c8ca8 100644 (file)
@@ -397,7 +397,7 @@ ITEM is the item whose documentation to search: file name if
 TOPIC is `file', a symbol if TOPIC is `symbol', etc.
 MODE is the `major-mode' whose Info manuals to search for documentation
 of ITEM; if it's nil, the function uses `info-lookup-file-name-alist'
-andthe current buffer's file name to guess the mode.."
+and the current buffer's file name to guess the mode.."
   (or mode (setq mode (info-lookup-select-mode)))
   (setq mode (info-lookup--item-to-mode item mode))
   (if-let ((info (info-lookup->mode-value topic mode)))