diff options
author | Chong Yidong <cyd@gnu.org> | 2012-08-20 22:13:16 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-08-20 22:13:16 +0800 |
commit | 0c53f13cb5e48f308ba68fb09cf7b2fec73869bb (patch) | |
tree | b4d404fd678086d2ca27a36dcb55333c360615da /lisp | |
parent | 5defc805f7987454b07e2bd80b3a3942dc20fde2 (diff) | |
download | emacs-0c53f13cb5e48f308ba68fb09cf7b2fec73869bb.tar.gz emacs-0c53f13cb5e48f308ba68fb09cf7b2fec73869bb.tar.bz2 emacs-0c53f13cb5e48f308ba68fb09cf7b2fec73869bb.zip |
Fix comment in log-edit.el.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/vc/log-edit.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index 4ef2732382e..a84f49884ca 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el @@ -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 |