]> code.delx.au - gnu-emacs/blobdiff - lisp/informat.el
(decipher-mode-map): Use command remapping instead of
[gnu-emacs] / lisp / informat.el
index cb26c64fbafae22cc1f4c87b6d8c37b2f8a78252..baec500ec785e418d49c5e3397f082a31e740e9a 100644 (file)
@@ -439,7 +439,7 @@ Must be used only with -batch, and kills Emacs on completion.
 Each file will be processed even if an error occurred previously.
 For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\""
   (if (not noninteractive)
-      (error "batch-info-validate may only be used -batch."))
+      (error "batch-info-validate may only be used -batch"))
   (let ((version-control t)
        (auto-save-default nil)
        (find-file-run-dired nil)