diff options
| author | Glenn Morris | 2020-04-20 07:50:19 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-04-20 07:50:19 -0700 |
| commit | 477b9eaf45da1ebc4f2117d69df3571f0bf61e47 (patch) | |
| tree | 4600314923713c339c41cd450f50e64c3f16a8aa /lib | |
| parent | 80f04b5d7c817977a365a999693443c4e04e5223 (diff) | |
| parent | 05089a4d65831c5e873956f5f2d92a3d5672d405 (diff) | |
| download | emacs-477b9eaf45da1ebc4f2117d69df3571f0bf61e47.tar.gz emacs-477b9eaf45da1ebc4f2117d69df3571f0bf61e47.zip | |
Merge from origin/emacs-27
05089a4d65 (origin/emacs-27) Tweak wording re constant variables
a1040861f1 Tweak setcar-related wording
751510f865 * lisp/image-mode.el: Add prefix key 's' and reduce depend...
9261a219ec * doc/emacs/windows.texi (Window Convenience): Decribe mor...
e1d42da0d6 Fix mutability glitches reported by Drew Adams
5805df74f5 Improve mutability doc
dca35b31d0 Improve mutability documentation
81e7d7f111 Document that quoting yields constants
5734339f40 * doc/lispref/keymaps.texi (Extended Menu Items, Easy Menu...
14a570afae Remove #' and function quoting from lambda forms in manual
d5ec18c66b * src/regex-emacs.c (re_match_2_internal): Rework comment ...
4df8a61117 Add new node "Image Mode" to Emacs Manual.
d7d5ee6c57 ; Fix a typo in cmdargs.texi (bug#40701)
5e9db48fbe * doc/lispref/display.texi (Customizing Bitmaps): Fix typo.
eebfb72c90 Document constant vs mutable objects better
6c187ed6b0 Improve documentation of 'sort-lines'
52288f4b66 Mention 'spam-stat-process-directory-age' in the documenta...
067b070598 ; Fix some typos and doc issues (bug#40695)
# Conflicts:
# etc/NEWS
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ieee754.in.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ieee754.in.h b/lib/ieee754.in.h index d64bb46e9de..01ca648905f 100644 --- a/lib/ieee754.in.h +++ b/lib/ieee754.in.h | |||
| @@ -67,7 +67,7 @@ union ieee754_float | |||
| 67 | #endif /* Little endian. */ | 67 | #endif /* Little endian. */ |
| 68 | } ieee; | 68 | } ieee; |
| 69 | 69 | ||
| 70 | /* This format makes it easier to see if a NaN is a signalling NaN. */ | 70 | /* This format makes it easier to see if a NaN is a signaling NaN. */ |
| 71 | struct | 71 | struct |
| 72 | { | 72 | { |
| 73 | #if __BYTE_ORDER == __BIG_ENDIAN | 73 | #if __BYTE_ORDER == __BIG_ENDIAN |
| @@ -118,7 +118,7 @@ union ieee754_double | |||
| 118 | #endif /* Little endian. */ | 118 | #endif /* Little endian. */ |
| 119 | } ieee; | 119 | } ieee; |
| 120 | 120 | ||
| 121 | /* This format makes it easier to see if a NaN is a signalling NaN. */ | 121 | /* This format makes it easier to see if a NaN is a signaling NaN. */ |
| 122 | struct | 122 | struct |
| 123 | { | 123 | { |
| 124 | #if __BYTE_ORDER == __BIG_ENDIAN | 124 | #if __BYTE_ORDER == __BIG_ENDIAN |