]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/cc-vars.el: Remove (probably) misleading comment
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2011 23:19:33 +0000 (01:19 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2011 23:19:33 +0000 (01:19 +0200)
lisp/ChangeLog
lisp/progmodes/cc-vars.el

index a7621f18696a52e921d17b5381c1de012f6c44ed..4d75309e9058bfbec93cf5623d13f6e49b8fcfae 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * progmodes/cc-vars.el: Remove (probably) misleading comment
+       (bug#4396).
+
 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
 
        * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
index d2a5d11763538123b72c260d839e5c1657adc023..58dc1737c5a8b14514eb747030c2f32d7f4417db 100644 (file)
@@ -1633,8 +1633,7 @@ as designated in the variable `c-file-style'.")
 ;; It isn't possible to specify a doc-string without specifying an
 ;; initial value with `defvar', so the following two variables have been
 ;; given doc-strings by setting the property `variable-documentation'
-;; directly.  C-h v will read this documentation only for versions of GNU
-;; Emacs from 22.1.  It's really good not to have an initial value for
+;; directly.  It's really good not to have an initial value for
 ;; variables like these that always should be dynamically bound, so it's
 ;; worth the inconvenience.