Fix typo in custom.texi

* doc/emacs/custom.texi (Variables): Fix typo.  Pointed out by
ej32u@protonmail.com.  (Bug#40890)
This commit is contained in:
Stefan Kangas 2020-04-27 17:09:11 +02:00
parent 9f5ae717fb
commit 0278741676

View 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