aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/variables.texi
diff options
context:
space:
mode:
authorGlenn Morris2011-02-19 11:40:59 -0800
committerGlenn Morris2011-02-19 11:40:59 -0800
commit67ab0163d67fbfeb41c37c8a259f27eeef965520 (patch)
tree0baa678a486744cc30719841ab745fe690f5bc9d /doc/lispref/variables.texi
parentd6e96966e86d8eadec446788d19144bd69b1e798 (diff)
parent27ac6e7908c1d7b503ac5dca42a34ab9068d0864 (diff)
downloademacs-67ab0163d67fbfeb41c37c8a259f27eeef965520.tar.gz
emacs-67ab0163d67fbfeb41c37c8a259f27eeef965520.zip
Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.ca
Diffstat (limited to 'doc/lispref/variables.texi')
-rw-r--r--doc/lispref/variables.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 5b5f3365978..0cdcaa84d58 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -1407,6 +1407,8 @@ subsequent major mode. @xref{Hooks}.
1407@cindex permanent local variable 1407@cindex permanent local variable
1408A buffer-local variable is @dfn{permanent} if the variable name (a 1408A buffer-local variable is @dfn{permanent} if the variable name (a
1409symbol) has a @code{permanent-local} property that is non-@code{nil}. 1409symbol) has a @code{permanent-local} property that is non-@code{nil}.
1410Such variables are unaffected by @code{kill-all-local-variables}, and
1411their local bindings are therefore not cleared by changing major modes.
1410Permanent locals are appropriate for data pertaining to where the file 1412Permanent locals are appropriate for data pertaining to where the file
1411came from or how to save it, rather than with how to edit the contents. 1413came from or how to save it, rather than with how to edit the contents.
1412 1414