1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; Fix typos (don't abbreviate "with" or "without")

This commit is contained in:
Stefan Kangas 2022-12-01 16:36:09 +01:00
parent a86ccb5f9d
commit 70ecdebc92
51 changed files with 108 additions and 94 deletions

View file

@ -3661,7 +3661,7 @@
2004-05-07 Thien-Thi Nguyen <ttn@gnu.org>
* b2m.c (GOOD, BAD): Delete macros. Throughout,
replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
replace with `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
(main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
* etags.c: Likewise.