diff options
| author | Francesco Potortì | 2004-09-13 13:42:00 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2004-09-13 13:42:00 +0000 |
| commit | dfcb9727ca2405f03afbfeef4f9882949bc9ae24 (patch) | |
| tree | 50b1fb98c0efe58e88db1e1b17ff5af2070e6d30 /man | |
| parent | 38ad3429ff9ea09838335e990e7c14d3e8017b34 (diff) | |
| download | emacs-dfcb9727ca2405f03afbfeef4f9882949bc9ae24.tar.gz emacs-dfcb9727ca2405f03afbfeef4f9882949bc9ae24.zip | |
Added support in etags for the Lua script language.
Diffstat (limited to 'man')
| -rw-r--r-- | man/maintaining.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi index b5f13d5fb9f..1a8edf13188 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi | |||
| @@ -343,6 +343,9 @@ In HTML input files, the tags are the @code{title} and the @code{h1}, | |||
| 343 | and all occurrences of @code{id=}. | 343 | and all occurrences of @code{id=}. |
| 344 | 344 | ||
| 345 | @item | 345 | @item |
| 346 | In Lua input files, all functions are tags. | ||
| 347 | |||
| 348 | @item | ||
| 346 | In makefiles, targets are tags; additionally, variables are tags | 349 | In makefiles, targets are tags; additionally, variables are tags |
| 347 | unless you specify @samp{--no-globals}. | 350 | unless you specify @samp{--no-globals}. |
| 348 | 351 | ||