projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eddbfe
)
Fix link to info node in prin1 docstring
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 1 Aug 2023 17:28:53 +0000
(19:28 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 3 Aug 2023 07:33:02 +0000
(10:33 +0300)
* src/print.c (Fprin1): Fix linking to info node in docstring.
(cherry picked from commit
4b73edb8d1da74fd1bda8894e982d9768fd1f18c
)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index e65b4c40b0ed827e0c5337a31f823bc3eb0dd946..8c61dbd53e13eb093f96254f03f159436656eeb6 100644
(file)
--- 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". */)