diff options
Diffstat (limited to 'lispref/frames.texi')
| -rw-r--r-- | lispref/frames.texi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index ffcc16f6289..10035b76f9f 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -1550,13 +1550,13 @@ clients. It takes two optional arguments, @var{type} and | |||
| 1550 | The @var{data-type} argument specifies the form of data conversion to | 1550 | The @var{data-type} argument specifies the form of data conversion to |
| 1551 | use, to convert the raw data obtained from another X client into Lisp | 1551 | use, to convert the raw data obtained from another X client into Lisp |
| 1552 | data. Meaningful values include @code{TEXT}, @code{STRING}, | 1552 | data. Meaningful values include @code{TEXT}, @code{STRING}, |
| 1553 | @code{UTF8_STRING}, | 1553 | @code{UTF8_STRING}, @code{TARGETS}, @code{LENGTH}, @code{DELETE}, |
| 1554 | @code{TARGETS}, @code{LENGTH}, @code{DELETE}, @code{FILE_NAME}, | 1554 | @code{FILE_NAME}, @code{CHARACTER_POSITION}, @code{NAME}, |
| 1555 | @code{CHARACTER_POSITION}, @code{LINE_NUMBER}, @code{COLUMN_NUMBER}, | 1555 | @code{LINE_NUMBER}, @code{COLUMN_NUMBER}, @code{OWNER_OS}, |
| 1556 | @code{OWNER_OS}, @code{HOST_NAME}, @code{USER}, @code{CLASS}, | 1556 | @code{HOST_NAME}, @code{USER}, @code{CLASS}, @code{ATOM}, and |
| 1557 | @code{NAME}, @code{ATOM}, and @code{INTEGER}. (These are symbols with | 1557 | @code{INTEGER}. (These are symbols with upper-case names in accord |
| 1558 | upper-case names in accord with X conventions.) The default for | 1558 | with X conventions.) The default for @var{data-type} is |
| 1559 | @var{data-type} is @code{STRING}. | 1559 | @code{STRING}. |
| 1560 | @end defun | 1560 | @end defun |
| 1561 | 1561 | ||
| 1562 | @cindex cut buffer | 1562 | @cindex cut buffer |
| @@ -1822,8 +1822,8 @@ xterm.vt100.background: yellow | |||
| 1822 | @end example | 1822 | @end example |
| 1823 | 1823 | ||
| 1824 | @noindent | 1824 | @noindent |
| 1825 | in in your X resources file (usually named @file{~/.Xdefaults} or | 1825 | in in your X resources file (whose name is usually @file{~/.Xdefaults} |
| 1826 | @file{~/.Xresources}). Then: | 1826 | or @file{~/.Xresources}). Then: |
| 1827 | 1827 | ||
| 1828 | @example | 1828 | @example |
| 1829 | @group | 1829 | @group |