]> git.eshelyaron.com Git - emacs.git/commit
Fix docstring and init of Gnus search -remove-prefix options
authorEric Abrahamsen <eric@ericabrahamsen.net>
Tue, 15 Feb 2022 00:06:14 +0000 (16:06 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Tue, 15 Feb 2022 00:06:14 +0000 (16:06 -0800)
commitd43ca3855608752d26f3d615424339cd522322f4
tree7ff3decdcead4ca0ba86c6e405f1c4411d05b918
parentd6fba624e62bd2bc35dec5b5408a1f8e7ad77cc8
Fix docstring and init of Gnus search -remove-prefix options

* lisp/gnus/gnus-search.el (*-remove-prefix): For all engine defaults,
remove incorrect docs stating this is a regexp (it's a string). Also,
use `expand-file-name' to get the correct default value, not `concat'
and (getenv "HOME").
lisp/gnus/gnus-search.el