diff options
-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") |