diff options
| author | Richard M. Stallman | 2007-05-06 17:50:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-05-06 17:50:22 +0000 |
| commit | 53441303eaac575329e7bf4d62a5ec845452f6de (patch) | |
| tree | c9dc4ceeaa97250afbb78ace936294ad7a4e3b7d | |
| parent | 41cf03b018e8adb42bc039f1db04f183bb02a284 (diff) | |
| download | emacs-53441303eaac575329e7bf4d62a5ec845452f6de.tar.gz emacs-53441303eaac575329e7bf4d62a5ec845452f6de.zip | |
(Create Tags Table): Clean up previous change.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/maintaining.texi | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index ee19a3254be..8a5eb243616 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-05-06 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * maintaining.texi (Create Tags Table): Clean up previous change. | ||
| 4 | |||
| 1 | 2007-05-05 Francesco Potort,Al(B <pot@gnu.org> | 5 | 2007-05-05 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 6 | ||
| 3 | * maintaining.texi (Create Tags Table): Add text about the dangers of | 7 | * maintaining.texi (Create Tags Table): Add text about the dangers of |
diff --git a/man/maintaining.texi b/man/maintaining.texi index ab98dccd350..c9e77ede2a1 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi | |||
| @@ -409,10 +409,10 @@ source files, and the tags file will still refer correctly to the source | |||
| 409 | files. If the tags file is in @file{/dev}, however, the file names are | 409 | files. If the tags file is in @file{/dev}, however, the file names are |
| 410 | made relative to the current working directory. This is useful, for | 410 | made relative to the current working directory. This is useful, for |
| 411 | example, when writing the tags to @file{/dev/stdout}. | 411 | example, when writing the tags to @file{/dev/stdout}. |
| 412 | 412 | ||
| 413 | Notice that, in the usual case of using relative file names, you | 413 | When using a a relative file name, it should not be a symbolic link |
| 414 | should not use a symbolic link pointing to a tags file in a different | 414 | pointing to a tags file in a different directory, because this would |
| 415 | directory, because this would generally render the file names invalid. | 415 | generally render the file names invalid. |
| 416 | 416 | ||
| 417 | If you specify absolute file names as arguments to @code{etags}, then | 417 | If you specify absolute file names as arguments to @code{etags}, then |
| 418 | the tags file will contain absolute file names. This way, the tags file | 418 | the tags file will contain absolute file names. This way, the tags file |