瀏覽代碼

Correct an error message

Ryan C. Thompson 9 年之前
父節點
當前提交
2aab34b7eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/ido-ubiquitous-test.el

+ 1 - 1
test/ido-ubiquitous-test.el

@@ -70,7 +70,7 @@ end of input."
           (unread-command-events
            (append key-sequence C-g-key-sequence)))
      (when (member (car C-g-key-sequence) key-sequence)
-       (error "KEYS must include C-g"))
+       (error "KEYS must not include C-g"))
      (condition-case nil
          (progn ,@body)
        (quit