# HG changeset patch # User Juanma Barranquero # Date 1162781183 0 # Node ID 6a147e17a7cdc4d525b796abbda1f940fcbf1f59 # Parent c47396e80085b0a59d1564ff736e7d4c83c8240d (view-emacs-news): Fix typo in error message. diff -r c47396e80085 -r 6a147e17a7cd lisp/help.el --- a/lisp/help.el Mon Nov 06 02:45:49 2006 +0000 +++ b/lisp/help.el Mon Nov 06 02:46:23 2006 +0000 @@ -361,7 +361,7 @@ ((<= version 18) (setq version (format "%d" version))) ((> version emacs-major-version) - (error "No news about emacs %d (yet)" version)))) + (error "No news about Emacs %d (yet)" version)))) (let* ((vn (if (stringp version) (string-to-number version) version))