Remove matching quotes (single or double) from string provided to ? or ??
commit700664a7b5ce734ffe8ec4ca50ca940c75fe2c6a
authorRobert Dodier <robert_dodier@users.sourceforge.net>
Tue, 15 Nov 2022 07:19:05 +0000 (14 23:19 -0800)
committerRobert Dodier <robert_dodier@users.sourceforge.net>
Tue, 15 Nov 2022 07:24:19 +0000 (14 23:24 -0800)
tree35e34d84ef8a1a5816c0678371b035d77818f6cd
parent55ac23fdf3876538f33791cdaf2ecacb087ce813
Remove matching quotes (single or double) from string provided to ? or ??
when searching for topics.

For example, the following all find the same topic:

  ? :=
  ? ':='
  ? ":="

Quotes are removed only if there is some nonempty string in between;
inputs '' and "" are passed through unchanged.
(The former finds quote-quote and the latter doesn't find anything.)
src/cl-info.lisp