aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-05 09:24:35 +0000
committerGerd Moellmann2001-07-05 09:24:35 +0000
commit2d160521efe9fd61406c5ba7e38d1e8a51f579a5 (patch)
treee50dac08aaea3a039880bbe1c8bf825dfa226660 /src
parentc6a84d1750051e407e53024212bd7da372cc9456 (diff)
downloademacs-2d160521efe9fd61406c5ba7e38d1e8a51f579a5.tar.gz
emacs-2d160521efe9fd61406c5ba7e38d1e8a51f579a5.zip
Change comment.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h9
1 files changed, 5 insertions, 4 deletions
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));
1509 1509
1510 If the symbol field is a symbol, it is an ordinary variable binding. 1510 If the symbol field is a symbol, it is an ordinary variable binding.
1511 1511
1512 Otherwise, it should be a structure (SYMBOL . WHERE), which means 1512 Otherwise, it should be a structure (SYMBOL WHERE
1513 having bound a local value. If WHERE is nil this means we saw the 1513 . CURRENT-BUFFER), which means having bound a local value while
1514 CURRENT-BUFFER was active. If WHERE is nil this means we saw the
1514 default value when binding SYMBOL. WHERE being a buffer or frame 1515 default value when binding SYMBOL. WHERE being a buffer or frame
1515 means we saw a buffer-local or frame-local value. Other values 1516 means we saw a buffer-local or frame-local value. Other values of
1516 of WHERE mean an internal error. */ 1517 WHERE mean an internal error. */
1517 1518
1518struct specbinding 1519struct specbinding
1519 { 1520 {