Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3326dc20
Commit
3326dc20
authored
Jul 03, 2001
by
Gerd Moellmann
Browse files
Improve comment.
parent
bf4041b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
src/lisp.h
src/lisp.h
+7
-5
No files found.
src/lisp.h
View file @
3326dc20
...
...
@@ -1506,12 +1506,14 @@ extern void defvar_kboard P_ ((char *, int));
form.
Otherwise, the element is a variable binding.
If the symbol field is a symbol, it is an ordinary variable binding.
Otherwise, it should be a structure (SYMBOL BUFFER . BUFFER),
which represents having bound BUFFER's local value,
or (SYMBOL nil . BUFFER), which represents having bound the default
value when BUFFER was current (buffer not having any local binding
for SYMBOL). */
Otherwise, it should be a structure (SYMBOL . WHERE), which means
having bound a local value. 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. */
struct
specbinding
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment