1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-30 11:09:23 +00:00

(Fmake_local_variable): Doc fix.

This commit is contained in:
Richard M. Stallman 2001-11-01 20:48:10 +00:00
parent 4803e625de
commit 515f3f2541

View 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;
{