X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fstring.lisp;h=b7c0035aa64037e6843c72ccd44422356027c89d;hb=54da325f13fb41669869aea688ae195426c0e231;hp=72df091f15653f817c09968df8502e6cb0619faf;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;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)