summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2003-01-21 18:28:35 +0000
committerDave Love <fx@gnu.org>2003-01-21 18:28:35 +0000
commitd709de1b3d8ebea71d6ac075736ecae2205020ff (patch)
treeb81b9b4b2ebefa243fcca42b46fce4460eaf7372 /lib-src
parentb0ffcd7bf62e98560d9a2dd4cc8a10873f5e9550 (diff)
downloademacs-d709de1b3d8ebea71d6ac075736ecae2205020ff.tar.gz
(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 [] =
"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 @@ static char *Cjava_suffixes [] =
{ "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 [] =