diff options
| author | Richard M. Stallman | 1998-07-12 06:01:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-12 06:01:55 +0000 |
| commit | ad37b071b947619c45e5a99ac0da848aee6e1bc5 (patch) | |
| tree | abc568d32869edf96fb4c8b3aad13ecc13e89f2b | |
| parent | 14915c37c2c440b356a95aaf3bc5b4612bf8c875 (diff) | |
| download | emacs-ad37b071b947619c45e5a99ac0da848aee6e1bc5.tar.gz emacs-ad37b071b947619c45e5a99ac0da848aee6e1bc5.zip | |
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 | |||
| 1302 | like the way successive kills in Emacs move down the kill ring. | 1302 | like the way successive kills in Emacs move down the kill ring. |
| 1303 | @end defun | 1303 | @end defun |
| 1304 | 1304 | ||
| 1305 | @defvar selection-coding-system | ||
| 1306 | @tindex selection-coding-system | ||
| 1307 | This variable specifies the coding system to use when reading and | ||
| 1308 | writing a selections, the clipboard, or a cut buffer. @xref{Coding | ||
| 1309 | Systems}. | ||
| 1310 | @end defvar | ||
| 1311 | |||
| 1305 | @need 1500 | 1312 | @need 1500 |
| 1306 | @node Font Names | 1313 | @node Font Names |
| 1307 | @section Looking up Font Names | 1314 | @section Looking up Font Names |