From: Jan Djärv Date: Fri, 10 Nov 2006 07:39:08 +0000 (+0000) Subject: * frames.texi (Window System Selections): Remove clipboard from X-Git-Tag: emacs-pretest-22.0.91~189 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/b9660a6f994cee19600e1dc229908975e64309e3?hp=edf6fbc5f7f2dd9bf329477fd81e2c97b1cbb86c * frames.texi (Window System Selections): Remove clipboard from description of selection-coding-system. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 3a74275c9a..9f87f71416 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-11-10 Jan Dj,Ad(Brv + + * frames.texi (Window System Selections): Remove clipboard from + description of selection-coding-system. + 2006-11-06 Richard Stallman * lists.texi (List Variables): Document COMPARE-FN. diff --git a/lispref/frames.texi b/lispref/frames.texi index 617a2a1d05..364f7d480e 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -1691,7 +1691,7 @@ the third, and so on through all eight cut buffers. @defvar selection-coding-system This variable specifies the coding system to use when reading and -writing selections, the clipboard, or a cut buffer. @xref{Coding +writing selections or the clipboard. @xref{Coding Systems}. The default is @code{compound-text-with-extensions}, which converts to the text representation that X11 normally uses. @end defvar