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/progmodes/idlwave.el | |
parent | b643362c6c88bdf5c5875afc6e0836188beabd17 (diff) | |
download | emacs-5a89f0a793d225779f28f19b164addf81509b338.tar.gz emacs-5a89f0a793d225779f28f19b164addf81509b338.tar.bz2 emacs-5a89f0a793d225779f28f19b164addf81509b338.zip |
Fix typos in comments.
Diffstat (limited to 'lisp/progmodes/idlwave.el')
-rw-r--r-- | lisp/progmodes/idlwave.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 6cdd0503757..e6228286a19 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -4607,7 +4607,7 @@ Gets set in cached XML rinfo, or `idlw-rinfo.el'.") (defun idlwave-shorten-syntax (syntax name &optional class) - ;; From a list of syntax statments, shorten with %s and group with "or" + ;; From a list of syntax statements, shorten with %s and group with "or" (let ((case-fold-search t)) (mapconcat (lambda (x) |