Ver código fonte

Correct an error message

Ryan C. Thompson 9 anos atrás
pai
commit
2aab34b7eb
1 arquivos alterados com 1 adições e 1 exclusões
  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