summaryrefslogtreecommitdiff
path: root/doc/lispref/symbols.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-27 13:09:49 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-27 13:11:47 +0200
commit8deb7978974f87b9fc43babf93a96b045c8e788d (patch)
tree816ae9dda4b2f3757f8188214077b165e5246524 /doc/lispref/symbols.texi
parente16ee5fde6db97ecd70630c15196c4337726154a (diff)
downloademacs-8deb7978974f87b9fc43babf93a96b045c8e788d.tar.gz
emacs-8deb7978974f87b9fc43babf93a96b045c8e788d.tar.bz2
emacs-8deb7978974f87b9fc43babf93a96b045c8e788d.zip
; Fix quoting of non-nil in texinfo sources
Diffstat (limited to 'doc/lispref/symbols.texi')
-rw-r--r--doc/lispref/symbols.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi
index 1074a8a8292..2ef4f8c2912 100644
--- a/doc/lispref/symbols.texi
+++ b/doc/lispref/symbols.texi
@@ -794,7 +794,7 @@ this case.
@end defvar
@defvar print-symbols-bare
-When bound to non-nil, the Lisp printer prints only the bare symbol of
+When bound to non-@code{nil}, the Lisp printer prints only the bare symbol of
a symbol with position, ignoring the position.
@end defvar