]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_local_variable): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Nov 2001 16:14:45 +0000 (16:14 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Nov 2001 16:14:45 +0000 (16:14 +0000)
src/data.c

index f84ee1b03caa3cb1aaf0e749eaf9f3237524c29d..ee898e29b398c32774223fcd1383c1f83f60f545 100644 (file)
@@ -1413,7 +1413,7 @@ This function returns VARIABLE, and therefore\n\
 works.\n\
 \n\
 Do not use `make-local-variable' to make a hook variable buffer-local.\n\
-Use `make-local-hook' instead.")
+Instead, use `add-hook' and specify t for the LOCAL argument.")
   (variable)
      register Lisp_Object variable;
 {