From a91ea78c23cafd67f5f7cde039e93867aa96bf9e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 30 Aug 2008 22:27:34 +0000 Subject: [PATCH] (make-variable-frame-local): Tweak obsolescence message. --- lisp/subr.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 7c50f9415bd..f8d26024c45 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1019,7 +1019,8 @@ is converted into a string by expressing it in decimal." (make-obsolete 'focus-frame "it does nothing." "22.1") (defalias 'unfocus-frame 'ignore "") (make-obsolete 'unfocus-frame "it does nothing." "22.1") -(make-obsolete 'make-variable-frame-local "use a frame-parameter instead." "22.2") +(make-obsolete 'make-variable-frame-local + "explicitly check for a frame-parameter instead." "22.2") ;;;; Obsolescence declarations for variables, and aliases. -- 2.39.5