]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment in log-edit.el.
authorChong Yidong <cyd@gnu.org>
Mon, 20 Aug 2012 14:13:16 +0000 (22:13 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 20 Aug 2012 14:13:16 +0000 (22:13 +0800)
lisp/vc/log-edit.el

index 4ef2732382ee9e5546d226601146cd81861db494..a84f49884cac656d7a81e84a783203a9f91a770e 100644 (file)
@@ -360,10 +360,10 @@ automatically."
              'log-edit-header)
          nil lax)))))
 
-;; Used in Emacs 24.3+, and in Emacs's .dir-locals.el file.
-;; This is a convenience setting so that people committing files
-;; to Emacs trunk with Emacs 24point2 do not always get queried
-;; about this variable being potentially unsafe.
+;; Used in Emacs 24.3+, and in Emacs's .dir-locals.el file.  This is a
+;; convenience setting so that people committing files to Emacs trunk
+;; with Emacs 24.2 do not always get queried about this variable being
+;; potentially unsafe.
 (put 'log-edit-font-lock-gnu-style 'safe-local-variable 'booleanp)
 
 ;;;###autoload