projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f6a4bb
)
* doc/lispref/variables.texi (special-variable-p): Clarify limits
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 13 Feb 2020 20:01:28 +0000
(15:01 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 13 Feb 2020 20:01:28 +0000
(15:01 -0500)
doc/lispref/variables.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/variables.texi
b/doc/lispref/variables.texi
index 1e357754abe04069ace0bc804655cd7066447cf5..35eb4d59fb05656c714784dd32f8487928529486 100644
(file)
--- a/
doc/lispref/variables.texi
+++ b/
doc/lispref/variables.texi
@@
-1229,6
+1229,10
@@
This function returns non-@code{nil} if @var{symbol} is a special
variable (i.e., it has a @code{defvar}, @code{defcustom}, or
@code{defconst} variable definition). Otherwise, the return value is
@code{nil}.
+
+Note that since this is a function, it can only return
+non-@code{nil} for variables which are permanently special, but not
+for those that are only special in the current lexical scope.
@end defun
The use of a special variable as a formal argument in a function is