* help-fns.el (describe-variable): Fix typo. (bug#12346)
authorBastien Guerry <bastien1@free.fr>
Tue, 11 Sep 2012 13:43:06 +0000 (15:43 +0200)
committerBastien Guerry <bastien1@free.fr>
Tue, 11 Sep 2012 13:43:06 +0000 (15:43 +0200)
lisp/ChangeLog
lisp/help-fns.el

index a8bf45b..2319aa8 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-11  Bastien Guerry  <bzg@gnu.org>
+
+       * help-fns.el (describe-variable): Fix typo.
+
 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
 
        * progmodes/sql.el: Version 3.1
index 5791f12..fa0484f 100644 (file)
@@ -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 byte-compiled expression.\n"
                         (format "`%s'.\n" safe-var))))
 
               (if extra-line (terpri))