Skip to content

Commit

Permalink
Fix preselect regexp in *apropos
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Jun 17, 2022
1 parent b36b285 commit 218fa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-elisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ a string, i.e. the `symbol-name' of any existing symbol."
helm-apropos-function-list)
:history 'helm-apropos-history
:buffer "*helm apropos*"
:preselect (and default (concat "\\_<" (regexp-quote default) "\\_>"))
:preselect (and default (concat "^\\_<" (regexp-quote default) "\\_>"))
:truncate-lines helm-apropos-show-short-doc)))


Expand Down

0 comments on commit 218fa70

Please sign in to comment.