branch: elpa/popup commit c3ebfba66760cf519c8578be7f82f8f572320e55 Merge: b9fc32c 70c2583 Author: Syohei YOSHIDA <syo...@gmail.com> Commit: Syohei YOSHIDA <syo...@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))))