aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorDave Love2003-01-21 18:28:35 +0000
committerDave Love2003-01-21 18:28:35 +0000
commit373df066fbfd637a8e9408b9f64b6e605b41783f (patch)
tree23b37c6821a351d66ccd47dd3c0480b4c4f85fc2 /lib-src
parente87944765bf4353c0b9b30b3d11172247da35d29 (diff)
downloademacs-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.c6
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 };
591static char Cplusplus_help [] = 591static 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\
594In addition to C tags, member functions are also recognized, and\n\ 594In addition to C tags, member functions are also recognized, and\n\
595optionally member variables if you use the `--members' option.\n\ 595optionally member variables if you use the `--members' option.\n\
596Tags for variables and functions in classes are named `CLASS::VARIABLE'\n\ 596Tags 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 };
602static char Cjava_help [] = 602static 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\
604tagged (use --help --lang=c --lang=c++ --lang=java for full help)."; 604tagged. (Use --help --lang=c --lang=c++ --lang=java for full help.)";
605 605
606 606
607static char *Cobol_suffixes [] = 607static char *Cobol_suffixes [] =