changeset 97882:f9ed043c2ba6

(make-variable-frame-local): Tweak obsolescence message.
author Glenn Morris <rgm@gnu.org>
date Sat, 30 Aug 2008 22:27:34 +0000
parents 11e65b5e159f
children 8a36a3a1b31e
files lisp/subr.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Sat Aug 30 20:16:47 2008 +0000
+++ b/lisp/subr.el	Sat Aug 30 22:27:34 2008 +0000
@@ -1019,7 +1019,8 @@
 (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.