User: aidan
Date: 06/07/16 12:51:48
Modified: xemacs/man/xemacs custom.texi
Log:
Documentation tweaks.
Revision Changes Path
1.345 +13 -0 XEmacs/xemacs/man/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/ChangeLog,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -p -r1.344 -r1.345
--- ChangeLog 2006/07/07 23:01:01 1.344
+++ ChangeLog 2006/07/16 10:51:43 1.345
@@ -1,3 +1,16 @@
+2006-07-16 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * xemacs/custom.texi (File Variables):
+ Make it clearer that file variables are buffer-local.
+ * xemacs/custom.texi (Faces):
+ "must be encoding" -> "must be encoded".
+
+2006-07-16 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * lispref/variables.texi (Creating Buffer-Local):
+ Mention that buffer-local variables are created when file local
+ variables are set.
+
2006-07-08 Aidan Kehoe <kehoea(a)parhasard.net>
* internals/internals.texi (Internal String Encoding):
1.8 +6 -0 XEmacs/xemacs/man/lispref/variables.texi
Index: variables.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/lispref/variables.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- variables.texi 2005/01/21 09:43:12 1.7
+++ variables.texi 2006/07/16 10:51:47 1.8
@@ -1045,6 +1045,12 @@ buffer-local bindings for the buffer tha
@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
1.23 +5 -5 XEmacs/xemacs/man/xemacs/custom.texi
Index: custom.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/xemacs/custom.texi,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- custom.texi 2006/05/09 05:00:30 1.22
+++ custom.texi 2006/07/16 10:51:48 1.23
@@ -774,10 +774,10 @@ the case of:
@cindex local variables in files
A file can contain a @dfn{local variables list}, which specifies the
-values to use for certain Emacs variables when that file is edited.
-Visiting the file checks for a local variables list and makes each variable
-in the list local to the buffer in which the file is visited, with the
-value specified in the file.
+buffer-local values to use for certain Emacs variables when that file is
+edited. Visiting the file checks for a local variables list and makes
+each variable in the list local to the buffer in which the file is
+visited, with the value specified in the file.
A local variables list goes near the end of the file, in the last page.
(It is often best to put it on a page by itself.) The local variables list
@@ -2184,7 +2184,7 @@ not sure what's available, you can wildc
specified, too. Here's our example font in XLFD syntax:
@code{"-*-courier-bold-r-*-*-*-140-*-*-*-*-iso8859-*"}.
The XLFD syntax is also used for GTK+ version 1. XLFD names must be
-encoding in ISO-8859-1.
+encoded in ISO-8859-1.
@item Xft
The Xft syntax is defined by the @file{fontconfig} library
Show replies by date