Mercurial > emacs
diff lispref/loading.texi @ 76143:6bf81a05463e
Fix anchor position.
| author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
|---|---|
| date | Sun, 25 Feb 2007 11:55:56 +0000 |
| parents | be4d65a36b11 |
| children | 4f96f3f74c69 dd7c098af727 |
line wrap: on
line diff
--- a/lispref/loading.texi Sun Feb 25 09:55:55 2007 +0000 +++ b/lispref/loading.texi Sun Feb 25 11:55:56 2007 +0000 @@ -155,10 +155,9 @@ @end defvar @defvar load-read-function -This @anchor{Definition of load-read-function} @c do not allow page break at anchor; work around Texinfo deficiency. -variable specifies an alternate expression-reading function for +This variable specifies an alternate expression-reading function for @code{load} and @code{eval-region} to use instead of @code{read}. The function should accept one argument, just as @code{read} does.
