diff options
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index e946279ee57..fe491de8c76 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -371,7 +371,7 @@ :group 'editing) (defgroup mode-line nil - "Content of the modeline." + "Contents of the mode line." :group 'environment) (defgroup editing-basics nil @@ -2101,7 +2101,7 @@ and `face'." ;;; The `custom' Widget. (defface custom-button - '((((type x w32 ns) (class color)) ; Like default modeline + '((((type x w32 ns) (class color)) ; Like default mode line (:box (:line-width 2 :style released-button) :background "lightgrey" :foreground "black")) (t |