branch: elpa/popup
commit 70c2583b31bd0dcba98d43bc9494892b57dec4ed
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Add 'nostrip' parameter explanation to docstring
---
popup.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/popup.el b/popup.el
index 5cc0b85..b00c6b8 100644
--- a/popup.el
+++ b/popup.el
@@ -1016,6 +1016,8 @@ If TRUNCATE is non-nil, the tooltip can be truncated.
If NOWAIT is non-nil, this function immediately returns the
tooltip instance without entering event loop.
+If `NOSTRIP` is non-nil, `STRING` properties are not stripped.
+
PROMPT is a prompt string when reading events during event loop."
(if (bufferp string)
(setq string (with-current-buffer string (buffer-string))))