diff src/buffer.h @ 104279:de38a863010a

Add comment noting that unbound symbols appear as themselves in local_var_alist.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 15 Aug 2009 13:53:41 +0000
parents aa5e8ff5a9c4
children bac26aa40069
line wrap: on
line diff
--- a/src/buffer.h	Sat Aug 15 06:00:38 2009 +0000
+++ b/src/buffer.h	Sat Aug 15 13:53:41 2009 +0000
@@ -601,8 +601,9 @@
      point into this buffer or may point nowhere.  */
   Lisp_Object mark;
 
-  /* Alist of elements (SYMBOL . VALUE-IN-THIS-BUFFER)
-     for all per-buffer variables of this buffer.  */
+  /* Alist of elements (SYMBOL . VALUE-IN-THIS-BUFFER) for all
+     per-buffer variables of this buffer.  For locally unbound
+     symbols, just the symbol appears as the element.  */
   Lisp_Object local_var_alist;
 
   /* Symbol naming major mode (eg, lisp-mode).  */