diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-06 13:48:49 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-06 13:50:07 +0200 |
commit | a99665cf38b0a237d6d0afed09a061ee0080cb19 (patch) | |
tree | 806079e81c5fc81a943b8f29a46e722e622dd562 /doc | |
parent | c016014af4e204c2ceca36d91c4f27290d1337aa (diff) | |
download | emacs-a99665cf38b0a237d6d0afed09a061ee0080cb19.tar.gz emacs-a99665cf38b0a237d6d0afed09a061ee0080cb19.tar.bz2 emacs-a99665cf38b0a237d6d0afed09a061ee0080cb19.zip |
* doc/misc/semantic.texi: Delete unused macro.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/semantic.texi | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index eb5c7e0e677..25ba30d13c9 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi @@ -25,8 +25,7 @@ @copying This manual documents the Semantic library and utilities. -Copyright @copyright{} 1999--2005, 2007, 2009--2022 Free Software -Foundation, Inc. +Copyright @copyright{} 1999--2022 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -65,13 +64,6 @@ modify this GNU manual.'' @b{\kw\} @end macro -@macro obsolete{old,new} -@sp 1 -@strong{Compatibility}: -@code{\new\} introduced in @semantic{} version 2.0 supersedes -@code{\old\} which is now obsolete. -@end macro - @c ************************************************************************* @c @ Document @c ************************************************************************* |