emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 d005b2c89ce: Fix link to info node in prin1 docstring


From: Eli Zaretskii
Subject: emacs-29 d005b2c89ce: Fix link to info node in prin1 docstring
Date: Thu, 3 Aug 2023 03:35:25 -0400 (EDT)

branch: emacs-29
commit d005b2c89ce6075dca9a4b728e0dfef6f11e6118
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix link to info node in prin1 docstring
    
    * src/print.c (Fprin1): Fix linking to info node in docstring.
    
    (cherry picked from commit 4b73edb8d1da74fd1bda8894e982d9768fd1f18c)
---
 src/print.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/print.c b/src/print.c
index e65b4c40b0e..8c61dbd53e1 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".  */)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]