Use CHAR-EQUAL and STRING for APROPOS. apropos
authorOlof-Joachim Frahm <olof@macrolet.net>
Mon, 2 Sep 2013 13:17:30 +0000 (15:17 +0200)
committerOlof-Joachim Frahm <olof@macrolet.net>
Mon, 2 Sep 2013 14:48:00 +0000 (16:48 +0200)
commitd5aebd03c5c2f40f7e40df97dad605b198340bff
treec23ea9a64bcd4d3d9d85305e9f01c172940c0fd2
parentd19b5d61e75a24cb5ee6b53630d9ec01106bd641
Use CHAR-EQUAL and STRING for APROPOS.

First argument is a string designator.  Comparing strings with
CHAR-EQUAL is more reasonable than using CHAR=.
src/documentation.lisp