1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

American English spelling fix.

This commit is contained in:
Glenn Morris 2008-06-27 02:41:14 +00:00
parent 04bf5b655a
commit 6772c8e169
37 changed files with 75 additions and 76 deletions

View file

@ -1533,7 +1533,7 @@
* etags.c (add_regex): Better check for null regexps.
(readline): Check for regex matching null string.
(find_entries): Reorganisation.
(find_entries): Reorganization.
2002-06-07 Francesco Potortì <pot@gnu.org>

View file

@ -65,7 +65,7 @@ University of California, as described above. */
* 1985 Emacs TAGS format by Richard Stallman.
* 1989 Sam Kendall added C++.
* 1992 Joseph B. Wells improved C and C++ parsing.
* 1993 Francesco Potortì reorganised C and C++.
* 1993 Francesco Potortì reorganized C and C++.
* 1994 Line-by-line regexp tags by Tom Tromey.
* 2001 Nested classes by Francesco Potortì (concept by Mykola Dzyuba).
* 2002 #line directives by Francesco Potortì.