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

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

[nongnu] elpa/popup 70c2583 093/184: Add 'nostrip' parameter explanation


From: ELPA Syncer
Subject: [nongnu] elpa/popup 70c2583 093/184: Add 'nostrip' parameter explanation to docstring
Date: Wed, 6 Oct 2021 00:01:19 -0400 (EDT)

branch: elpa/popup
commit 70c2583b31bd0dcba98d43bc9494892b57dec4ed
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    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))))



reply via email to

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