+2013-08-23 Glenn Morris <rgm@gnu.org>
+
+ * emacs-lisp/package.el (package-buffer-info): Fix message typo.
+
2013-07-27 Glenn Morris <rgm@gnu.org>
* format.el (format-annotate-function):
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)))