diff options
| author | Eli Zaretskii | 2024-08-31 08:14:13 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2024-08-31 08:14:13 -0400 |
| commit | d1f896b5f8918ecd29a7e8e7a835ffefb655ddb5 (patch) | |
| tree | f4b2b4761623cba15beea66428881cf45f2a2f4c /lib | |
| parent | fa00e4a10c82b87143a21d494cdc5cfee94d2d1a (diff) | |
| parent | 4b60267d832e0de209dd7a7665f7ed165091bd7d (diff) | |
| download | emacs-d1f896b5f8918ecd29a7e8e7a835ffefb655ddb5.tar.gz emacs-d1f896b5f8918ecd29a7e8e7a835ffefb655ddb5.zip | |
Merge from origin/emacs-30
4b60267d832 Make Python skeletons available in 'python-ts-mode' as well
62dcbfb776f Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/...
1baa62b2ac1 ; * etc/NEWS: Fix typos.
dfcfaa0ef58 More accurate documentation of 'equal' in ELisp Reference
baaf97ce1a1 ; Fix some ungrammatical uses of "allows to"
# Conflicts:
# etc/NEWS
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/cdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cdefs.h b/lib/cdefs.h index d38382ad9d8..02fcabce722 100644 --- a/lib/cdefs.h +++ b/lib/cdefs.h | |||
| @@ -497,7 +497,7 @@ | |||
| 497 | # endif | 497 | # endif |
| 498 | #endif | 498 | #endif |
| 499 | 499 | ||
| 500 | /* ISO C99 also allows to declare arrays as non-overlapping. The syntax is | 500 | /* ISO C99 also allows declaring arrays as non-overlapping. The syntax is |
| 501 | array_name[restrict] | 501 | array_name[restrict] |
| 502 | GCC 3.1 and clang support this. | 502 | GCC 3.1 and clang support this. |
| 503 | This syntax is not usable in C++ mode. */ | 503 | This syntax is not usable in C++ mode. */ |