From: Gerd Moellmann Date: Thu, 5 Jul 2001 09:24:35 +0000 (+0000) Subject: Change comment. X-Git-Tag: emacs-pretest-21.0.104~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d160521efe9fd61406c5ba7e38d1e8a51f579a5;p=emacs.git Change comment. --- diff --git a/src/lisp.h b/src/lisp.h index d5aeb6d9175..f4fd603acb7 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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 {