]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo and inaccuracy in the ELisp Reference manual
authorShynur <one.last.kiss@outlook.com>
Sun, 16 Apr 2023 18:13:32 +0000 (02:13 +0800)
committerEli Zaretskii <eliz@gnu.org>
Tue, 18 Apr 2023 12:03:32 +0000 (15:03 +0300)
* doc/lispref/loading.texi (Dynamic Modules): Fix a typo.
* doc/lispref/customize.texi (Group Definitions): Faces are also
in the 'custom-group' property of a customization group.
(Bug#62887)

Copyright-paperwork-exempt: yes

doc/lispref/customize.texi
doc/lispref/loading.texi

index 6015c134d21373b8e219f267afe8a7adcdcb923e..6d5d9e0a2bcb10260efc5bc554e5d0ec66c43a98 100644 (file)
@@ -264,11 +264,12 @@ have any number of prefixes.
 @end table
 
 @cindex @code{custom-group} property
-The variables and subgroups of a group are stored in the
+The variables, faces, and subgroups of a group are stored in the
 @code{custom-group} property of the group's symbol.  @xref{Symbol
 Plists}.  The value of that property is a list of pairs whose
-@code{car} is the variable or subgroup symbol and the @code{cdr} is
-either @code{custom-variable} or @code{custom-group}.
+@code{car} is the symbol of the variable or the face or the subgroup,
+and the @code{cdr} is one of the corresponding symbols
+@code{custom-variable}, @code{custom-face}, or @code{custom-group}.
 @end defmac
 
 @defopt custom-unlispify-remove-prefixes
index 5c84ba4b1eb3ebaa5756a7ab4eaabe51c10a590f..d6fc4e8d63609007cf0b0225a1fdfeea06d5e648 100644 (file)
@@ -1338,7 +1338,7 @@ specified @var{file} and perform the necessary initialization of the
 module.  This is the primitive which makes sure the module exports the
 @code{plugin_is_GPL_compatible} symbol, calls the module's
 @code{emacs_module_init} function, and signals an error if that
-function returns an error indication, or if the use typed @kbd{C-g}
+function returns an error indication, or if the user typed @kbd{C-g}
 during the initialization.  If the initialization succeeds,
 @code{module-load} returns @code{t}.  Note that @var{file} must
 already have the proper file-name extension, as this function doesn't