projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f30404
)
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
Stefan Kangas
<stefankangas@gmail.com>
Wed, 2 Aug 2023 19:48:18 +0000
(21:48 +0200)
* src/print.c (Fprin1): Fix linking to info node in docstring.
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index 5c95aeb9a2054df75048e42133467c34a88aba6b..2d81c450a14b36c28f5b118c0a8d84da83ff04d7 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". */)