From: Basil L. Contovounesios Date: Sun, 7 Jun 2020 15:46:12 +0000 (+0100) Subject: Fix typo in "(elisp) Type Keywords" X-Git-Tag: emacs-27.1-rc1~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35661ef943d261f6c43e93e475ddd8516f4a4b62;p=emacs.git Fix typo in "(elisp) Type Keywords" * doc/lispref/customize.texi (Type Keywords): Fix typo of 'choice' composite type. (Bug#41749) --- diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 172809b29d8..2a72276bc56 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -1156,7 +1156,7 @@ in that value. The usual reason to specify a documentation string for a type is to provide more information about the meanings of alternatives inside a -@code{:choice} type or the parts of some other composite type. +@code{choice} type or the parts of some other composite type. @item :help-echo @var{motion-doc} @kindex help-echo@r{, customization keyword}