From: Juanma Barranquero Date: Wed, 6 Jun 2007 15:57:39 +0000 (+0000) Subject: (Create Tags Table): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~12466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d7c2f7ad7a4be0c317fc9f5bd6fa17fd193be6d;p=emacs.git (Create Tags Table): Fix typo. --- diff --git a/man/maintaining.texi b/man/maintaining.texi index c9e77ede2a1..988d5890b8c 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi @@ -409,8 +409,8 @@ 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. This is useful, for example, when writing the tags to @file{/dev/stdout}. - - When using a a relative file name, it should not be a symbolic link + + When using a relative file name, it should not be a symbolic link pointing to a tags file in a different directory, because this would generally render the file names invalid.