X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fstring.lisp;h=b7c0035aa64037e6843c72ccd44422356027c89d;hb=9303b3dc86bdfe5193b403de7419dc5bc8cc79e4;hp=72df091f15653f817c09968df8502e6cb0619faf;hpb=9135cb77fb7aa18a3131178b37a43bfac2112795;p=sbcl.git diff --git a/src/code/string.lisp b/src/code/string.lisp index 72df091..b7c0035 100644 --- a/src/code/string.lisp +++ b/src/code/string.lisp @@ -15,7 +15,7 @@ (defun string (x) #!+sb-doc "Coerces X into a string. If X is a string, X is returned. If X is a - symbol, X's pname is returned. If X is a character then a one element + symbol, its name is returned. If X is a character then a one element string containing that character is returned. If X cannot be coerced into a string, an error occurs." (cond ((stringp x) x)