summaryrefslogtreecommitdiff
path: root/src/data.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-09-29 15:06:46 +0000
committerJim Blandy <jimb@redhat.com>1992-09-29 15:06:46 +0000
commit533984a8ece9b13873d2e035b50f28811affb953 (patch)
treec359a1cb4ab8e80375faf31ec2ccf0b7dcae09c7 /src/data.c
parent9deb415abc9b6bc8dfd5efbafb905ed319237425 (diff)
* data.c (swap_in_symval_forwarding): Formatting tweaked.
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/data.c b/src/data.c
index 50813f672b2..339302ac084 100644
--- a/src/data.c
+++ b/src/data.c
@@ -640,14 +640,17 @@ swap_in_symval_forwarding (sym, valcontents)
(REALVALUE BUFFER CURRENT-ALIST-ELEMENT . DEFAULT-VALUE)).
CURRENT-ALIST-ELEMENT is a pointer to an element of BUFFER's
- local_var_alist, that being the element whose car is this variable.
- Or it can be a pointer to the (CURRENT-ALIST-ELEMENT . DEFAULT-VALUE), if BUFFER
- does not have an element in its alist for this variable.
-
- If the current buffer is not BUFFER, we store the current REALVALUE value into
- CURRENT-ALIST-ELEMENT, then find the appropriate alist element for
- the buffer now current and set up CURRENT-ALIST-ELEMENT.
- Then we set REALVALUE out of that element, and store into BUFFER.
+ local_var_alist, that being the element whose car is this
+ variable. Or it can be a pointer to the
+ (CURRENT-ALIST-ELEMENT . DEFAULT-VALUE), if BUFFER does not have
+ an element in its alist for this variable.
+
+ If the current buffer is not BUFFER, we store the current
+ REALVALUE value into CURRENT-ALIST-ELEMENT, then find the
+ appropriate alist element for the buffer now current and set up
+ CURRENT-ALIST-ELEMENT. Then we set REALVALUE out of that
+ element, and store into BUFFER.
+
Note that REALVALUE can be a forwarding pointer. */
register Lisp_Object tem1;