From: Richard M. Stallman Date: Thu, 1 Nov 2001 20:48:10 +0000 (+0000) Subject: (Fmake_local_variable): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~18902 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=515f3f2541167c927b44ba0439f5d0be335a8cf7;p=emacs.git (Fmake_local_variable): Doc fix. --- diff --git a/src/data.c b/src/data.c index 0564792cfb5..247085afdce 100644 --- a/src/data.c +++ b/src/data.c @@ -1494,7 +1494,7 @@ This function returns VARIABLE, and therefore 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; {