mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
; Fix typo in last change.
This commit is contained in:
parent
82959661e5
commit
bb0c197b77
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue