aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-11-15 11:58:22 +0000
committerRichard M. Stallman2007-11-15 11:58:22 +0000
commita5ab2e0c993791bf3bb1a0dc9378119fc44a6e2e (patch)
tree3c614d7aa8df4a57e9223a25824df3e391b599e8
parent0a3333b5a69175bf284406e98a01a09b65f26b60 (diff)
downloademacs-a5ab2e0c993791bf3bb1a0dc9378119fc44a6e2e.tar.gz
emacs-a5ab2e0c993791bf3bb1a0dc9378119fc44a6e2e.zip
(Communication Coding): Document x-select-request-type.
-rw-r--r--man/ChangeLog13
-rw-r--r--man/mule.texi9
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 @@
12007-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
102007-11-15 Kenichi Handa <handa@ni.aist.go.jp>
11
12 * mule.texi (Communication Coding): Document x-select-request-type.
13
12007-11-11 Glenn Morris <rgm@gnu.org> 142007-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},
1103specified above, whose value is nonempty is the one that determines 1103specified above, whose value is nonempty is the one that determines
1104the text representation.) 1104the text representation.)
1105 1105
1106@vindex x-select-request-type
1107 The variable @code{x-select-request-type} specifies a selection data
1108type 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.
1111You can explicitly specify the data type by setting the variable to
1112one 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