emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/etags.c


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lib-src/etags.c
Date: Fri, 28 Mar 2003 08:09:11 -0500

Index: emacs/lib-src/etags.c
diff -c emacs/lib-src/etags.c:3.32 emacs/lib-src/etags.c:3.33
*** emacs/lib-src/etags.c:3.32  Thu Jan  9 10:21:57 2003
--- emacs/lib-src/etags.c       Tue Jan 21 13:28:35 2003
***************
*** 589,596 ****
      "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 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\
--- 589,596 ----
      "pdb",                    /* Postscript with C syntax */
      NULL };
  static char Cplusplus_help [] =
! "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,607 ****
    { "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).";
  
  
  static char *Cobol_suffixes [] =
--- 601,607 ----
    { "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.)";
  
  
  static char *Cobol_suffixes [] =




reply via email to

[Prev in Thread] Current Thread [Next in Thread]