diff options
| author | Richard M. Stallman | 2001-11-01 20:48:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-01 20:48:10 +0000 |
| commit | 515f3f2541167c927b44ba0439f5d0be335a8cf7 (patch) | |
| tree | 1f67c9d4d158c0fe7104dee34ec655bcd0d2a46a /src/data.c | |
| parent | 4803e625deec92363f1be2547847fb1c833868d2 (diff) | |
| download | emacs-515f3f2541167c927b44ba0439f5d0be335a8cf7.tar.gz emacs-515f3f2541167c927b44ba0439f5d0be335a8cf7.zip | |
(Fmake_local_variable): Doc fix.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 0564792cfb5..247085afdce 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1494,7 +1494,7 @@ This function returns VARIABLE, and therefore | |||
| 1494 | works. | 1494 | works. |
| 1495 | 1495 | ||
| 1496 | Do not use `make-local-variable' to make a hook variable buffer-local. | 1496 | Do not use `make-local-variable' to make a hook variable buffer-local. |
| 1497 | Use `make-local-hook' instead. */) | 1497 | Instead, use `add-hook' and specify t for the LOCAL argument. */) |
| 1498 | (variable) | 1498 | (variable) |
| 1499 | register Lisp_Object variable; | 1499 | register Lisp_Object variable; |
| 1500 | { | 1500 | { |