]> code.delx.au - gnu-emacs/commitdiff
(Fmake_local_variable): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Nov 2001 20:48:10 +0000 (20:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Nov 2001 20:48:10 +0000 (20:48 +0000)
src/data.c

index 0564792cfb50530d6680d02fc64aadb6304c666b..247085afdce2bceb172d4284ba3208ce1f915467 100644 (file)
@@ -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;
 {