]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in custom.texi
authorStefan Kangas <stefankangas@gmail.com>
Mon, 27 Apr 2020 15:09:11 +0000 (17:09 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 27 Apr 2020 15:09:11 +0000 (17:09 +0200)
* doc/emacs/custom.texi (Variables): Fix typo.  Pointed out by
ej32u@protonmail.com.  (Bug#40890)

doc/emacs/custom.texi

index e7e879065ed876369fcee08407f0fbee1b412987..406f0c96c1f9e05ba7587ceb28b231ec45cc8e3c 100644 (file)
@@ -755,7 +755,7 @@ non-@code{nil} value).  If you set a variable using the customization
 buffer, you need not worry about giving it an invalid type: the
 customization buffer usually only allows you to enter meaningful
 values.  When in doubt, use @kbd{C-h v} (@code{describe-variable}) to
-check the variable's documentation string to see kind of value it
+check the variable's documentation string to see what kind of value it
 expects (@pxref{Examining}).
 
 @menu