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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/maintaining.texi [emacs-unicode-2]
Date: Wed, 15 Sep 2004 05:22:49 -0400

Index: emacs/man/maintaining.texi
diff -c emacs/man/maintaining.texi:1.28.6.1 emacs/man/maintaining.texi:1.28.6.2
*** emacs/man/maintaining.texi:1.28.6.1 Fri Apr 16 12:50:41 2004
--- emacs/man/maintaining.texi  Wed Sep 15 08:59:58 2004
***************
*** 343,348 ****
--- 343,351 ----
  and all occurrences of @code{id=}.
  
  @item
+ In Lua input files, all functions are tags.
+ 
+ @item
  In makefiles, targets are tags; additionally, variables are tags
  unless you specify @samp{--no-globals}.
  
***************
*** 442,448 ****
  directory where the tags file was initially written.  This way, you can
  move an entire directory tree containing both the tags file and the
  source files, and the tags file will still refer correctly to the source
! files.
  
    If you specify absolute file names as arguments to @code{etags}, then
  the tags file will contain absolute file names.  This way, the tags file
--- 445,452 ----
  directory where the tags file was initially written.  This way, you can
  move an entire directory tree containing both the tags file and the
  source files, and the tags file will still refer correctly to the source
! files.  If the tags file is in @file{/dev}, however, the file names are
! made relative to the current working directory.
  
    If you specify absolute file names as arguments to @code{etags}, then
  the tags file will contain absolute file names.  This way, the tags file




reply via email to

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