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
737b5223
Commit
737b5223
authored
Feb 14, 2010
by
Juanma Barranquero
Browse files
Fix typos in comments.
parent
484eaeac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lisp/cedet/semantic/complete.el
lisp/cedet/semantic/complete.el
+1
-1
lisp/cedet/srecode/insert.el
lisp/cedet/srecode/insert.el
+1
-1
src/ccl.c
src/ccl.c
+1
-1
No files found.
lisp/cedet/semantic/complete.el
View file @
737b5223
...
...
@@ -1243,7 +1243,7 @@ inserted into the current context.")
;; A typical displayor accepts a pre-determined list of completions
;; generated by a collector. This format is in semanticdb search
;; form. This vaguely standard form is a bit challenging to navigate
;; because the tags do not contain buffer info, but the file assocated
;; because the tags do not contain buffer info, but the file assoc
i
ated
;; with the tags preceed the tag in the list.
;;
;; Basic displayors don't care, and can strip the results.
...
...
lisp/cedet/srecode/insert.el
View file @
737b5223
...
...
@@ -190,7 +190,7 @@ Buffer based features related to change hooks is handled one level up."
;;; TEMPLATE ARGUMENTS
;;
;; Some templates have arguments. Each argument is assoc
a
ited with
;; Some templates have arguments. Each argument is associ
a
ted with
;; a function that can resolve the inputs needed.
(
defun
srecode-resolve-arguments
(
temp
dict
)
"Resolve all the arguments needed by the template TEMP.
...
...
src/ccl.c
View file @
737b5223
...
...
@@ -43,7 +43,7 @@ Lisp_Object Vcode_conversion_map_vector;
/* Alist of fontname patterns vs corresponding CCL program. */
Lisp_Object Vfont_ccl_encoder_alist;
/* This symbol is a property which assocates with ccl program vector.
/* This symbol is a property which assoc
i
ates with ccl program vector.
Ex: (get 'ccl-big5-encoder 'ccl-program) returns ccl program vector. */
Lisp_Object Qccl_program;
...
...
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