diff options
| author | Jim Blandy | 1992-09-30 11:29:49 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-09-30 11:29:49 +0000 |
| commit | bad481d48fb13c87aee3717e082608ca14c7236c (patch) | |
| tree | ec7450ac395a3370866341bbc2885ad26a156de2 /src | |
| parent | 01b8e020b7cd065e70640a9c328d594593fae9fe (diff) | |
| download | emacs-bad481d48fb13c87aee3717e082608ca14c7236c.tar.gz emacs-bad481d48fb13c87aee3717e082608ca14c7236c.zip | |
* lisp.h: Doc elaboration for Lisp_Buffer_Local_Value.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 702e0d5b2f4..58ae4a9ec2f 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -123,7 +123,10 @@ enum Lisp_Type | |||
| 123 | created. | 123 | created. |
| 124 | 124 | ||
| 125 | Note that REALVALUE can be a forwarding pointer. Each time it | 125 | Note that REALVALUE can be a forwarding pointer. Each time it |
| 126 | is examined or set, forwarding must be done. */ | 126 | is examined or set, forwarding must be done. Each time we |
| 127 | switch buffers, buffer-local variables which forward into C | ||
| 128 | variables are swapped immediately, so the C code can assume | ||
| 129 | that they are always up to date. */ | ||
| 127 | Lisp_Buffer_Local_Value, | 130 | Lisp_Buffer_Local_Value, |
| 128 | 131 | ||
| 129 | /* Like Lisp_Buffer_Local_Value with one difference: | 132 | /* Like Lisp_Buffer_Local_Value with one difference: |