emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/Attic/maintaining.texi, v [EMACS_22_B


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/man/Attic/maintaining.texi, v [EMACS_22_BASE]
Date: Thu, 22 Nov 2007 12:45:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Francesco Potortì <pot>        07/11/22 12:45:49

Index: maintaining.texi
===================================================================
RCS file: /sources/emacs/emacs/man/Attic/maintaining.texi,v
retrieving revision 1.49.2.2
retrieving revision 1.49.2.3
diff -u -b -r1.49.2.2 -r1.49.2.3
--- maintaining.texi    6 Jun 2007 23:38:45 -0000       1.49.2.2
+++ maintaining.texi    22 Nov 2007 12:45:49 -0000      1.49.2.3
@@ -186,19 +186,19 @@
 constants are also
 tags, unless you specify @samp{--no-defines} when making the tags table.
 Similarly, global variables are tags, unless you specify
address@hidden, and so are struct members, unless you specify
address@hidden  Use of @samp{--no-globals}, @samp{--no-defines}
-and @samp{--no-members} can make the tags table file much smaller.
address@hidden  Use of @samp{--no-globals} and @samp{--no-defines}
+can make the tags table file much smaller.
 
 You can tag function declarations and external variables in addition
 to function definitions by giving the @samp{--declarations} option to
address@hidden
address@hidden  You can tag struct members with the @samp{--members}
+option.
 
 @item
 In C++ code, in addition to all the tag constructs of C code, member
-functions are also recognized; member variables are also recognized,
-unless you use the @samp{--no-members} option.  Tags for variables and
-functions in classes are named @address@hidden::@var{variable}} and
+functions are also recognized, and optionally member variables if you
+use the @samp{--members} option.  Tags for variables and functions in
+classes are named @address@hidden::@var{variable}} and
 @address@hidden::@var{function}}.  @code{operator} definitions have
 tag names like @samp{operator+}.
 
@@ -329,8 +329,8 @@
 @samp{main::@var{sub}}.
 
 @item
-In PHP code, tags are functions, classes and defines.  Vars are tags
-too, unless you use the @samp{--no-members} option.
+In PHP code, tags are functions, classes and defines.  When using the
address@hidden option, vars are tags too.
 
 @item
 In PostScript code, the tags are the functions.




reply via email to

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