]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/package.el
Merge from emacs-24; up to 2013-01-03T01:56:56Z!rgm@gnu.org
[gnu-emacs] / lisp / emacs-lisp / package.el
index add73fd4bde7037b4cac100b09b842071034ecc9..0085074e5beaa5d10c18b9e1be057fdad455b416 100644 (file)
@@ -981,7 +981,7 @@ error.  If there is a package, narrow the buffer to the file's
 boundaries."
   (goto-char (point-min))
   (unless (re-search-forward "^;;; \\([^ ]*\\)\\.el ---[ \t]*\\(.*?\\)[ \t]*\\(-\\*-.*-\\*-[ \t]*\\)?$" nil t)
-    (error "Packages lacks a file header"))
+    (error "Package lacks a file header"))
   (let ((file-name (match-string-no-properties 1))
        (desc      (match-string-no-properties 2))
        (start     (line-beginning-position)))