diff options
| author | Vinicius Jose Latorre | 2007-02-25 11:55:56 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2007-02-25 11:55:56 +0000 |
| commit | 70614fa4353d9b64f39eeec23a7e3aeae2c0f170 (patch) | |
| tree | 59728fec52edfcaee1645860850ffe0660fdea46 | |
| parent | 6df791551e6eb3eb6f72a3acf63e2d49f6ce870f (diff) | |
| download | emacs-70614fa4353d9b64f39eeec23a7e3aeae2c0f170.tar.gz emacs-70614fa4353d9b64f39eeec23a7e3aeae2c0f170.zip | |
Fix anchor position.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/loading.texi | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4d1aaeb58d2..bfae9080054 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 2 | |||
| 3 | * loading.texi (How Programs Do Loading): Fix anchor position at | ||
| 4 | load-read-function definition doc. (tiny change) | ||
| 5 | |||
| 1 | 2007-02-21 Kim F. Storm <storm@cua.dk> | 6 | 2007-02-21 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * strings.texi (Text Comparison): Mention that assoc-string | 8 | * strings.texi (Text Comparison): Mention that assoc-string |
diff --git a/lispref/loading.texi b/lispref/loading.texi index 3d294b2cc21..092befff85a 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi | |||
| @@ -155,10 +155,9 @@ file, and it is @code{nil} otherwise. | |||
| 155 | @end defvar | 155 | @end defvar |
| 156 | 156 | ||
| 157 | @defvar load-read-function | 157 | @defvar load-read-function |
| 158 | This | ||
| 159 | @anchor{Definition of load-read-function} | 158 | @anchor{Definition of load-read-function} |
| 160 | @c do not allow page break at anchor; work around Texinfo deficiency. | 159 | @c do not allow page break at anchor; work around Texinfo deficiency. |
| 161 | variable specifies an alternate expression-reading function for | 160 | This variable specifies an alternate expression-reading function for |
| 162 | @code{load} and @code{eval-region} to use instead of @code{read}. | 161 | @code{load} and @code{eval-region} to use instead of @code{read}. |
| 163 | The function should accept one argument, just as @code{read} does. | 162 | The function should accept one argument, just as @code{read} does. |
| 164 | 163 | ||