]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in "(elisp) Type Keywords"
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 7 Jun 2020 15:46:12 +0000 (16:46 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 7 Jun 2020 15:46:12 +0000 (16:46 +0100)
* doc/lispref/customize.texi (Type Keywords): Fix typo of 'choice'
composite type.  (Bug#41749)

doc/lispref/customize.texi

index 172809b29d89f671dc19aa442a0517385c40a936..2a72276bc5612df1aa272739318fb142ed11f71f 100644 (file)
@@ -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}