]> git.eshelyaron.com Git - emacs.git/commit
Copy-edit doc strings and comments wrt bignum and fixnum
authorMattias Engdegård <mattiase@acm.org>
Thu, 18 Aug 2022 10:08:24 +0000 (12:08 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 18 Aug 2022 15:10:46 +0000 (17:10 +0200)
commitf33a429a53ea2647199804f12e16c65768d526d5
tree14bb7d259c719135775d6b4d3aa692e0789545a2
parente75822fba6ee5f1cced6b87305fc0f444803feb7
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.
src/charset.c
src/editfns.c
src/font.c
src/pgtkselect.c
src/process.c
src/xselect.c