comparison lisp/cedet/srecode/args.el @ 106837:855f55740303

Fix typos in comments.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jan 2010 19:37:23 +0100
parents 1d1d5d9bd884
children 376148b31b5e
comparison
equal deleted inserted replaced
106836:964aafa9629a 106837:855f55740303
31 31
32 ;;; :blank 32 ;;; :blank
33 ;; 33 ;;
34 ;; Using :blank means that the template should force blank lines 34 ;; Using :blank means that the template should force blank lines
35 ;; before and after the template, reguardless of where the insertion 35 ;; before and after the template, reguardless of where the insertion
36 ;; is occuring. 36 ;; is occurring.
37 (defun srecode-semantic-handle-:blank (dict) 37 (defun srecode-semantic-handle-:blank (dict)
38 "Add macros into the dictionary DICT specifying blank line spacing. 38 "Add macros into the dictionary DICT specifying blank line spacing.
39 The wrapgap means make sure the first and last lines of the macro 39 The wrapgap means make sure the first and last lines of the macro
40 do not contain any text from preceding or following text." 40 do not contain any text from preceding or following text."
41 ;; This won't actually get used, but it might be nice 41 ;; This won't actually get used, but it might be nice