branch: elpa/helm commit 5b557a7045df4ff8e851a7d5303bb2e55d7f214f Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Update docstring --- helm-elisp.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/helm-elisp.el b/helm-elisp.el index c398ff93e2..5d4be5afd0 100644 --- a/helm-elisp.el +++ b/helm-elisp.el @@ -498,7 +498,12 @@ double quote." (defvar helm-apropos-history nil) (defcustom helm-apropos-show-short-doc nil - "Show short docstring of symbols when non nil." + "Show short docstring of symbols when non nil. + +NOTE: When displaying helm-apropos in a frame, i.e. when +`helm-apropos' is member of `helm-commands-using-frame' setting this +to non nil have no effect, you have first to remove `helm-apropos' +from `helm-commands-using-frame'." :group 'helm-elisp :type 'boolean)