emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109980: * help-fns.el (describe-vari


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109980: * help-fns.el (describe-variable): Fix typo. (bug#12346)
Date: Tue, 11 Sep 2012 15:43:06 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109980
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Tue 2012-09-11 15:43:06 +0200
message:
  * help-fns.el (describe-variable): Fix typo. (bug#12346)
modified:
  lisp/ChangeLog
  lisp/help-fns.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-10 19:22:53 +0000
+++ b/lisp/ChangeLog    2012-09-11 13:43:06 +0000
@@ -1,3 +1,7 @@
+2012-09-11  Bastien Guerry  <address@hidden>
+
+       * help-fns.el (describe-variable): Fix typo.
+
 2012-09-10  Michael R. Mauger  <address@hidden>
 
        * progmodes/sql.el: Version 3.1

=== modified file 'lisp/help-fns.el'
--- a/lisp/help-fns.el  2012-08-22 07:02:15 +0000
+++ b/lisp/help-fns.el  2012-09-11 13:43:06 +0000
@@ -936,7 +936,7 @@
                (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]