summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-06 09:10:10 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-06 09:10:10 +0100
commitcbf868048c35a532be483eca780b746697eb1798 (patch)
treef140ca6e5767063cd88eb5ae5034c4462a7b2c6f
parent150f05d25086b1739623599df6a4141bbc5a374c (diff)
Modify helm-initial-frame docstring (#1965)
* helm.el (helm-initial-frame): Do it.
-rw-r--r--helm.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index daf55e0b..f377024e 100644
--- a/helm.el
+++ b/helm.el
@@ -1367,7 +1367,9 @@ at end of session.")
(defvar helm--cycle-resume-iterator nil)
(defvar helm--buffer-in-new-frame-p nil)
(defvar helm-initial-frame nil
- "The selected frame before starting helm.")
+ "[INTERNAL] The selected frame before starting helm.
+Helm use this internally to know in which frame it started, don't
+modify this yourself.")
(defvar helm-popup-frame nil
"The frame where helm is displayed.