I've seen both used to quote symbols and list. What's the difference between them? When should I use one or the other?
Asked
Active
Viewed 35 times
0
C-h i
. Theng elisp RET
. Theng quot
and you will see the relevant doc. Although, you would need basic setup or you won't get filtered search results. – TerryTsao Feb 02 '21 at 01:49C-h i m elisp ...
-g
does not work at the top level at least IME. – NickD Feb 02 '21 at 01:57emacs -Q
. By then I couldn't edit the comment. My setting would invokeivy
at the top level, but not for everybody. :-( – TerryTsao Feb 02 '21 at 03:32g (elisp)
to jump to the elisp manual, rather thang elisp
. That ord m elisp
are both slightly more reliable alternatives than justm elisp
(as they make no assumptions about what the user was reading previously). You could also jump directly to the node in question within that manual withg (elisp)Quoting RET
– phils Feb 02 '21 at 04:24M-x elisp-index-search RET \
RET-- or use
ior
I` from inside the info reader. – phils Feb 02 '21 at 04:25