X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fdocstrings.lisp;h=2233c0e64ed3f8d08df6f8eb0cfcb27113bbb362;hb=6cb4f9ea3f4e35a5a8e75922833e14575ae92180;hp=3e9b54ca86b3033643ade9b068e2198d654b2966;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/doc/manual/docstrings.lisp b/doc/manual/docstrings.lisp index 3e9b54c..2233c0e 100644 --- a/doc/manual/docstrings.lisp +++ b/doc/manual/docstrings.lisp @@ -82,7 +82,7 @@ you deserve to lose.") "Characters that might start an itemization in docstrings when at the start of a line.") -(defparameter *symbol-characters* "ABCDEFGHIJKLMNOPQRSTUVWXYZ*:-+" +(defparameter *symbol-characters* "ABCDEFGHIJKLMNOPQRSTUVWXYZ*:-+&" "List of characters that make up symbols in a docstring.") (defparameter *symbol-delimiters* " ,.!?;")