diff options
author | Lute Kamstra <lute@gnu.org> | 2005-04-13 10:04:15 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-04-13 10:04:15 +0000 |
commit | 5f36ee6dd93d123e2be994ffdc81eb230f309f95 (patch) | |
tree | 23aac9aad8b5a789cc888640ae947c57f4817d7b | |
parent | 8f801552c8d4e16b93e307361c9f4bf788e31113 (diff) | |
download | emacs-5f36ee6dd93d123e2be994ffdc81eb230f309f95.tar.gz |
Prevent creating an unnecessary empty cc-mode.ss file.
-rw-r--r-- | man/cc-mode.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/cc-mode.texi b/man/cc-mode.texi index a0016aab121..6ac86e986a9 100644 --- a/man/cc-mode.texi +++ b/man/cc-mode.texi @@ -55,7 +55,9 @@ @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @comment Define an index for syntactic symbols. +@ifnottex @defindex ss +@end ifnottex @comment Combine key, syntactic symbol and concept indices into one. @syncodeindex ss cp |