emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 35661ef: Fix typo in "(elisp) Type Keywords"


From: Basil L. Contovounesios
Subject: emacs-27 35661ef: Fix typo in "(elisp) Type Keywords"
Date: Sun, 7 Jun 2020 11:50:03 -0400 (EDT)

branch: emacs-27
commit 35661ef943d261f6c43e93e475ddd8516f4a4b62
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Fix typo in "(elisp) Type Keywords"
    
    * doc/lispref/customize.texi (Type Keywords): Fix typo of 'choice'
    composite type.  (Bug#41749)
---
 doc/lispref/customize.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index 172809b..2a72276 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}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]