[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 9188783851 1/3: Update docstring
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/helm 9188783851 1/3: Update docstring |
|
Date: |
Thu, 18 Jan 2024 03:59:58 -0500 (EST) |
branch: elpa/helm
commit 918878385133a2aed197603a7ed7df1d5fc71163
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Update docstring
---
helm-core.el | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/helm-core.el b/helm-core.el
index 321c9bbbed..3df37c7710 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -828,8 +828,8 @@ Also when non-nil it overrides the effect of
"Action functions to pass to `display-buffer'.
See (info \"(elisp) Buffer Display Action Functions\").
-It has no effect when `helm-always-two-windows' is non-nil and
-may override other settings like `helm-split-window-inside-p'."
+It may override others helm window related variables settings like
+`helm-always-two-windows', `helm-split-window-inside-p' etc..."
:group 'helm
:type '(repeat symbol))
@@ -837,8 +837,9 @@ may override other settings like
`helm-split-window-inside-p'."
"Additional alist to pass to `display-buffer' action.
See (info \"(elisp) Action Alists for Buffer Display\").
-It has no effect when `helm-always-two-windows' is non-nil and
-may override other settings like `helm-split-window-inside-p'.
+It may override others helm window related variables settings like
+`helm-always-two-windows', `helm-split-window-inside-p' etc...
+
Note that window-height and window-width have to be configured in
`helm-display-buffer-height' and `helm-display-buffer-width'."
:group 'helm