diff options
| author | Stefan Kangas | 2023-08-01 19:28:53 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-08-02 21:48:18 +0200 |
| commit | 4b73edb8d1da74fd1bda8894e982d9768fd1f18c (patch) | |
| tree | 1bfb2139ad7399dd0d992df5c3c12cbf03977d2e /src | |
| parent | 1f30404ebcf7c23f4a79e9ac61a17dc9c6a5c9c3 (diff) | |
| download | emacs-4b73edb8d1da74fd1bda8894e982d9768fd1f18c.tar.gz emacs-4b73edb8d1da74fd1bda8894e982d9768fd1f18c.zip | |
Fix link to info node in prin1 docstring
* src/print.c (Fprin1): Fix linking to info node in docstring.
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 3 |
1 files changed, 1 insertions, 2 deletions
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: | |||
| 759 | 759 | ||
| 760 | (prin1 object nil \\='((length . 100) (circle . t))). | 760 | (prin1 object nil \\='((length . 100) (circle . t))). |
| 761 | 761 | ||
| 762 | See the manual entry `(elisp)Output Overrides' for a list of possible | 762 | See Info node `(elisp)Output Overrides' for a list of possible values. |
| 763 | values. | ||
| 764 | 763 | ||
| 765 | As a special case, OVERRIDES can also simply be the symbol t, which | 764 | As a special case, OVERRIDES can also simply be the symbol t, which |
| 766 | means "use default values for all the print-related settings". */) | 765 | means "use default values for all the print-related settings". */) |