branch: elpa/helm commit 35357ebb37041ab39bc76cec584b7679da8c370e Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Docstring only --- helm-bookmark.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helm-bookmark.el b/helm-bookmark.el index df7b3f5230..29731d70c2 100644 --- a/helm-bookmark.el +++ b/helm-bookmark.el @@ -64,7 +64,10 @@ (defcustom helm-bookmark-default-sort-method 'adaptive "Sort method for `helm-filtered-bookmarks'. -Value can be either \\='native' or \\='adaptive'." +Value can be either \\='native' or \\='adaptive'. + +Once you use \\='native' the bookmark variable `bookmark-sort-flag' +will be honored." :type '(choice (symbol :tag "Helm adaptive sort method" adaptive) (symbol :tag "Native bookmark sort method" native))