Mercurial > emacs
changeset 49360:d257d0cb93b4
(Cplusplus_help, Cjava_help): Re-phrase and avoid
column-0 `('.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 21 Jan 2003 18:28:35 +0000 |
parents | 14cf50ecf91a |
children | 644c7fb7d69d |
files | lib-src/etags.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 [] =