emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/maintaining.texi


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/man/maintaining.texi
Date: Wed, 26 Dec 2001 16:49:42 -0500

Index: emacs/man/maintaining.texi
diff -c emacs/man/maintaining.texi:1.13 emacs/man/maintaining.texi:1.14
*** emacs/man/maintaining.texi:1.13     Thu Dec 20 04:14:27 2001
--- emacs/man/maintaining.texi  Wed Dec 26 16:49:41 2001
***************
*** 332,347 ****
  
  @item
  In Objective C code, tags include Objective C definitions for classes,
! class categories, methods, and protocols.
  
  @item
  In Pascal code, the tags are the functions and procedures defined in
  the file.
  
  @item
! In Perl code, the tags are the procedures defined by the @code{sub},
! @code{my} and @code{local} keywords.  Use @samp{--globals} if you want
! to tag global variables.
  
  @item
  In PHP code, tags are functions, classes and defines.  When using the
--- 332,352 ----
  
  @item
  In Objective C code, tags include Objective C definitions for classes,
! class categories, methods, and protocols.  Tags for variables and
! functions in classes are named @address@hidden::@var{variable}} and
! @address@hidden::@var{function}}.
  
  @item
  In Pascal code, the tags are the functions and procedures defined in
  the file.
  
  @item
! In Perl code, the tags are the packages, subroutines and variables
! defined by the @code{package}, @code{sub}, @code{my} and @code{local}
! keywords.  Use @samp{--globals} if you want to tag global variables.
! Tags for subroutines are named @address@hidden::@var{sub}}.  The
! name for subroutines defined in the default package is
! @samp{main::@var{sub}}.
  
  @item
  In PHP code, tags are functions, classes and defines.  When using the



reply via email to

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