diff options
| author | Paul Eggert | 2011-11-14 23:55:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-14 23:55:13 -0800 |
| commit | da6062e6ea440f6cd68db251390fcb91450103ba (patch) | |
| tree | 8643e5ab1b5045cfb22e254412632f671658645f /src/xselect.c | |
| parent | 672b871d9838335ac12faaf62793a811f1269a66 (diff) | |
| download | emacs-da6062e6ea440f6cd68db251390fcb91450103ba.tar.gz emacs-da6062e6ea440f6cd68db251390fcb91450103ba.zip | |
Spelling fixes.
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 adee1872dba..4bfab4143cc 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -2355,7 +2355,7 @@ x_fill_property_data (Display *dpy, Lisp_Object data, void *ret, int format) | |||
| 2355 | F is the frame to be used to look up X atoms if the TYPE is XA_ATOM. | 2355 | F is the frame to be used to look up X atoms if the TYPE is XA_ATOM. |
| 2356 | DATA is a C array of values to be converted. | 2356 | DATA is a C array of values to be converted. |
| 2357 | TYPE is the type of the data. Only XA_ATOM is special, it converts | 2357 | TYPE is the type of the data. Only XA_ATOM is special, it converts |
| 2358 | each number in DATA to its corresponfing X atom as a symbol. | 2358 | each number in DATA to its corresponding X atom as a symbol. |
| 2359 | FORMAT is 8, 16 or 32 and gives the size in bits for each C value to | 2359 | FORMAT is 8, 16 or 32 and gives the size in bits for each C value to |
| 2360 | be stored in RET. | 2360 | be stored in RET. |
| 2361 | SIZE is the number of elements in DATA. | 2361 | SIZE is the number of elements in DATA. |