diff options
| author | Glenn Morris | 2011-02-19 11:40:59 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-19 11:40:59 -0800 |
| commit | 67ab0163d67fbfeb41c37c8a259f27eeef965520 (patch) | |
| tree | 0baa678a486744cc30719841ab745fe690f5bc9d /doc/lispref/variables.texi | |
| parent | d6e96966e86d8eadec446788d19144bd69b1e798 (diff) | |
| parent | 27ac6e7908c1d7b503ac5dca42a34ab9068d0864 (diff) | |
| download | emacs-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.texi | 2 |
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 |
| 1408 | A buffer-local variable is @dfn{permanent} if the variable name (a | 1408 | A buffer-local variable is @dfn{permanent} if the variable name (a |
| 1409 | symbol) has a @code{permanent-local} property that is non-@code{nil}. | 1409 | symbol) has a @code{permanent-local} property that is non-@code{nil}. |
| 1410 | Such variables are unaffected by @code{kill-all-local-variables}, and | ||
| 1411 | their local bindings are therefore not cleared by changing major modes. | ||
| 1410 | Permanent locals are appropriate for data pertaining to where the file | 1412 | Permanent locals are appropriate for data pertaining to where the file |
| 1411 | came from or how to save it, rather than with how to edit the contents. | 1413 | came from or how to save it, rather than with how to edit the contents. |
| 1412 | 1414 | ||