diff options
| author | Jan Djärv | 2006-11-10 07:39:08 +0000 |
|---|---|---|
| committer | Jan Djärv | 2006-11-10 07:39:08 +0000 |
| commit | b9660a6f994cee19600e1dc229908975e64309e3 (patch) | |
| tree | 528a550eb70dac3177f23165cd90339dd7a59547 | |
| parent | edf6fbc5f7f2dd9bf329477fd81e2c97b1cbb86c (diff) | |
| download | emacs-b9660a6f994cee19600e1dc229908975e64309e3.tar.gz emacs-b9660a6f994cee19600e1dc229908975e64309e3.zip | |
* frames.texi (Window System Selections): Remove clipboard from
description of selection-coding-system.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/frames.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 3a74275c9a3..9f87f71416b 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-11-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * frames.texi (Window System Selections): Remove clipboard from | ||
| 4 | description of selection-coding-system. | ||
| 5 | |||
| 1 | 2006-11-06 Richard Stallman <rms@gnu.org> | 6 | 2006-11-06 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * lists.texi (List Variables): Document COMPARE-FN. | 8 | * lists.texi (List Variables): Document COMPARE-FN. |
diff --git a/lispref/frames.texi b/lispref/frames.texi index 617a2a1d05d..364f7d480e1 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -1691,7 +1691,7 @@ the third, and so on through all eight cut buffers. | |||
| 1691 | 1691 | ||
| 1692 | @defvar selection-coding-system | 1692 | @defvar selection-coding-system |
| 1693 | This variable specifies the coding system to use when reading and | 1693 | This variable specifies the coding system to use when reading and |
| 1694 | writing selections, the clipboard, or a cut buffer. @xref{Coding | 1694 | writing selections or the clipboard. @xref{Coding |
| 1695 | Systems}. The default is @code{compound-text-with-extensions}, which | 1695 | Systems}. The default is @code{compound-text-with-extensions}, which |
| 1696 | converts to the text representation that X11 normally uses. | 1696 | converts to the text representation that X11 normally uses. |
| 1697 | @end defvar | 1697 | @end defvar |