diff options
| author | Glenn Morris | 2011-03-02 00:53:23 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-02 00:53:23 -0800 |
| commit | 8ef5a2f2e2ea21cbbec50afe43c338c0d8bda353 (patch) | |
| tree | a9f1aac091356d7ea8b8bbf19e7f06657a5daf32 /doc | |
| parent | 3ab7ebb9c598e33b1b90b3fe7adedf86c6ec8a48 (diff) | |
| download | emacs-8ef5a2f2e2ea21cbbec50afe43c338c0d8bda353.tar.gz emacs-8ef5a2f2e2ea21cbbec50afe43c338c0d8bda353.zip | |
Doc fix for bug#8148.
* doc/emacs/mule.texi (Communication Coding) <x-select-request-type>:
Remove duplicate (essentially) paragraph.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/mule.texi | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 8438fa4952c..5481e7f51dc 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-03-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * mule.texi (Communication Coding) <x-select-request-type>: | ||
| 4 | Remove duplicate (essentially) paragraph. (Bug#8148) | ||
| 5 | |||
| 1 | 2011-03-01 Christoph Scholtes <cschol2112@googlemail.com> | 6 | 2011-03-01 Christoph Scholtes <cschol2112@googlemail.com> |
| 2 | 7 | ||
| 3 | * maintaining.texi (Format of ChangeLog): Add reference to | 8 | * maintaining.texi (Format of ChangeLog): Add reference to |
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index f0facec86c1..22c155d26de 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -1153,15 +1153,6 @@ specified by one of the environment variables @env{LC_ALL}, | |||
| 1153 | specified above, whose value is nonempty is the one that determines | 1153 | specified above, whose value is nonempty is the one that determines |
| 1154 | the text representation.) | 1154 | the text representation.) |
| 1155 | 1155 | ||
| 1156 | @vindex x-select-request-type | ||
| 1157 | The variable @code{x-select-request-type} specifies a selection data | ||
| 1158 | type of selection to request from the X server. The default value is | ||
| 1159 | @code{nil}, which means Emacs tries @code{COMPOUND_TEXT} and | ||
| 1160 | @code{UTF8_STRING}, and uses whichever result seems more appropriate. | ||
| 1161 | You can explicitly specify the data type by setting the variable to | ||
| 1162 | one of the symbols @code{COMPOUND_TEXT}, @code{UTF8_STRING}, | ||
| 1163 | @code{STRING} and @code{TEXT}. | ||
| 1164 | |||
| 1165 | @node File Name Coding | 1156 | @node File Name Coding |
| 1166 | @section Coding Systems for File Names | 1157 | @section Coding Systems for File Names |
| 1167 | 1158 | ||