emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog cedet/ede/proj-misc.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog cedet/ede/proj-misc.el
Date: Wed, 30 Sep 2009 07:58:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/09/30 07:58:00

Modified files:
        lisp           : ChangeLog 
        lisp/cedet/ede : proj-misc.el 

Log message:
        Fix comment typos.
        (ede-proj-target-makefile-miscelaneous, ede-misc-source): Fix doc typos.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16296&r2=1.16297
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/ede/proj-misc.el?cvsroot=emacs&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16296
retrieving revision 1.16297
diff -u -b -r1.16296 -r1.16297
--- ChangeLog   30 Sep 2009 07:55:35 -0000      1.16296
+++ ChangeLog   30 Sep 2009 07:57:57 -0000      1.16297
@@ -1,5 +1,7 @@
 2009-09-30  Glenn Morris  <address@hidden>
 
+       * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
+       (ede-misc-source):
        * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
        (semantic-mrub-switch-tags): Fix doc typos.
 

Index: cedet/ede/proj-misc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/ede/proj-misc.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- cedet/ede/proj-misc.el      30 Sep 2009 07:42:40 -0000      1.4
+++ cedet/ede/proj-misc.el      30 Sep 2009 07:58:00 -0000      1.5
@@ -31,6 +31,8 @@
 (require 'ede/proj-comp)
 
 ;;; Code:
+
+;; FIXME this isn't how you spell "miscellaneous". :(
 (defclass ede-proj-target-makefile-miscelaneous (ede-proj-target-makefile)
   ((sourcetype :initform (ede-misc-source))
    (availablecompilers :initform (ede-misc-compile))
@@ -42,7 +44,7 @@
                "Miscellaneous sources which have a specialized makefile.
 The sub-makefile is used to build this target.")
    )
-   "Miscelaneous target type.
+   "Miscellaneous target type.
 A user-written makefile is used to build this target.
 All listed sources are included in the distribution.")
 
@@ -50,7 +52,7 @@
   (ede-sourcecode "ede-misc-source"
                  :name "Miscelaneous"
                  :sourcepattern ".*")
-  "Miscelaneous fiels definition.")
+  "Miscellaneous field definition.")
 
 (defvar ede-misc-compile
   (ede-compiler "ede-misc-compile"
@@ -80,7 +82,7 @@
 (defmethod ede-proj-makefile-insert-rules ((this 
ede-proj-target-makefile-miscelaneous))
   "Create the make rule needed to create an archive for THIS."
   ;; DO NOT call the next method.  We will never have any compilers,
-  ;; or any dependencies, or stuff like this.  This rull will lets us
+  ;; or any dependencies, or stuff like this.  This rule will let us
   ;; deal with it in a nice way.
   (insert (ede-name this) ": ")
   (with-slots (submakefile) this




reply via email to

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