Explorar el Código

Correct an error message

Ryan C. Thompson hace 9 años
padre
commit
2aab34b7eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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