emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106276: * srecode.el:


From: David Engster
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106276: * srecode.el:
Date: Thu, 03 Nov 2011 21:03:45 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106276
committer: David Engster <address@hidden>
branch nick: trunk
timestamp: Thu 2011-11-03 21:03:45 +0100
message:
  * srecode.el:
  * srecode/texi.el:
  * srecode/template.el:
  * srecode/java.el:
  * srecode/insert.el:
  * srecode/document.el:
  * srecode/dictionary.el:
  * srecode/compile.el:
  * semantic/wisent/java-tags.el:
  * semantic/texi.el:
  * semantic/sort.el:
  * semantic/lex-spp.el:
  * semantic/idle.el:
  * semantic/html.el:
  * semantic/db-typecache.el:
  * semantic/analyze/complete.el:
  * ede/generic.el:
  * ede/custom.el:
  * ede/cpp-root.el:
  * ede/base.el: Fix filenames in comments and headers.
  
  * semantic/db-find.el:
  * srecode/insert.el (srecode-insert-include-lookup):
  * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in
  comments and docstrings.
  
  * semantic/ctxt.el (semantic-end-of-context-default):
  * semantic/find.el (semantic-find-tags-by-scope-protection):
  * semantic/java.el (semantic-documentation-for-tag): Fix typos in
  docstrings.
  
  * semantic/db.el (semanticdb-table, semanticdb-abstract-cache)
  (semanticdb-abstract-db-cache):
  * semantic/decorate/include.el
  (semantic-decoration-unknown-include-describe): Fix filenames in
  docstring.
  
  * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent):
  (semantic-ede-grammar-compiler-bovine): Fix requires that are
  added to the grammar-make-script.
modified:
  lisp/cedet/ChangeLog
  lisp/cedet/ede/base.el
  lisp/cedet/ede/cpp-root.el
  lisp/cedet/ede/custom.el
  lisp/cedet/ede/generic.el
  lisp/cedet/ede/proj-comp.el
  lisp/cedet/semantic/analyze/complete.el
  lisp/cedet/semantic/ctxt.el
  lisp/cedet/semantic/db-find.el
  lisp/cedet/semantic/db-typecache.el
  lisp/cedet/semantic/db.el
  lisp/cedet/semantic/decorate/include.el
  lisp/cedet/semantic/ede-grammar.el
  lisp/cedet/semantic/find.el
  lisp/cedet/semantic/html.el
  lisp/cedet/semantic/idle.el
  lisp/cedet/semantic/java.el
  lisp/cedet/semantic/lex-spp.el
  lisp/cedet/semantic/sort.el
  lisp/cedet/semantic/texi.el
  lisp/cedet/semantic/wisent/java-tags.el
  lisp/cedet/srecode.el
  lisp/cedet/srecode/compile.el
  lisp/cedet/srecode/dictionary.el
  lisp/cedet/srecode/document.el
  lisp/cedet/srecode/insert.el
  lisp/cedet/srecode/java.el
  lisp/cedet/srecode/template.el
  lisp/cedet/srecode/texi.el
=== modified file 'lisp/cedet/ChangeLog'
--- a/lisp/cedet/ChangeLog      2011-10-23 03:38:23 +0000
+++ b/lisp/cedet/ChangeLog      2011-11-03 20:03:45 +0000
@@ -1,3 +1,46 @@
+2011-11-03  David Engster  <address@hidden>
+
+       * srecode.el:
+       * srecode/texi.el:
+       * srecode/template.el:
+       * srecode/java.el:
+       * srecode/insert.el:
+       * srecode/document.el:
+       * srecode/dictionary.el:
+       * srecode/compile.el:
+       * semantic/wisent/java-tags.el:
+       * semantic/texi.el:
+       * semantic/sort.el:
+       * semantic/lex-spp.el:
+       * semantic/idle.el:
+       * semantic/html.el:
+       * semantic/db-typecache.el:
+       * semantic/analyze/complete.el:
+       * ede/generic.el:
+       * ede/custom.el:
+       * ede/cpp-root.el:
+       * ede/base.el: Fix filenames in comments and headers.
+
+       * semantic/db-find.el:
+       * srecode/insert.el (srecode-insert-include-lookup):
+       * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in
+       comments and docstrings.
+
+       * semantic/ctxt.el (semantic-end-of-context-default):
+       * semantic/find.el (semantic-find-tags-by-scope-protection):
+       * semantic/java.el (semantic-documentation-for-tag): Fix typos in
+       docstrings.
+
+       * semantic/db.el (semanticdb-table, semanticdb-abstract-cache)
+       (semanticdb-abstract-db-cache):
+       * semantic/decorate/include.el
+       (semantic-decoration-unknown-include-describe): Fix filenames in
+       docstring.
+
+       * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent):
+       (semantic-ede-grammar-compiler-bovine): Fix requires that are
+       added to the grammar-make-script.
+
 2011-10-23  Chong Yidong  <address@hidden>
 
        * ede.el (ede-maybe-checkout): Function deleted;

=== modified file 'lisp/cedet/ede/base.el'
--- a/lisp/cedet/ede/base.el    2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/ede/base.el    2011-11-03 20:03:45 +0000
@@ -413,7 +413,7 @@
 (defmethod ede-subproject-p ((proj ede-project))
   "Return non-nil if PROJ is a sub project."
   ;; @TODO - Use this in more places, and also pay attention to
-  ;; metasubproject in ede-proj.el
+  ;; metasubproject in ede/proj.el
   (ede-parent-project proj))
 
 

=== modified file 'lisp/cedet/ede/cpp-root.el'
--- a/lisp/cedet/ede/cpp-root.el        2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/ede/cpp-root.el        2011-11-03 20:03:45 +0000
@@ -21,7 +21,7 @@
 
 ;;; Commentary:
 ;;
-;; NOTE: ede-cpp-root.el has been commented so as to also make it
+;; NOTE: ede/cpp-root.el has been commented so as to also make it
 ;;       useful for learning how to make similar project types.
 ;;
 ;; Not everyone can use automake, or an EDE project type.  For

=== modified file 'lisp/cedet/ede/custom.el'
--- a/lisp/cedet/ede/custom.el  2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/ede/custom.el  2011-11-03 20:03:45 +0000
@@ -1,4 +1,4 @@
-;;; ede.el --- customization of EDE projects.
+;;; ede/custom.el --- customization of EDE projects.
 
 ;; Copyright (C) 2010-2011  Free Software Foundation, Inc.
 

=== modified file 'lisp/cedet/ede/generic.el'
--- a/lisp/cedet/ede/generic.el 2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/ede/generic.el 2011-11-03 20:03:45 +0000
@@ -22,7 +22,7 @@
 ;;; Commentary:
 ;;
 ;; There are a lot of build systems out there, and EDE can't support
-;; them all fully.  The ede-generic.el system is the base for
+;; them all fully.  The ede/generic.el system is the base for
 ;; supporting alternate build systems in a simple way, automatically.
 ;;
 ;; The structure is for the ede-generic baseclass, which is augmented

=== modified file 'lisp/cedet/ede/proj-comp.el'
--- a/lisp/cedet/ede/proj-comp.el       2011-04-23 03:07:16 +0000
+++ b/lisp/cedet/ede/proj-comp.el       2011-11-03 20:03:45 +0000
@@ -83,7 +83,7 @@
            :documentation
            "The commands used to execute this compiler.
 The object which uses this compiler will place these commands after
