mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Change comment.
This commit is contained in:
parent
c6a84d1750
commit
2d160521ef
1 changed files with 5 additions and 4 deletions
|
|
@ -1509,11 +1509,12 @@ extern void defvar_kboard P_ ((char *, int));
|
|||
|
||||
If the symbol field is a symbol, it is an ordinary variable binding.
|
||||
|
||||
Otherwise, it should be a structure (SYMBOL . WHERE), which means
|
||||
having bound a local value. If WHERE is nil this means we saw the
|
||||
Otherwise, it should be a structure (SYMBOL WHERE
|
||||
. CURRENT-BUFFER), which means having bound a local value while
|
||||
CURRENT-BUFFER was active. If WHERE is nil this means we saw the
|
||||
default value when binding SYMBOL. WHERE being a buffer or frame
|
||||
means we saw a buffer-local or frame-local value. Other values
|
||||
of WHERE mean an internal error. */
|
||||
means we saw a buffer-local or frame-local value. Other values of
|
||||
WHERE mean an internal error. */
|
||||
|
||||
struct specbinding
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue