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

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

[nongnu] elpa/popup 9052d11 143/184: Improve eldoc for `popup-tip` and `


From: ELPA Syncer
Subject: [nongnu] elpa/popup 9052d11 143/184: Improve eldoc for `popup-tip` and `popup-menu*`
Date: Wed, 6 Oct 2021 00:01:30 -0400 (EDT)

branch: elpa/popup
commit 9052d1176b30d55ce8c4ed0793b64d86d1e254e9
Author: Markus Hauck <markus1189@gmail.com>
Commit: Markus Hauck <markus1189@gmail.com>

    Improve eldoc for `popup-tip` and `popup-menu*`
---
 popup.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/popup.el b/popup.el
index 0e8e98f..4dbc5b2 100644
--- a/popup.el
+++ b/popup.el
@@ -1029,8 +1029,9 @@ HELP-DELAY is a delay of displaying helps."
                      prompt
                      &aux tip lines)
   "Show a tooltip of STRING at POINT. This function is
-synchronized unless NOWAIT specified. Almost arguments are same
-as `popup-create' except for TRUNCATE, NOWAIT, and PROMPT.
+synchronized unless NOWAIT specified. Almost all arguments are
+the same as in `popup-create', except for TRUNCATE, NOWAIT, and
+PROMPT.
 
 If TRUNCATE is non-nil, the tooltip can be truncated.
 
@@ -1325,8 +1326,8 @@ PROMPT is a prompt string when reading events during 
event loop."
                        initial-index
                        &aux menu event)
   "Show a popup menu of LIST at POINT. This function returns a
-value of the selected item. Almost arguments are same as
-`popup-create' except for KEYMAP, FALLBACK, HELP-DELAY, PROMPT,
+value of the selected item. Almost all arguments are the same as in
+`popup-create', except for KEYMAP, FALLBACK, HELP-DELAY, PROMPT,
 ISEARCH, ISEARCH-FILTER, ISEARCH-CURSOR-COLOR, ISEARCH-KEYMAP, and
 ISEARCH-CALLBACK.
 



reply via email to

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