all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Hongyi Zhao <hongyi.zhao@gmail.com>,
	help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: RE: [External] : M-. vs C-h o
Date: Fri, 22 Oct 2021 01:06:54 +0000	[thread overview]
Message-ID: <SJ0PR10MB54888744888F5855772073DBF3809@SJ0PR10MB5488.namprd10.prod.outlook.com> (raw)
In-Reply-To: <CAGP6POK9mc5+JBahBLBSSfc5EquKV_sPkCP52Jvj51VwN0Nz2A@mail.gmail.com>

> mapc is a built-in function in ‘src/fns.c’.

That tells you that it's a Lisp function that's
"built-in", meaning that it's implemented in C.
And it points you to the C definition in fns.c.

That C code provides the complete definition,
including the doc string.

> DEFUN ("mapc", Fmapc, Smapc, 2, 2, 0,

That tells you that Lisp function `mapc' is
defined using C definition Fmapc, and the
function takes two arguments.  Someone else
can provide or point you to more info about
this.

  parent reply	other threads:[~2021-10-22  1:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-22  0:28 M-. vs C-h o Hongyi Zhao
2021-10-22  0:33 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-10-22  1:06 ` Drew Adams [this message]
2021-10-22  1:17   ` [External] : " Emanuel Berg via Users list for the GNU Emacs text editor
2021-10-22  1:58     ` Hongyi Zhao
2021-10-22  2:31       ` Óscar Fuentes
2021-10-22  2:43         ` Hongyi Zhao
2021-10-22  6:25 ` Eli Zaretskii
2021-10-22  6:56   ` Hongyi Zhao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SJ0PR10MB54888744888F5855772073DBF3809@SJ0PR10MB5488.namprd10.prod.outlook.com \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=hongyi.zhao@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.