diff man/lispref/variables.texi @ 3510:06a586083be3

[xemacs-hg @ 2006-07-16 10:51:43 by aidan] Documentation tweaks.
author aidan
date Sun, 16 Jul 2006 10:51:48 +0000
parents 6780963faf78
children effcad8baac1
line wrap: on
line diff
--- a/man/lispref/variables.texi	Sat Jul 15 21:51:26 2006 +0000
+++ b/man/lispref/variables.texi	Sun Jul 16 10:51:48 2006 +0000
@@ -1045,6 +1045,12 @@
 @node Creating Buffer-Local
 @subsection Creating and Deleting Buffer-Local Bindings
 
+  Besides the functions mentioned here, buffer-local variables are also
+created when file-local variables are set.  @xref{Auto Major Mode}
+.  There is no way (outside of `eval' lines, which are normally disabled)
+to set the global value of a variable from the file local variable 
+specifications.  
+
 @deffn Command make-local-variable variable
 This function creates a buffer-local binding in the current buffer for
 @var{variable} (a symbol).  Other buffers are not affected.  The value