Mercurial > emacs
changeset 107149:907ba0dc2be7
Fix typos in comments.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 14 Feb 2010 18:32:16 +0100 |
parents | 58c64dad904e |
children | b6358fb91b0b |
files | lisp/cedet/semantic/complete.el lisp/cedet/srecode/insert.el src/ccl.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cedet/semantic/complete.el Sun Feb 14 18:31:34 2010 +0100 +++ b/lisp/cedet/semantic/complete.el Sun Feb 14 18:32:16 2010 +0100 @@ -1243,7 +1243,7 @@ ;; 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.
--- a/lisp/cedet/srecode/insert.el Sun Feb 14 18:31:34 2010 +0100 +++ b/lisp/cedet/srecode/insert.el Sun Feb 14 18:32:16 2010 +0100 @@ -190,7 +190,7 @@ ;;; 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.
--- a/src/ccl.c Sun Feb 14 18:31:34 2010 +0100 +++ b/src/ccl.c Sun Feb 14 18:32:16 2010 +0100 @@ -43,7 +43,7 @@ /* 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;