# HG changeset patch # User Dave Love # Date 1043173715 0 # Node ID d257d0cb93b4bd560b75a5c363d1ddc096904dea # Parent 14cf50ecf91af8c8067fc44f639f04719a9968a0 (Cplusplus_help, Cjava_help): Re-phrase and avoid column-0 `('. diff -r 14cf50ecf91a -r d257d0cb93b4 lib-src/etags.c --- a/lib-src/etags.c Tue Jan 21 18:14:05 2003 +0000 +++ b/lib-src/etags.c Tue Jan 21 18:28:35 2003 +0000 @@ -589,8 +589,8 @@ "pdb", /* Postscript with C syntax */ NULL }; static char Cplusplus_help [] = -"In C++ code, all the tag constructs of C code are tagged\n\ -(use --help --lang=c --lang=c++ for full help).\n\ +"In C++ code, all the tag constructs of C code are tagged. (Use\n\ +--help --lang=c --lang=c++ for full help.)\n\ In addition to C tags, member functions are also recognized, and\n\ optionally member variables if you use the `--members' option.\n\ Tags for variables and functions in classes are named `CLASS::VARIABLE'\n\ @@ -601,7 +601,7 @@ { "java", NULL }; static char Cjava_help [] = "In Java code, all the tags constructs of C and C++ code are\n\ -tagged (use --help --lang=c --lang=c++ --lang=java for full help)."; +tagged. (Use --help --lang=c --lang=c++ --lang=java for full help.)"; static char *Cobol_suffixes [] =