diff options
author | Noam Postavsky <npostavs@gmail.com> | 2017-06-29 19:42:32 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2017-06-29 19:42:32 -0400 |
commit | 169532b0ebc3acb0b1c943d0b3d8b569cd57ca4b (patch) | |
tree | 60d7ae515b92944d1e90772df3ae5dac05b5c715 /doc | |
parent | 138447c3abd749d1c27d99d7089b1b0903352ade (diff) | |
parent | c87c87fcc361494815bbd1d92f450b0b80a3ecbb (diff) | |
download | emacs-169532b0ebc3acb0b1c943d0b3d8b569cd57ca4b.tar.gz |
; Merge: Backtrace printing improvements (Bug#6991)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/killing.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 47de0531292..0b5efd04a18 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -519,6 +519,10 @@ when exiting Emacs; if you wish to prevent Emacs from transferring data to the clipboard manager, change the variable @code{x-select-enable-clipboard-manager} to @code{nil}. + Since strings containing NUL bytes are usually truncated when passed +through the clipboard, Emacs replaces such characters with ``\0'' +before transfering them to the system's clipboard. + @vindex select-enable-primary @findex clipboard-kill-region @findex clipboard-kill-ring-save |