]> git.eshelyaron.com Git - emacs.git/commitdiff
Move comment for last change to right place.
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 Sep 2008 17:30:10 +0000 (17:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 5 Sep 2008 17:30:10 +0000 (17:30 +0000)
lisp/cus-edit.el

index 0c810879a88a9f2fbe2e464220876ca87150e604..2e322606d52d80f1c4403b9af922568ff625f191 100644 (file)
@@ -2073,6 +2073,9 @@ and `face'."
      (:box (:line-width 2 :style released-button)
           :background "grey90" :foreground "black"))
     (t
+     ;; This is for text terminals that support mouse, like GPM mouse
+     ;; or the MS-DOS terminal: inverse-video makes the button stand
+     ;; out on mouse-over.
      (:inverse-video t)))
   "Mouse face for custom buffer buttons if `custom-raised-buttons' is non-nil."
   :version "22.1"
@@ -2095,9 +2098,6 @@ and `face'."
      (:box (:line-width 2 :style pressed-button)
           :background "lightgrey" :foreground "black"))
     (t
-     ;; This is for text terminals that support mouse, like GPM mouse
-     ;; or the MS-DOS terminal: inverse-video makes the button stand
-     ;; out on mouse-over.
      (:inverse-video t)))
   "Face for pressed custom buttons if `custom-raised-buttons' is non-nil."
   :version "21.1"