diff options
| -rw-r--r-- | lispref/frames.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index 3a02be0eee6..88a19b955d6 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -1302,6 +1302,13 @@ This function stores @var{string} into the first cut buffer (cut buffer like the way successive kills in Emacs move down the kill ring. @end defun +@defvar selection-coding-system +@tindex selection-coding-system +This variable specifies the coding system to use when reading and +writing a selections, the clipboard, or a cut buffer. @xref{Coding +Systems}. +@end defvar + @need 1500 @node Font Names @section Looking up Font Names |
