changeset 79437:a5f9f96b8f89

(make-variable-frame-local): Fix typo in obsolescence declaration.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 16 Nov 2007 10:35:16 +0000
parents 257d7bd901b9
children 2ccc14139a0b
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Fri Nov 16 07:54:30 2007 +0000
+++ b/lisp/subr.el	Fri Nov 16 10:35:16 2007 +0000
@@ -944,7 +944,7 @@
 (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 "use a frame-parameter instead." "22.2")
 
 ;;;; Obsolescence declarations for variables, and aliases.