mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(Fmake_local_variable): Doc fix.
This commit is contained in:
parent
4803e625de
commit
515f3f2541
@ -1494,7 +1494,7 @@ This function returns VARIABLE, and therefore
|
|||||||
works.
|
works.
|
||||||
|
|
||||||
Do not use `make-local-variable' to make a hook variable buffer-local.
|
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)
|
(variable)
|
||||||
register Lisp_Object variable;
|
register Lisp_Object variable;
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user