diff options
| author | Mattias EngdegÄrd | 2022-08-18 12:08:24 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2022-08-18 17:10:46 +0200 |
| commit | f33a429a53ea2647199804f12e16c65768d526d5 (patch) | |
| tree | 14bb7d259c719135775d6b4d3aa692e0789545a2 /src/pgtkselect.c | |
| parent | e75822fba6ee5f1cced6b87305fc0f444803feb7 (diff) | |
| download | emacs-f33a429a53ea2647199804f12e16c65768d526d5.tar.gz emacs-f33a429a53ea2647199804f12e16c65768d526d5.zip | |
Copy-edit doc strings and comments wrt bignum and fixnum
Don't say that a value is a fixnum if small enough and a bignum
otherwise, because that is now how Lisp integers always work,
and we generally don't expose the fixnum/bignum difference to the user
unless really necessary.
* src/charset.c (Fencode_char):
* src/editfns.c (Fuser_uid, Fuser_real_uid, Fgroup_gid)
(Fgroup_real_gid, Femacs_pid):
* src/font.c (Ffont_variation_glyphs):
* src/process.c (Fprocess_id):
Edit doc strings.
* src/pgtkselect.c:
* src/xselect.c: Edit comments.
Diffstat (limited to 'src/pgtkselect.c')
| -rw-r--r-- | src/pgtkselect.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pgtkselect.c b/src/pgtkselect.c index e0230003b3a..212bbd56aa4 100644 --- a/src/pgtkselect.c +++ b/src/pgtkselect.c | |||
| @@ -1248,8 +1248,7 @@ pgtk_get_window_property_as_lisp_data (struct pgtk_display_info *dpyinfo, | |||
| 1248 | ATOM 32 > 1 Vector of Symbols | 1248 | ATOM 32 > 1 Vector of Symbols |
| 1249 | * 16 1 Integer | 1249 | * 16 1 Integer |
| 1250 | * 16 > 1 Vector of Integers | 1250 | * 16 > 1 Vector of Integers |
| 1251 | * 32 1 if small enough: fixnum | 1251 | * 32 1 Integer |
| 1252 | otherwise: bignum | ||
| 1253 | * 32 > 1 Vector of the above | 1252 | * 32 > 1 Vector of the above |
| 1254 | 1253 | ||
| 1255 | When converting an object to C, it may be of the form (SYMBOL | 1254 | When converting an object to C, it may be of the form (SYMBOL |