Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a1f1d102
Commit
a1f1d102
authored
Sep 30, 2009
by
Glenn Morris
Browse files
Fix comment typos.
(ede-proj-target-makefile-miscelaneous, ede-misc-source): Fix doc typos.
parent
d16d4acd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/cedet/ede/proj-misc.el
lisp/cedet/ede/proj-misc.el
+5
-3
No files found.
lisp/ChangeLog
View file @
a1f1d102
2009-09-30 Glenn Morris <rgm@gnu.org>
* 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.
...
...
lisp/cedet/ede/proj-misc.el
View file @
a1f1d102
...
...
@@ -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.
"Miscel
l
aneous target type.
A user-written makefile is used to build this target.
All listed sources are included in the distribution."
)
...
...
@@ -50,7 +52,7 @@ All listed sources are included in the distribution.")
(
ede-sourcecode
"ede-misc-source"
:name
"Miscelaneous"
:sourcepattern
".*"
)
"Miscelaneous fiel
s
definition."
)
"Miscel
l
aneous fiel
d
definition."
)
(
defvar
ede-misc-compile
(
ede-compiler
"ede-misc-compile"
...
...
@@ -80,7 +82,7 @@ All listed sources are included in the distribution.")
(
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 rul
l
will let
s
us
;; or any dependencies, or stuff like this. This rul
e
will let us
;; deal with it in a nice way.
(
insert
(
ede-name
this
)
": "
)
(
with-slots
(
submakefile
)
this
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment