diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/compile.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 30c8ad2e4ae..d53be2b57c6 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-04-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * compile.texi (Compiler Errors): Add missing space in buffer name. | ||
| 4 | |||
| 1 | 2012-04-08 Chong Yidong <cyd@gnu.org> | 5 | 2012-04-08 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * processes.texi (Query Before Exit): Remove obsolete function | 7 | * processes.texi (Query Before Exit): Remove obsolete function |
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 90d038c29d6..1cc54bb2ac4 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi | |||
| @@ -450,7 +450,7 @@ messages. | |||
| 450 | 450 | ||
| 451 | When an error is due to invalid syntax in the program, the byte | 451 | When an error is due to invalid syntax in the program, the byte |
| 452 | compiler might get confused about the errors' exact location. One way | 452 | compiler might get confused about the errors' exact location. One way |
| 453 | to investigate is to switch to the buffer @w{@samp{*Compiler Input*}}. | 453 | to investigate is to switch to the buffer @w{@samp{ *Compiler Input*}}. |
| 454 | (This buffer name starts with a space, so it does not show up in | 454 | (This buffer name starts with a space, so it does not show up in |
| 455 | @kbd{M-x list-buffers}.) This buffer contains the program being | 455 | @kbd{M-x list-buffers}.) This buffer contains the program being |
| 456 | compiled, and point shows how far the byte compiler was able to read; | 456 | compiled, and point shows how far the byte compiler was able to read; |