diff options
| author | Glenn Morris | 2008-07-01 03:05:49 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-07-01 03:05:49 +0000 |
| commit | a7c29764d9dd1df1e77be02001b5bcc838dd561e (patch) | |
| tree | c5177667ab7068e9357827394993afa94f1f65b9 /lib-src | |
| parent | f838179402f8cc11610180c166258a607b2b6709 (diff) | |
| download | emacs-a7c29764d9dd1df1e77be02001b5bcc838dd561e.tar.gz emacs-a7c29764d9dd1df1e77be02001b5bcc838dd561e.zip | |
American English spelling fixes.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ae247d96cfe..854b01a0c1d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -436,7 +436,7 @@ | |||
| 436 | 436 | ||
| 437 | * etags.c (readline): When creating a relative file name from a | 437 | * etags.c (readline): When creating a relative file name from a |
| 438 | #line directive, leave the file name alone. The previous | 438 | #line directive, leave the file name alone. The previous |
| 439 | behaviour was to make it relative to the tags file directory, | 439 | behavior was to make it relative to the tags file directory, |
| 440 | under the hypothesis that the #line directive file name was | 440 | under the hypothesis that the #line directive file name was |
| 441 | relative to the directory of the tagged file. That hypothesis is | 441 | relative to the directory of the tagged file. That hypothesis is |
| 442 | wrong with Cpp and Lex. | 442 | wrong with Cpp and Lex. |
| @@ -1784,7 +1784,7 @@ | |||
| 1784 | 2002-03-05 Francesco Potortì <pot@gnu.org> | 1784 | 2002-03-05 Francesco Potortì <pot@gnu.org> |
| 1785 | 1785 | ||
| 1786 | * etags.c: Honour #line directives. | 1786 | * etags.c: Honour #line directives. |
| 1787 | (no_line_directive): New global var; set it for old behaviour. | 1787 | (no_line_directive): New global var; set it for old behavior. |
| 1788 | (main): Remove some #ifdef in the getopt switch. | 1788 | (main): Remove some #ifdef in the getopt switch. |
| 1789 | (add_node, put_entries): Code added to merge different chunks of | 1789 | (add_node, put_entries): Code added to merge different chunks of |
| 1790 | nodes referring to the same file. Currently the tags are just | 1790 | nodes referring to the same file. Currently the tags are just |
| @@ -2662,7 +2662,7 @@ | |||
| 2662 | 2662 | ||
| 2663 | * etags.c (sym_type): New st_C_extern tag. | 2663 | * etags.c (sym_type): New st_C_extern tag. |
| 2664 | (gperf input): Use it for spotting external declarations. | 2664 | (gperf input): Use it for spotting external declarations. |
| 2665 | (print_help): Document the new behaviour of --declarations. | 2665 | (print_help): Document the new behavior of --declarations. |
| 2666 | (fvextern): New global variable. | 2666 | (fvextern): New global variable. |
| 2667 | (consider_token, C_entries): Use it. | 2667 | (consider_token, C_entries): Use it. |
| 2668 | 2668 | ||