diff options
| author | Stefan Monnier | 2001-02-02 18:21:56 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-02-02 18:21:56 +0000 |
| commit | 85eb236c0abc4f928a9f08b84067a3b740bb3b73 (patch) | |
| tree | 3f694f019dcbdd2f432bb40bc9263c32e50f1ddb /src | |
| parent | 2c366083cd0d072cbd3afca41aa93adadcd9eee9 (diff) | |
| download | emacs-85eb236c0abc4f928a9f08b84067a3b740bb3b73.tar.gz emacs-85eb236c0abc4f928a9f08b84067a3b740bb3b73.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 10e1df934eb..aca3116eb58 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -744,7 +744,7 @@ DEFUN ("princ", Fprinc, Sprinc, 1, 2, 0, | |||
| 744 | "Output the printed representation of OBJECT, any Lisp object.\n\ | 744 | "Output the printed representation of OBJECT, any Lisp object.\n\ |
| 745 | No quoting characters are used; no delimiters are printed around\n\ | 745 | No quoting characters are used; no delimiters are printed around\n\ |
| 746 | the contents of strings.\n\ | 746 | the contents of strings.\n\ |
| 747 | Output stream is PRINTCHARFUN, or value of standard-output (which see).") | 747 | Output stream is PRINTCHARFUN, or value of `standard-output' (which see).") |
| 748 | (object, printcharfun) | 748 | (object, printcharfun) |
| 749 | Lisp_Object object, printcharfun; | 749 | Lisp_Object object, printcharfun; |
| 750 | { | 750 | { |