mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; * doc/lispref/variables.texi (Default Value): Update.
Frame-local variables have been removed.
This commit is contained in:
parent
cbea5997c0
commit
49c06df224
1 changed files with 2 additions and 2 deletions
|
@ -1791,8 +1791,8 @@ came from or how to save it, rather than with how to edit the contents.
|
|||
|
||||
The global value of a variable with buffer-local bindings is also
|
||||
called the @dfn{default} value, because it is the value that is in
|
||||
effect whenever neither the current buffer nor the selected frame has
|
||||
its own binding for the variable.
|
||||
effect whenever the current buffer lacks its own binding for the
|
||||
variable.
|
||||
|
||||
The functions @code{default-value} and @code{setq-default} access and
|
||||
change a variable's default value regardless of whether the current
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue