]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 a8bf45b6f90c048a460ceef5ad4b7219e30d55c9..2319aa87f2937213e36a6118408cd6d27778593a 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 5791f1225c1d69a386e6e7488f6025db3804bd00..fa0484ff4e5b527bd1515d901a4fc6ea1f70235d 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))