aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-09-30 11:29:49 +0000
committerJim Blandy1992-09-30 11:29:49 +0000
commitbad481d48fb13c87aee3717e082608ca14c7236c (patch)
treeec7450ac395a3370866341bbc2885ad26a156de2 /src
parent01b8e020b7cd065e70640a9c328d594593fae9fe (diff)
downloademacs-bad481d48fb13c87aee3717e082608ca14c7236c.tar.gz
emacs-bad481d48fb13c87aee3717e082608ca14c7236c.zip
* lisp.h: Doc elaboration for Lisp_Buffer_Local_Value.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h5
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: