diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-27 13:09:49 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-27 13:11:47 +0200 |
commit | 8deb7978974f87b9fc43babf93a96b045c8e788d (patch) | |
tree | 816ae9dda4b2f3757f8188214077b165e5246524 /doc/lispref/symbols.texi | |
parent | e16ee5fde6db97ecd70630c15196c4337726154a (diff) | |
download | emacs-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.texi | 2 |
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 |