From: Bastien Guerry Date: Tue, 11 Sep 2012 13:43:06 +0000 (+0200) Subject: * help-fns.el (describe-variable): Fix typo. (bug#12346) X-Git-Tag: emacs-24.2.90~322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04e8abfa697ebab5303e0426ba3d1c5abe133a16;p=emacs.git * help-fns.el (describe-variable): Fix typo. (bug#12346) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8bf45b6f90..2319aa87f29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-09-11 Bastien Guerry + + * help-fns.el (describe-variable): Fix typo. + 2012-09-10 Michael R. Mauger * progmodes/sql.el: Version 3.1 diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 5791f1225c1..fa0484ff4e5 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -936,7 +936,7 @@ file-local variable.\n") (princ " This variable is safe as a file local variable ") (princ "if its value\n satisfies the predicate ") (princ (if (byte-code-function-p safe-var) - "which is byte-compiled expression.\n" + "which is a byte-compiled expression.\n" (format "`%s'.\n" safe-var)))) (if extra-line (terpri))