diff options
| author | Richard M. Stallman | 2007-11-15 11:58:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-11-15 11:58:22 +0000 |
| commit | a5ab2e0c993791bf3bb1a0dc9378119fc44a6e2e (patch) | |
| tree | 3c614d7aa8df4a57e9223a25824df3e391b599e8 | |
| parent | 0a3333b5a69175bf284406e98a01a09b65f26b60 (diff) | |
| download | emacs-a5ab2e0c993791bf3bb1a0dc9378119fc44a6e2e.tar.gz emacs-a5ab2e0c993791bf3bb1a0dc9378119fc44a6e2e.zip | |
(Communication Coding): Document x-select-request-type.
| -rw-r--r-- | man/ChangeLog | 13 | ||||
| -rw-r--r-- | man/mule.texi | 9 |
2 files changed, 22 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 5dc97b83329..5b4b7bc6bba 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2007-11-15 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * cl.texi (Equality Predicates): Delete `eql'. | ||
| 4 | (Predicates, Naming Conventions, Top): Delete `eql'. | ||
| 5 | (Common Lisp Compatibility): Delete `eql'. | ||
| 6 | (Porting Common Lisp): Delete obsolete backquote info. | ||
| 7 | Minor clarification about character constants. | ||
| 8 | (Sequence Basics): Minor clarification. | ||
| 9 | |||
| 10 | 2007-11-15 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 11 | |||
| 12 | * mule.texi (Communication Coding): Document x-select-request-type. | ||
| 13 | |||
| 1 | 2007-11-11 Glenn Morris <rgm@gnu.org> | 14 | 2007-11-11 Glenn Morris <rgm@gnu.org> |
| 2 | 15 | ||
| 3 | * calendar.texi (Special Diary Entries): Fix Thanksgiving example. | 16 | * calendar.texi (Special Diary Entries): Fix Thanksgiving example. |
diff --git a/man/mule.texi b/man/mule.texi index c71c820dc27..018521dff42 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -1103,6 +1103,15 @@ specified by one of the environment variables @env{LC_ALL}, | |||
| 1103 | specified above, whose value is nonempty is the one that determines | 1103 | specified above, whose value is nonempty is the one that determines |
| 1104 | the text representation.) | 1104 | the text representation.) |
| 1105 | 1105 | ||
| 1106 | @vindex x-select-request-type | ||
| 1107 | The variable @code{x-select-request-type} specifies a selection data | ||
| 1108 | type of selection to request from the X server. The default value is | ||
| 1109 | @code{nil}, which means Emacs tries @code{COMPOUND_TEXT} and | ||
| 1110 | @code{UTF8_STRING}, and uses whichever result seems more appropriate. | ||
| 1111 | You can explicitly specify the data type by setting the variable to | ||
| 1112 | one of the symbols @code{COMPOUND_TEXT}, @code{UTF8_STRING}, | ||
| 1113 | @code{STRING} and @code{TEXT}. | ||
| 1114 | |||
| 1106 | @node File Name Coding | 1115 | @node File Name Coding |
| 1107 | @section Coding Systems for File Names | 1116 | @section Coding Systems for File Names |
| 1108 | 1117 | ||