-it's rule definition.")
+its rule definition.")
    (autoconf :initarg :autoconf
             :initform nil
             :type list

=== modified file 'lisp/cedet/semantic/analyze/complete.el'
--- a/lisp/cedet/semantic/analyze/complete.el   2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/semantic/analyze/complete.el   2011-11-03 20:03:45 +0000
@@ -28,7 +28,7 @@
 ;;
 ;;; History:
 ;;
-;; Code was moved here from semantic-analyze.el
+;; Code was moved here from semantic/analyze.el
 
 (require 'semantic/analyze)
 

=== modified file 'lisp/cedet/semantic/ctxt.el'
--- a/lisp/cedet/semantic/ctxt.el       2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/semantic/ctxt.el       2011-11-03 20:03:45 +0000
@@ -106,7 +106,7 @@
   (let ((start (point)))
     (if (semantic-up-context)
        t
-      ;; Go over the list, and back over the end parenthisis.
+      ;; Go over the list, and back over the end parenthesis.
       (condition-case nil
          (progn
            (forward-sexp 1)

=== modified file 'lisp/cedet/semantic/db-find.el'
--- a/lisp/cedet/semantic/db-find.el    2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/semantic/db-find.el    2011-11-03 20:03:45 +0000
@@ -79,13 +79,13 @@
 ;;  The PATH argument is then the most interesting argument.  It can
 ;;  have these values:
 ;;
-;;    nil - Take the current buffer, and use it's include list
+;;    nil - Take the current buffer, and use its include list
 ;;    buffer - Use that buffer's include list.
 ;;    filename - Use that file's include list.  If the file is not
 ;;        in a buffer, see of there is a semanticdb table for it.  If
 ;;        not, read that file into a buffer.
 ;;    tag - Get that tag's buffer of file file.  See above.
-;;    table - Search that table, and it's include list.
+;;    table - Search that table, and its include list.
 ;;
 ;; Search Results:
 ;;

=== modified file 'lisp/cedet/semantic/db-typecache.el'
--- a/lisp/cedet/semantic/db-typecache.el       2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/semantic/db-typecache.el       2011-11-03 20:03:45 +0000
@@ -1,4 +1,4 @@
-;;; db-typecache.el --- Manage Datatypes
+;;; semantic/db-typecache.el --- Manage Datatypes
 
 ;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
 
@@ -622,4 +622,4 @@
 ;; generated-autoload-load-name: "semantic/db-typecache"
 ;; End:
 
-;;; semanticdb-typecache.el ends here
+;;; semantic/db-typecache.el ends here

=== modified file 'lisp/cedet/semantic/db.el'
--- a/lisp/cedet/semantic/db.el 2011-07-04 15:36:38 +0000
+++ b/lisp/cedet/semantic/db.el 2011-11-03 20:03:45 +0000
@@ -229,7 +229,7 @@
            :documentation
            "List of `semanticdb-table' objects refering to this one.
 These aren't saved, but are instead recalculated after load.
-See the file semanticdb-ref.el for how this slot is used.")
+See the file semantic/db-ref.el for how this slot is used.")
    (pointmax :initarg :pointmax
             :initform nil
             :documentation "Size of buffer when written to disk.
@@ -441,7 +441,7 @@
 needed.  Cache objects are identified in semanticdb by subclass.
 In order to keep your cache up to date, be sure to implement
 `semanticdb-synchronize', and `semanticdb-partial-synchronize'.
-See the file semantic-scope.el for an example."
+See the file semantic/scope.el for an example."
   :abstract t)
 
 (defmethod semanticdb-cache-get ((table semanticdb-abstract-table)
@@ -492,7 +492,7 @@
 needed.  Cache objects are identified in semanticdb by subclass.
 In order to keep your cache up to date, be sure to implement
 `semanticdb-synchronize', and `semanticdb-partial-synchronize'.
-See the file semantic-scope.el for an example."
+See the file semantic/scope.el for an example."
   :abstract t)
 
 (defmethod semanticdb-cache-get ((db semanticdb-project-database)

=== modified file 'lisp/cedet/semantic/decorate/include.el'
--- a/lisp/cedet/semantic/decorate/include.el   2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/semantic/decorate/include.el   2011-11-03 20:03:45 +0000
@@ -471,7 +471,7 @@
   (ede-cpp-root-project \"NAME\" :file \"FILENAME\" :locate-fcn 'MYFCN)
 
 See the CEDET manual, the EDE manual, or the commentary in
-ede-cpp-root.el for more.
+ede/cpp-root.el for more.
 
 If you think this header tag is marked in error, you may need to do:
 

=== modified file 'lisp/cedet/semantic/ede-grammar.el'
--- a/lisp/cedet/semantic/ede-grammar.el        2011-01-26 08:36:39 +0000
+++ b/lisp/cedet/semantic/ede-grammar.el        2011-11-03 20:03:45 +0000
@@ -71,8 +71,8 @@
      "@for loadpath in . ${LOADPATH}; do \\"
      "   echo \"(add-to-list 'load-path \\\"$$loadpath\\\")\" >> 
grammar-make-script; \\"
      "done;"
-     "@echo \"(require 'semantic-load)\" >> grammar-make-script"
-     "@echo \"(require 'semantic-grammar)\" >> grammar-make-script"
+     "@echo \"(require 'semantic/load)\" >> grammar-make-script"
+     "@echo \"(require 'semantic/grammar)\" >> grammar-make-script"
      ;; "@echo \"(setq debug-on-error t)\" >> grammar-make-script"
      "\"$(EMACS)\" -batch --no-site-file -l grammar-make-script -f 
semantic-grammar-batch-build-packages $^"
      )
@@ -101,8 +101,8 @@
      "@for loadpath in . ${LOADPATH}; do \\"
      "   echo \"(add-to-list 'load-path \\\"$$loadpath\\\")\" >> 
grammar-make-script; \\"
      "done;"
-     "@echo \"(require 'semantic-load)\" >> grammar-make-script"
-     "@echo \"(require 'semantic-grammar)\" >> grammar-make-script"
+     "@echo \"(require 'semantic/load)\" >> grammar-make-script"
+     "@echo \"(require 'semantic/grammar)\" >> grammar-make-script"
      ;; "@echo \"(setq debug-on-error t)\" >> grammar-make-script"
      "\"$(EMACS)\" -batch --no-site-file -l grammar-make-script -f 
semantic-grammar-batch-build-packages $^"
      )

=== modified file 'lisp/cedet/semantic/find.el'
--- a/lisp/cedet/semantic/find.el       2011-01-26 08:36:39 +0000
+++ b/lisp/cedet/semantic/find.el       2011-11-03 20:03:45 +0000
@@ -333,7 +333,7 @@
 
 ;;;###autoload
 (define-overloadable-function semantic-find-tags-by-scope-protection 
(scopeprotection parent &optional table)
-  "Find all tags accessable by SCOPEPROTECTION.
+  "Find all tags accessible by SCOPEPROTECTION.
 SCOPEPROTECTION is a symbol which can be returned by the method
 `semantic-tag-protection'.  A hard-coded order is used to determine a match.
 PARENT is a tag representing the PARENT slot needed for

=== modified file 'lisp/cedet/semantic/html.el'
--- a/lisp/cedet/semantic/html.el       2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/semantic/html.el       2011-11-03 20:03:45 +0000
@@ -222,7 +222,7 @@
   "The children TAG expands to."
   (semantic-html-components tag))
 
-;; In semantic-imenu.el, not part of Emacs.
+;; In semantic/imenu.el, not part of Emacs.
 (defvar semantic-imenu-expandable-tag-classes)
 (defvar semantic-imenu-bucketize-file)
 (defvar semantic-imenu-bucketize-type-members)

=== modified file 'lisp/cedet/semantic/idle.el'
--- a/lisp/cedet/semantic/idle.el       2011-01-26 08:36:39 +0000
+++ b/lisp/cedet/semantic/idle.el       2011-11-03 20:03:45 +0000
@@ -1314,4 +1314,4 @@
 ;; generated-autoload-load-name: "semantic/idle"
 ;; End:
 
-;;; semantic-idle.el ends here
+;;; semantic/idle.el ends here

=== modified file 'lisp/cedet/semantic/java.el'
--- a/lisp/cedet/semantic/java.el       2011-02-28 01:07:29 +0000
+++ b/lisp/cedet/semantic/java.el       2011-11-03 20:03:45 +0000
@@ -256,7 +256,7 @@
 (define-mode-local-override semantic-documentation-for-tag
   java-mode (&optional tag nosnarf)
   "Find documentation from TAG and return it as a clean string.
-Java has documentation set in a comment preceding TAG's definition.
+Java have documentation set in a comment preceding TAG's definition.
 Attempt to strip out comment syntactic sugar, unless optional argument
 NOSNARF is non-nil.
 If NOSNARF is 'lex, then return the semantic lex token."

=== modified file 'lisp/cedet/semantic/lex-spp.el'
--- a/lisp/cedet/semantic/lex-spp.el    2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/semantic/lex-spp.el    2011-11-03 20:03:45 +0000
@@ -1,4 +1,4 @@
-;;; lex-spp.el --- Semantic Lexical Pre-processor
+;;; semantic/lex-spp.el --- Semantic Lexical Pre-processor
 
 ;; Copyright (C) 2006-2011  Free Software Foundation, Inc.
 
@@ -1230,4 +1230,4 @@
 ;; generated-autoload-load-name: "semantic/lex-spp"
 ;; End:
 
-;;; semantic-lex-spp.el ends here
+;;; semantic/lex-spp.el ends here

=== modified file 'lisp/cedet/semantic/sort.el'
--- a/lisp/cedet/semantic/sort.el       2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/semantic/sort.el       2011-11-03 20:03:45 +0000
@@ -1,4 +1,4 @@
-;;; sort.el --- Utilities for sorting and re-arranging tag tables.
+;;; semantic/sort.el --- Utilities for sorting and re-arranging tag tables.
 
 ;;; Copyright (C) 1999-2005, 2007-2011 Free Software Foundation, Inc.
 
@@ -27,7 +27,7 @@
 ;; purposes.  Re-organization may be alphabetical, or even a complete
 ;; reorganization of parents and children.
 ;;
-;; Originally written in semantic-util.el
+;; Originally written in semantic/util.el
 ;;
 
 (require 'semantic)
@@ -565,4 +565,4 @@
 ;; generated-autoload-load-name: "semantic/sort"
 ;; End:
 
-;;; semantic-sort.el ends here
+;;; semantic/sort.el ends here

=== modified file 'lisp/cedet/semantic/texi.el'
--- a/lisp/cedet/semantic/texi.el       2011-01-26 08:36:39 +0000
+++ b/lisp/cedet/semantic/texi.el       2011-11-03 20:03:45 +0000
@@ -446,7 +446,7 @@
 
 ;;; Parser Setup
 ;;
-;; In semantic-imenu.el, not part of Emacs.
+;; In semantic/imenu.el, not part of Emacs.
 (defvar semantic-imenu-expandable-tag-classes)
 (defvar semantic-imenu-bucketize-file)
 (defvar semantic-imenu-bucketize-type-members)
@@ -592,7 +592,7 @@
 ;;       (error "Could not find documentation for %s" (semantic-tag-name tag)))
 ;;
 ;;     (require 'srecode)
-;;     (require 'srecode-texi)
+;;     (require 'srecode/texi)
 ;;
 ;;     ;; If we have a string, do the replacement.
 ;;     (delete-region (semantic-tag-start tag)

=== modified file 'lisp/cedet/semantic/wisent/java-tags.el'
--- a/lisp/cedet/semantic/wisent/java-tags.el   2011-01-26 08:36:39 +0000
+++ b/lisp/cedet/semantic/wisent/java-tags.el   2011-11-03 20:03:45 +0000
@@ -77,7 +77,7 @@
 ;;;; Semantic integration of the Java LALR parser
 ;;;;
 
-;; In semantic-imenu.el, not part of Emacs.
+;; In semantic/imenu.el, not part of Emacs.
 (defvar semantic-imenu-summary-function)
 
 ;;;###autoload

=== modified file 'lisp/cedet/srecode.el'
--- a/lisp/cedet/srecode.el     2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/srecode.el     2011-11-03 20:03:45 +0000
@@ -31,7 +31,7 @@
 ;;
 ;; Contemplation of the simplistic problem within the scope of
 ;; semantic showed that the solution was more complex than could
-;; possibly be handled in semantic-format.el.   Semantic Recode, or
+;; possibly be handled in semantic/format.el.   Semantic Recode, or
 ;; srecode is a rich API for generating code out of semantic tags, or
 ;; recoding the tags.
 ;;

=== modified file 'lisp/cedet/srecode/compile.el'
--- a/lisp/cedet/srecode/compile.el     2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/srecode/compile.el     2011-11-03 20:03:45 +0000
@@ -103,7 +103,7 @@
 ;; work, and the smaller, simple inserter object is saved in
 ;; the compiled templates.
 ;;
-;; See srecode-insert.el for the specialized classes.
+;; See srecode/insert.el for the specialized classes.
 ;;
 (defclass srecode-template-inserter (eieio-named)
   ((secondname :initarg :secondname

=== modified file 'lisp/cedet/srecode/dictionary.el'
--- a/lisp/cedet/srecode/dictionary.el  2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/srecode/dictionary.el  2011-11-03 20:03:45 +0000
@@ -1,4 +1,4 @@
-;;; srecode-dictionary.el --- Dictionary code for the semantic recoder.
+;;; srecode/dictionary.el --- Dictionary code for the semantic recoder.
 
 ;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
 

=== modified file 'lisp/cedet/srecode/document.el'
--- a/lisp/cedet/srecode/document.el    2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/srecode/document.el    2011-11-03 20:03:45 +0000
@@ -37,7 +37,7 @@
 ;; Document has now been ported to srecode, using the semantic recoder
 ;; as the templating engine.
 
-;; This file combines srecode-document.el and srecode-document-vars.el
+;; This file combines srecode/document.el and srecode/document-vars.el
 ;; from the CEDET repository.
 
 (require 'srecode/args)

=== modified file 'lisp/cedet/srecode/insert.el'
--- a/lisp/cedet/srecode/insert.el      2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/srecode/insert.el      2011-11-03 20:03:45 +0000
@@ -1,4 +1,4 @@
-;;; srecode/insert --- Insert srecode templates to an output stream.
+;;; srecode/insert.el --- Insert srecode templates to an output stream.
 
 ;; Copyright (C) 2005, 2007-2011  Free Software Foundation, Inc.
 
@@ -911,7 +911,7 @@
          (setq active (cdr active)))
        (when (not tmpl)
          ;; If it wasn't in this context, look to see if it
-         ;; defines it's own context
+         ;; defines its own context
          (setq tmpl (srecode-template-get-table (srecode-table)
                                                 templatenamepart)))
        )

=== modified file 'lisp/cedet/srecode/java.el'
--- a/lisp/cedet/srecode/java.el        2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/srecode/java.el        2011-11-03 20:03:45 +0000
@@ -1,4 +1,4 @@
-;;; srecode-java.el --- Srecode Java support
+;;; srecode/java.el --- Srecode Java support
 
 ;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
 

=== modified file 'lisp/cedet/srecode/template.el'
--- a/lisp/cedet/srecode/template.el    2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/srecode/template.el    2011-11-03 20:03:45 +0000
@@ -1,4 +1,4 @@
-;;; srecode-template.el --- SRecoder template language parser support.
+;;; srecode/template.el --- SRecoder template language parser support.
 
 ;; Copyright (C) 2005, 2007-2011  Free Software Foundation, Inc.
 

=== modified file 'lisp/cedet/srecode/texi.el'
--- a/lisp/cedet/srecode/texi.el        2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/srecode/texi.el        2011-11-03 20:03:45 +0000
@@ -1,4 +1,4 @@
-;;; srecode-texi.el --- Srecode texinfo support.
+;;; srecode/texi.el --- Srecode texinfo support.
 
 ;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]