comparison lisp/cedet/srecode/insert.el @ 107149:907ba0dc2be7

Fix typos in comments.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 14 Feb 2010 18:32:16 +0100
parents 5df8e547a422
children 67ff8ad45bd5
comparison
equal deleted inserted replaced
107148:58c64dad904e 107149:907ba0dc2be7
188 ;; area. Return value is not important. 188 ;; area. Return value is not important.
189 )) 189 ))
190 190
191 ;;; TEMPLATE ARGUMENTS 191 ;;; TEMPLATE ARGUMENTS
192 ;; 192 ;;
193 ;; Some templates have arguments. Each argument is assocaited with 193 ;; Some templates have arguments. Each argument is associated with
194 ;; a function that can resolve the inputs needed. 194 ;; a function that can resolve the inputs needed.
195 (defun srecode-resolve-arguments (temp dict) 195 (defun srecode-resolve-arguments (temp dict)
196 "Resolve all the arguments needed by the template TEMP. 196 "Resolve all the arguments needed by the template TEMP.
197 Apply anything learned to the dictionary DICT." 197 Apply anything learned to the dictionary DICT."
198 (srecode-resolve-argument-list (oref temp args) dict temp)) 198 (srecode-resolve-argument-list (oref temp args) dict temp))