]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/tag-write.el
Nuke arch-tags.
[gnu-emacs] / lisp / cedet / semantic / tag-write.el
index 88d0ecb2f24c2bfedd70ca08f50ee73fff6fa727..0c3118cc9bf5d6341f600dc63bcf747c42c7634f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/tag-write.el --- Write tags to a text stream
 
-;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -28,7 +28,7 @@
 ;; to share tags between processes as well.
 ;;
 ;; As a bonus, these routines will also validate the tag structure, and make sure
-;; that they conform to good semantic tag hygene.
+;; that they conform to good semantic tag hygiene.
 ;;
 
 (require 'semantic)
@@ -172,7 +172,6 @@ The VALUE is a list of tags."
 
 ;; Local variables:
 ;; generated-autoload-file: "loaddefs.el"
-;; generated-autoload-feature: semantic/loaddefs
 ;; generated-autoload-load-name: "semantic/tag-write"
 ;; End: