*** empty log message ***
This commit is contained in:
parent
2c366083cd
commit
85eb236c0a
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ DEFUN ("princ", Fprinc, Sprinc, 1, 2, 0,
|
|||
"Output the printed representation of OBJECT, any Lisp object.\n\
|
||||
No quoting characters are used; no delimiters are printed around\n\
|
||||
the contents of strings.\n\
|
||||
Output stream is PRINTCHARFUN, or value of standard-output (which see).")
|
||||
Output stream is PRINTCHARFUN, or value of `standard-output' (which see).")
|
||||
(object, printcharfun)
|
||||
Lisp_Object object, printcharfun;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue