unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* M-. vs C-h o
@ 2021-10-22  0:28 Hongyi Zhao
  2021-10-22  0:33 ` Emanuel Berg via Users list for the GNU Emacs text editor
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Hongyi Zhao @ 2021-10-22  0:28 UTC (permalink / raw)
  To: help-gnu-emacs

See the following returned info, with point indicated by | on mapc:

M-. map|c

DEFUN ("mapc", Fmapc, Smapc, 2, 2, 0,
       doc: /* Apply FUNCTION to each element of SEQUENCE for side effects only.
Unlike `mapcar', don't accumulate the results.  Return SEQUENCE.
SEQUENCE may be a list, a vector, a bool-vector, or a string.  */)


C-h o mapc RET

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

(mapc FUNCTION SEQUENCE)

Apply FUNCTION to each element of SEQUENCE for side effects only.
Unlike ‘mapcar’, don’t accumulate the results.  Return SEQUENCE.
SEQUENCE may be a list, a vector, a bool-vector, or a string.


So, I want to know the correspondence of the following two descriptions:

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

and

(mapc FUNCTION SEQUENCE)

Regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



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

end of thread, other threads:[~2021-10-22  6:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [External] : " Drew Adams
2021-10-22  1:17   ` 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

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).