aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2020-04-27 17:09:11 +0200
committerStefan Kangas2020-04-27 17:09:11 +0200
commit0278741676e2eca89ecf085344be6bc4fd586396 (patch)
tree1f0da71a84eb57d2c3b949fa935886e8f23c7317 /doc
parent9f5ae717fba13de3d670eea9572be0866a313a50 (diff)
downloademacs-0278741676e2eca89ecf085344be6bc4fd586396.tar.gz
emacs-0278741676e2eca89ecf085344be6bc4fd586396.zip
Fix typo in custom.texi
* doc/emacs/custom.texi (Variables): Fix typo. Pointed out by ej32u@protonmail.com. (Bug#40890)
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/custom.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index e7e879065ed..406f0c96c1f 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -755,7 +755,7 @@ non-@code{nil} value). If you set a variable using the customization
755buffer, you need not worry about giving it an invalid type: the 755buffer, you need not worry about giving it an invalid type: the
756customization buffer usually only allows you to enter meaningful 756customization buffer usually only allows you to enter meaningful
757values. When in doubt, use @kbd{C-h v} (@code{describe-variable}) to 757values. When in doubt, use @kbd{C-h v} (@code{describe-variable}) to
758check the variable's documentation string to see kind of value it 758check the variable's documentation string to see what kind of value it
759expects (@pxref{Examining}). 759expects (@pxref{Examining}).
760 760
761@menu 761@menu