Browse Source

Correct an error message

Ryan C. Thompson 9 years ago
parent
commit
2aab34b7eb
1 changed files with 1 additions and 1 deletions
  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