diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-01-14 19:37:23 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-01-14 19:37:23 +0100 |
commit | 5a89f0a793d225779f28f19b164addf81509b338 (patch) | |
tree | 8994dc9d6cefbdb953e420b2fdc3ff0fa850fee8 /lisp/cedet/srecode/args.el | |
parent | b643362c6c88bdf5c5875afc6e0836188beabd17 (diff) | |
download | emacs-5a89f0a793d225779f28f19b164addf81509b338.tar.gz emacs-5a89f0a793d225779f28f19b164addf81509b338.tar.bz2 emacs-5a89f0a793d225779f28f19b164addf81509b338.zip |
Fix typos in comments.
Diffstat (limited to 'lisp/cedet/srecode/args.el')
-rw-r--r-- | lisp/cedet/srecode/args.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/args.el b/lisp/cedet/srecode/args.el index 30a836c89b2..bb15bf50110 100644 --- a/lisp/cedet/srecode/args.el +++ b/lisp/cedet/srecode/args.el @@ -33,7 +33,7 @@ ;; ;; Using :blank means that the template should force blank lines ;; before and after the template, reguardless of where the insertion -;; is occuring. +;; is occurring. (defun srecode-semantic-handle-:blank (dict) "Add macros into the dictionary DICT specifying blank line spacing. The wrapgap means make sure the first and last lines of the macro |