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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/maintaining.texi [lexbind]
Date: Wed, 15 Sep 2004 20:32:51 -0400

Index: emacs/man/maintaining.texi
diff -c emacs/man/maintaining.texi:1.19.2.2 emacs/man/maintaining.texi:1.19.2.3
*** emacs/man/maintaining.texi:1.19.2.2 Tue Oct 14 22:56:24 2003
--- emacs/man/maintaining.texi  Thu Sep 16 00:15:00 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]