unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* (help NAME)
@ 2020-09-07 17:39 Catonano
  2020-09-10 17:24 ` Nate Rosenbloom
  0 siblings, 1 reply; 4+ messages in thread
From: Catonano @ 2020-09-07 17:39 UTC (permalink / raw)
  To: Guile User

I'm reading the text that (help) displays

scheme@(guile-user)> (help)
Usage: (help NAME) gives documentation about objects named NAME (a symbol)
       (help REGEXP) ditto for objects with names matching REGEXP (a string)
       (help 'NAME) gives documentation for NAME, even if it is not an
object

[...]

I'm confused by the last line:

       (help 'NAME) gives documentation for NAME, even if it is not an
object

in the part: "even if it's not an object"

Conversely, the first line states: "...about objects named NAME..."

It seems that some things are objects and some things aren't

Which things are and which aren't ?

If I try

(help 'car)

I get

scheme@(guile-user)> (help 'car)
While compiling expression:
no code for module (quote car)

as if I had asked for help about a module

I'm confused

Which is a thing that is not an object that I could ask help about ?

Thanks


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-13  8:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-07 17:39 (help NAME) Catonano
2020-09-10 17:24 ` Nate Rosenbloom
2020-09-10 23:39   ` Catonano
2020-09-13  8:49   ` Catonano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).