diff options
author | Ye Wenbin <wenbinye@gmail.com> | 2007-06-09 02:55:00 +0000 |
---|---|---|
committer | Ye Wenbin <wenbinye@gmail.com> | 2007-06-09 02:55:00 +0000 |
commit | e1a62e1ec9abb61e3758616d48288f493d06f9d2 (patch) | |
tree | 583321cfa5084b3a32efdccdb856ff58dbbc1e1b | |
parent | 01d1a873398ec7ceb1779be45590b200237eaf46 (diff) |
Fix a typo
darcs-hash:20070609025545-94065-069438ac164738b51bca7bd92acc77a9870be09d.gz
-rw-r--r-- | emms-tag-editor.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-tag-editor.el b/emms-tag-editor.el index 1712e43..275bc75 100644 --- a/emms-tag-editor.el +++ b/emms-tag-editor.el @@ -448,7 +448,7 @@ Available tags are: ((= c ?%) (setq c (aref pattern i) i (1+ i)) - ;; How to repressent a\{N,M\} in the pattern? + ;; How to repressent } in the pattern? (if (= c ?{) (if (/= (aref pattern (1+ i)) ?:) (error "Compile error") |