From: Lars Magne Ingebrigtsen Date: Tue, 12 Jul 2011 23:19:33 +0000 (+0200) Subject: * progmodes/cc-vars.el: Remove (probably) misleading comment X-Git-Tag: emacs-pretest-24.0.90~104^2~336 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=536f3d362f589a3045617f8e4ed25478b8c892e8;p=emacs.git * progmodes/cc-vars.el: Remove (probably) misleading comment --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7621f18696..4d75309e905 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-07-12 Lars Magne Ingebrigtsen + + * progmodes/cc-vars.el: Remove (probably) misleading comment + (bug#4396). + 2011-07-12 Johan Bockgård * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face. diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index d2a5d117635..58dc1737c5a 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -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.