mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; Grammar fixes ("allow to" et al)
Ref: https://lists.gnu.org/r/emacs-devel/2016-01/msg01598.html https://lists.gnu.org/r/emacs-devel/2016-01/msg01465.html
This commit is contained in:
parent
46c30c6df7
commit
1e270e580d
36 changed files with 85 additions and 84 deletions
|
|
@ -1567,7 +1567,7 @@ return values from module functions. For this purpose, the module
|
|||
Emacs Lisp objects communicated via the @acronym{API}; it is the
|
||||
functional equivalent of the @code{Lisp_Object} type used in Emacs C
|
||||
primitives (@pxref{Writing Emacs Primitives}). This section describes
|
||||
the parts of the module @acronym{API} that allow to create
|
||||
the parts of the module @acronym{API} that allow creating
|
||||
@code{emacs_value} objects corresponding to basic Lisp data types, and
|
||||
how to access from C data in @code{emacs_value} objects that
|
||||
correspond to Lisp objects.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue