]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/bovine.el
Improve the custom type of some user options.
[gnu-emacs] / lisp / cedet / semantic / bovine.el
index 7221ee0f9bd984603747b24d6efb1445789511e3..f7bb63da8a31c3464eef8c5d50d62f9fedbf416c 100644 (file)
@@ -1,7 +1,7 @@
 ;;; semantic/bovine.el --- LL Parser/Analyzer core.
 
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1999-2004, 2006-2007, 2009-2016 Free Software
+;; Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
 
 ;;; Commentary:
 ;;
-;; Semantix 1.x uses an LL parser named the "bovinator".  This parser
+;; Semantic 1.x uses an LL parser named the "bovinator".  This parser
 ;; had several conveniences in it which made for parsing tags out of
 ;; languages with list characters easy.  This parser lives on as one
 ;; of many available parsers for semantic the tool.
 ;;
 ;; This parser should be used when the language is simple, such as
-;; makefiles or other data-declaritive langauges.
+;; makefiles or other data-declarative languages.
 
 ;;; Code:
 (require 'semantic)
@@ -240,7 +240,7 @@ list of semantic tokens found."
                           matchlist nil) ;;generate exit condition
                     (if (not end)
                         (setq out nil)))
-                  ;; Nothin?
+                  ;; Nothing?
                   ))
               (setq result
                     (if (eq s starting-stream)
@@ -290,7 +290,6 @@ list of semantic tokens found."
 
 ;; Local variables:
 ;; generated-autoload-file: "loaddefs.el"
-;; generated-autoload-feature: semantic/loaddefs
 ;; generated-autoload-load-name: "semantic/bovine"
 ;; End: