diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/functions.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 97f7fb9f79e..2f9d898c9b0 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -1122,6 +1122,10 @@ a byte-code function object (@pxref{Byte Compilation}). | |||
| 1122 | When lexical binding is enabled, @var{function-object} is converted | 1122 | When lexical binding is enabled, @var{function-object} is converted |
| 1123 | into a closure. @xref{Closures}. | 1123 | into a closure. @xref{Closures}. |
| 1124 | @end itemize | 1124 | @end itemize |
| 1125 | |||
| 1126 | When @var{function-object} is a symbol and the code is byte compiled, | ||
| 1127 | the byte-compiler will warn if that function is not defined or might | ||
| 1128 | not be known at run time. | ||
| 1125 | @end defspec | 1129 | @end defspec |
| 1126 | 1130 | ||
| 1127 | @cindex @samp{#'} syntax | 1131 | @cindex @samp{#'} syntax |