Replace version 24.2 with 24.3 where appropriate (hopefully)
[bpt/emacs.git] / lisp / newcomment.el
index 5c8829f..a7fedf2 100644 (file)
@@ -283,7 +283,7 @@ Python's PEP8 for example recommends two spaces, so you could do:
    (lambda () (set (make-local-variable 'comment-inline-offset) 2)))
 
 See `comment-padding' for whole-line comments."
-  :version "24.2"
+  :version "24.3"
   :type 'integer
   :group 'comment)