# HG changeset patch # User Richard M. Stallman # Date 1004647690 0 # Node ID ae231ad6710d2d7b454781ad0a669de75dee71b5 # Parent 437141ea2a14dbe2ac270e0385f177e68bb6b959 (Fmake_local_variable): Doc fix. diff -r 437141ea2a14 -r ae231ad6710d src/data.c --- a/src/data.c Thu Nov 01 20:44:11 2001 +0000 +++ b/src/data.c Thu Nov 01 20:48:10 2001 +0000 @@ -1494,7 +1494,7 @@ works. Do not use `make-local-variable' to make a hook variable buffer-local. -Use `make-local-hook' instead. */) +Instead, use `add-hook' and specify t for the LOCAL argument. */) (variable) register Lisp_Object variable; {