diff options
| author | Richard M. Stallman <rms@gnu.org> | 1998-07-12 06:01:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1998-07-12 06:01:55 +0000 |
| commit | ad37b071b947619c45e5a99ac0da848aee6e1bc5 (patch) | |
| tree | abc568d32869edf96fb4c8b3aad13ecc13e89f2b | |
| parent | 14915c37c2c440b356a95aaf3bc5b4612bf8c875 (diff) | |
| download | emacs-ad37b071b947619c45e5a99ac0da848aee6e1bc5.tar.gz | |
Add selection-coding-system.
| -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 |
