1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

Fix typos in comments.

This commit is contained in:
Juanma Barranquero 2010-02-14 18:32:16 +01:00
parent 484eaeac27
commit 737b5223e1
3 changed files with 3 additions and 3 deletions
lisp/cedet
semantic
srecode
src

View File

@ -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 associated
;; with the tags preceed the tag in the list.
;;
;; Basic displayors don't care, and can strip the results.

View File

@ -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 assocaited with
;; Some templates have arguments. Each argument is associated with
;; a function that can resolve the inputs needed.
(defun srecode-resolve-arguments (temp dict)
"Resolve all the arguments needed by the template TEMP.

View File

@ -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 associates with ccl program vector.
Ex: (get 'ccl-big5-encoder 'ccl-program) returns ccl program vector. */
Lisp_Object Qccl_program;