comparison lispref/variables.texi @ 71957:61cb5aae3bc3

Put period and comma inside quotes.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jul 2006 00:08:15 +0000
parents ee67055ef71f
children 26c633d614ed
comparison
equal deleted inserted replaced
71956:1caee6e0cbe1 71957:61cb5aae3bc3
1094 (add2 4) ; @r{Try to add 2 to 4.} 1094 (add2 4) ; @r{Try to add 2 to 4.}
1095 @error{} Symbol's value as variable is void: n 1095 @error{} Symbol's value as variable is void: n
1096 @end example 1096 @end example
1097 1097
1098 @cindex closures not available 1098 @cindex closures not available
1099 Some Lisp dialects have ``closures'', objects that are like functions 1099 Some Lisp dialects have ``closures,'' objects that are like functions
1100 but record additional variable bindings. Emacs Lisp does not have 1100 but record additional variable bindings. Emacs Lisp does not have
1101 closures. 1101 closures.
1102 1102
1103 @node Impl of Scope 1103 @node Impl of Scope
1104 @subsection Implementation of Dynamic Scoping 1104 @subsection Implementation of Dynamic Scoping
1457 buffer-local variables interactively. 1457 buffer-local variables interactively.
1458 @end deffn 1458 @end deffn
1459 1459
1460 @defun kill-all-local-variables 1460 @defun kill-all-local-variables
1461 This function eliminates all the buffer-local variable bindings of the 1461 This function eliminates all the buffer-local variable bindings of the
1462 current buffer except for variables marked as ``permanent''. As a 1462 current buffer except for variables marked as ``permanent.'' As a
1463 result, the buffer will see the default values of most variables. 1463 result, the buffer will see the default values of most variables.
1464 1464
1465 This function also resets certain other information pertaining to the 1465 This function also resets certain other information pertaining to the
1466 buffer: it sets the local keymap to @code{nil}, the syntax table to the 1466 buffer: it sets the local keymap to @code{nil}, the syntax table to the
1467 value of @code{(standard-syntax-table)}, the case table to 1467 value of @code{(standard-syntax-table)}, the case table to