diff options
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c index 9eee4ee9593..d2ab416176c 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -2354,7 +2354,7 @@ x_fill_property_data (Display *dpy, Lisp_Object data, void *ret, int format) | |||
| 2354 | F is the frame to be used to look up X atoms if the TYPE is XA_ATOM. | 2354 | F is the frame to be used to look up X atoms if the TYPE is XA_ATOM. |
| 2355 | DATA is a C array of values to be converted. | 2355 | DATA is a C array of values to be converted. |
| 2356 | TYPE is the type of the data. Only XA_ATOM is special, it converts | 2356 | TYPE is the type of the data. Only XA_ATOM is special, it converts |
| 2357 | each number in DATA to its corresponfing X atom as a symbol. | 2357 | each number in DATA to its corresponding X atom as a symbol. |
| 2358 | FORMAT is 8, 16 or 32 and gives the size in bits for each C value to | 2358 | FORMAT is 8, 16 or 32 and gives the size in bits for each C value to |
| 2359 | be stored in RET. | 2359 | be stored in RET. |
| 2360 | SIZE is the number of elements in DATA. | 2360 | SIZE is the number of elements in DATA. |