emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 5b557a7045 2/3: Update docstring


From: ELPA Syncer
Subject: [nongnu] elpa/helm 5b557a7045 2/3: Update docstring
Date: Thu, 16 Jun 2022 07:02:49 -0400 (EDT)

branch: elpa/helm
commit 5b557a7045df4ff8e851a7d5303bb2e55d7f214f
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]