From 04e8abfa697ebab5303e0426ba3d1c5abe133a16 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 11 Sep 2012 15:43:06 +0200 Subject: [PATCH] * help-fns.el (describe-variable): Fix typo. (bug#12346) --- lisp/ChangeLog | 4 ++++ lisp/help-fns.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8bf45b6f9..2319aa87f2 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 5791f1225c..fa0484ff4e 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)) -- 2.20.1