Mercurial > emacs
diff src/data.c @ 40628:ae231ad6710d
(Fmake_local_variable): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 01 Nov 2001 20:48:10 +0000 |
| parents | e528f2adeed4 |
| children | 208e240d599a |
line wrap: on
line diff
--- a/src/data.c Thu Nov 01 20:44:11 2001 +0000 +++ b/src/data.c Thu Nov 01 20:48:10 2001 +0000 @@ -1494,7 +1494,7 @@ 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; {
