diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/variables.texi | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index c898af51686..53646996a3b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-01-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * variables.texi (Creating Buffer-Local): Improve indexing. | ||
| 4 | (Bug#19608) | ||
| 5 | |||
| 1 | 2015-01-04 Eli Zaretskii <eliz@gnu.org> | 6 | 2015-01-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * frames.texi (Display Feature Testing): Make the description of | 8 | * frames.texi (Display Feature Testing): Make the description of |
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 5d766e4ffa6..27bc0610959 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1403,6 +1403,7 @@ buffer-local variable interactively, just as it is useful to create | |||
| 1403 | buffer-local variables interactively. | 1403 | buffer-local variables interactively. |
| 1404 | @end deffn | 1404 | @end deffn |
| 1405 | 1405 | ||
| 1406 | @cindex local variables, killed by major mode | ||
| 1406 | @defun kill-all-local-variables | 1407 | @defun kill-all-local-variables |
| 1407 | This function eliminates all the buffer-local variable bindings of the | 1408 | This function eliminates all the buffer-local variable bindings of the |
| 1408 | current buffer except for variables marked as ``permanent'' and local | 1409 | current buffer except for variables marked as ``permanent'' and local |