You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C-h S (info-lookup-symbol) is for searching Info manual base on the Major mode, for helpful-mode, since it's related to Emacs, C-h S should search Emacs-related info manuals, like help-mode.
Not sure about the correct way, but I found the following works for me.
I think this is duplicate of #7. I'd like to have something like:
Documentation
If COND yields non-nil, do BODY, else return nil.
When COND yields non-nil, eval BODY forms sequentially and return
value of last one, or nil if there are none.
[View in manual]
We would then only show the button if the symbol was available in the manual.
Does this meet your need? I've never seen info-lookup-symbol before, so I may have misunderstood.
C-h S
(info-lookup-symbol
) is for searching Info manual base on the Major mode, forhelpful-mode
, since it's related to Emacs,C-h S
should search Emacs-related info manuals, likehelp-mode
.Not sure about the correct way, but I found the following works for me.
changed from (in the end of
info-look.el
)The text was updated successfully, but these errors were encountered: