Show
Ignore:
Timestamp:
10/02/05 09:47:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc

    • Property svn:ignore changed from
      DOC-X
      to
      DOC-X
      icons
      DOC
  • trunk/etc/etags.1

    r3828 r3894  
    9494.B \-d, \-\-defines 
    9595Create tag entries for C preprocessor constant definitions 
    96 and enum constants, too.  This is the 
    97 default behavior for \fBetags\fP
     96and enum constants, too.  Since this is the default behavior of 
     97\fBetags\fP, only \fBctags\fP accepts this option
    9898.TP 
    9999.B \-D, \-\-no\-defines 
     
    101101and enum constants. 
    102102This may make the tags file much smaller if many header files are tagged. 
    103 This is the default behavior for \fBctags\fP. 
    104 .TP 
    105 .B \-g, \-\-globals 
     103Since this is the default behavior of \fBctags\fP, only \fBetags\fP 
     104accepts this option. 
     105.TP 
     106.B \-\-globals 
    106107Create tag entries for global variables in C, C++, Objective C, Java, 
    107108and Perl. 
    108 This is the default behavior for \fBetags\fP. 
    109 .TP 
    110 .B \-G, \-\-no\-globals 
     109Since this is the default behavior of \fBetags\fP, only \fBctags\fP 
     110accepts this option. 
     111.TP 
     112.B \-\-no\-globals 
    111113Do not tag global variables.  Typically this reduces the file size by 
    112 one fourth.  This is the default behavior for \fBctags\fP. 
     114one fourth.  Since this is the default behavior of \fBctags\fP, only 
     115\fBetags\fP accepts this option. 
    113116.TP 
    114117\fB\-i\fP \fIfile\fP, \fB\-\-include=\fIfile\fP 
    115118Include a note in the tag file indicating that, when searching for a 
    116119tag, one should also consult the tags file \fIfile\fP after checking the 
    117 current file.  This options is only accepted by \fBetags\fP
     120current file.  Only \fBetags\fP accepts this option
    118121.TP 
    119122.B \-I, \-\-ignore\-indentation