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

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

[nongnu] elpa/popup c3ebfba 094/184: Merge pull request #61 from auto-co


From: ELPA Syncer
Subject: [nongnu] elpa/popup c3ebfba 094/184: Merge pull request #61 from auto-complete/add-nostrip-documentation
Date: Wed, 6 Oct 2021 00:01:19 -0400 (EDT)

branch: elpa/popup
commit c3ebfba66760cf519c8578be7f82f8f572320e55
Merge: b9fc32c 70c2583
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Merge pull request #61 from auto-complete/add-nostrip-documentation
    
    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]