]> code.delx.au - gnu-emacs/blobdiff - lisp/pcmpl-rpm.el
* files.el (auto-save-file-name-transforms): Put remote files in
[gnu-emacs] / lisp / pcmpl-rpm.el
index ae72e51ae55afe78ed068ad978c36880c6d5b92e..f51208dbfab48cd1072cd2bdcc5965a35b747ddb 100644 (file)
@@ -1,4 +1,4 @@
-;;; pcmpl-rpm --- functions for dealing with rpm completions
+;;; pcmpl-rpm.el --- functions for dealing with rpm completions
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
@@ -324,6 +324,6 @@ You can use \\[eshell-report-bug] to do so."
                 (pcomplete-dirs-or-entries "\\.tar\\'")
               (pcomplete-dirs-or-entries "\\.spec\\'"))))))
        (t
-       (error "You must select a mode: -q, -i, -U, --verify, etc."))))))
+       (error "You must select a mode: -q, -i, -U, --verify, etc"))))))
 
 ;;; pcmpl-rpm.el ends here