Mercurial > emacs
changeset 38289:a35885785077
Change comment.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 05 Jul 2001 09:24:35 +0000 |
parents | 6934c28c6bc5 |
children | 57b9619e2e44 |
files | src/lisp.h |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Wed Jul 04 15:51:18 2001 +0000 +++ b/src/lisp.h Thu Jul 05 09:24:35 2001 +0000 @@ -1509,11 +1509,12 @@ 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 {