Fix link to info node in prin1 docstring

* src/print.c (Fprin1): Fix linking to info node in docstring.
This commit is contained in:
Stefan Kangas 2023-08-01 19:28:53 +02:00
parent 1f30404ebc
commit 4b73edb8d1

View file

@ -759,8 +759,7 @@ For instance:
(prin1 object nil \\='((length . 100) (circle . t))).
See the manual entry `(elisp)Output Overrides' for a list of possible
values.
See Info node `(elisp)Output Overrides' for a list of possible values.
As a special case, OVERRIDES can also simply be the symbol t, which
means "use default values for all the print-related settings". */)