user_doc, line break?



The prompt is late:

(%i47) user_doc("foo");
"asdf

fdsa";
Enter documentation string surrounded by quotes '"'. End input with ';'.
(%o47) foo

maxima-userinfo.lisp contains the following:

(setf (gethash "foo" cl-info::*info-user-doc-hashtable*) '("asdffdsa

Created: 2009-07-14 21:02:54+01:00" nil nil "user-documentation"))


How can I escape the cr?  That would be a nice possibility to enter the 
documentation string with the long version user_doc("fun", 
"description").  However, I found only newline() and freshline() which 
does not seem to work to construct a string.

Regards,
Martin