diff options
| author | Dave Love | 2003-01-21 18:28:35 +0000 |
|---|---|---|
| committer | Dave Love | 2003-01-21 18:28:35 +0000 |
| commit | 373df066fbfd637a8e9408b9f64b6e605b41783f (patch) | |
| tree | 23b37c6821a351d66ccd47dd3c0480b4c4f85fc2 /lib-src | |
| parent | e87944765bf4353c0b9b30b3d11172247da35d29 (diff) | |
| download | emacs-373df066fbfd637a8e9408b9f64b6e605b41783f.tar.gz emacs-373df066fbfd637a8e9408b9f64b6e605b41783f.zip | |
(Cplusplus_help, Cjava_help): Re-phrase and avoid
column-0 `('.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index e9f1028d222..4d027646313 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -589,8 +589,8 @@ static char *Cplusplus_suffixes [] = | |||
| 589 | "pdb", /* Postscript with C syntax */ | 589 | "pdb", /* Postscript with C syntax */ |
| 590 | NULL }; | 590 | NULL }; |
| 591 | static char Cplusplus_help [] = | 591 | static char Cplusplus_help [] = |
| 592 | "In C++ code, all the tag constructs of C code are tagged\n\ | 592 | "In C++ code, all the tag constructs of C code are tagged. (Use\n\ |
| 593 | (use --help --lang=c --lang=c++ for full help).\n\ | 593 | --help --lang=c --lang=c++ for full help.)\n\ |
| 594 | In addition to C tags, member functions are also recognized, and\n\ | 594 | In addition to C tags, member functions are also recognized, and\n\ |
| 595 | optionally member variables if you use the `--members' option.\n\ | 595 | optionally member variables if you use the `--members' option.\n\ |
| 596 | Tags for variables and functions in classes are named `CLASS::VARIABLE'\n\ | 596 | Tags for variables and functions in classes are named `CLASS::VARIABLE'\n\ |
| @@ -601,7 +601,7 @@ static char *Cjava_suffixes [] = | |||
| 601 | { "java", NULL }; | 601 | { "java", NULL }; |
| 602 | static char Cjava_help [] = | 602 | static char Cjava_help [] = |
| 603 | "In Java code, all the tags constructs of C and C++ code are\n\ | 603 | "In Java code, all the tags constructs of C and C++ code are\n\ |
| 604 | tagged (use --help --lang=c --lang=c++ --lang=java for full help)."; | 604 | tagged. (Use --help --lang=c --lang=c++ --lang=java for full help.)"; |
| 605 | 605 | ||
| 606 | 606 | ||
| 607 | static char *Cobol_suffixes [] = | 607 | static char *Cobol_suffixes [] = |