Mercurial > emacs
changeset 40628:ae231ad6710d
(Fmake_local_variable): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 01 Nov 2001 20:48:10 +0000 |
parents | 437141ea2a14 |
children | bfacd603fb71 |
files | src/data.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; {