branch: elpa/helm
commit 7fd0054a50cce633aea1b5291ab987cb176e5146
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix docstring
---
helm-core.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/helm-core.el b/helm-core.el
index f7b7361076..0a01466b07 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -742,7 +742,9 @@ handle this."
:type 'symbol)
(defcustom helm-split-window-other-side-when-one-window 'below
- "The default side to display `helm-buffer' when (1)
+ "Place for `helm-window' when `helm-split-window-default-side' is \\='other.
+
+The default side to display `helm-buffer' when (1)
`helm-split-window-default-side' is \\='other and (2)
the current frame only has one window. Possible values
are acceptable args for `split-window' SIDE, that is `below',