diff options
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 47df26f01d6..5ed058e0a14 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -5406,7 +5406,7 @@ FORM is used to provide location, `bytecomp--cus-function' and ((eq attr :reverse-video) (bytecomp--cus-warn (list atts sp spec) - (concat "Face attribute `:reverse-video' is obsolete;" + (concat "Face attribute `:reverse-video' has been removed;" " use `:inverse-video' instead"))) (t (bytecomp--cus-warn |