Skip to content

Commit

Permalink
(Fmake_local_variable): Doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Nov 1, 2001
1 parent 7c1d740 commit a995cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data.c
Expand Up @@ -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;
{
Expand Down

0 comments on commit a995cee

Please sign in to comment.