diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/loading.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index cb5c7012c16..18e67f1abfe 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -202,8 +202,8 @@ This variable specifies an alternate expression-reading function for | |||
| 202 | @code{load} and @code{eval-region} to use instead of @code{read}. | 202 | @code{load} and @code{eval-region} to use instead of @code{read}. |
| 203 | The function should accept one argument, just as @code{read} does. | 203 | The function should accept one argument, just as @code{read} does. |
| 204 | 204 | ||
| 205 | Normally, the variable's value is @code{nil}, which means those | 205 | By default, this variable's value is @code{read}. @xref{Input |
| 206 | functions should use @code{read}. | 206 | Functions}. |
| 207 | 207 | ||
| 208 | Instead of using this variable, it is cleaner to use another, newer | 208 | Instead of using this variable, it is cleaner to use another, newer |
| 209 | feature: to pass the function as the @var{read-function} argument to | 209 | feature: to pass the function as the @var{read-function} argument to |