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

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

[nongnu] elpa/popup 004d58c 144/184: Merge pull request #97 from markus1


From: ELPA Syncer
Subject: [nongnu] elpa/popup 004d58c 144/184: Merge pull request #97 from markus1189/eldoc
Date: Wed, 6 Oct 2021 00:01:30 -0400 (EDT)

branch: elpa/popup
commit 004d58c47f6406b6555cf112f8a6eed6114cb63b
Merge: 68b71de 9052d11
Author: Tomohiro Matsuyama <m2ym.pub@gmail.com>
Commit: Tomohiro Matsuyama <m2ym.pub@gmail.com>

    Merge pull request #97 from markus1189/eldoc
    
    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]