Mercurial > hg > xemacs-beta
comparison src/select.c @ 2757:7844ab77b582
[xemacs-hg @ 2005-05-05 17:10:19 by aidan]
Some spelling and grammar fixes.
author | aidan |
---|---|
date | Thu, 05 May 2005 17:10:54 +0000 |
parents | 5e906dd5c3e9 |
children | facf3239ba30 |
comparison
equal
deleted
inserted
replaced
2756:f441e940eed8 | 2757:7844ab77b582 |
---|---|
512 return Qnil; | 512 return Qnil; |
513 } | 513 } |
514 | 514 |
515 /* Get the timestamp of the given selection */ | 515 /* Get the timestamp of the given selection */ |
516 DEFUN ("get-xemacs-selection-timestamp", Fget_selection_timestamp, 1, 1, 0, /* | 516 DEFUN ("get-xemacs-selection-timestamp", Fget_selection_timestamp, 1, 1, 0, /* |
517 Return timestamp for SELECTION, if belongs to XEmacs and exists. | 517 Return timestamp for SELECTION, if it belongs to XEmacs and exists. |
518 | 518 |
519 The timestamp is a cons of two integers, the first being the higher-order | 519 The timestamp is a cons of two integers, the first being the higher-order |
520 sixteen bits of the device-specific thirty-two-bit quantity, the second | 520 sixteen bits of the device-specific thirty-two-bit quantity, the second |
521 being the lower-order sixteen bits of same. Expect to see this API change | 521 being the lower-order sixteen bits of same. Expect to see this API change |
522 when and if redisplay on a window system with timestamps wider than 32bits | 522 when and if redisplay on a window system with timestamps wider than 32bits |