From: Stefan Kangas Date: Tue, 1 Aug 2023 17:28:53 +0000 (+0200) Subject: Fix link to info node in prin1 docstring X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b73edb8d1da74fd1bda8894e982d9768fd1f18c;p=emacs.git Fix link to info node in prin1 docstring * src/print.c (Fprin1): Fix linking to info node in docstring. --- diff --git a/src/print.c b/src/print.c index 5c95aeb9a20..2d81c450a14 100644 --- a/src/print.c +++ b/src/print.c @@ -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". */)