mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
* lispref/compile.texi (Compiler Errors): Add missing space in buffer name.
This commit is contained in:
parent
1c64e6ed6d
commit
62200c147c
@ -1,3 +1,7 @@
|
||||
2012-04-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* compile.texi (Compiler Errors): Add missing space in buffer name.
|
||||
|
||||
2012-04-08 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* processes.texi (Query Before Exit): Remove obsolete function
|
||||
|
@ -450,7 +450,7 @@ messages.
|
||||
|
||||
When an error is due to invalid syntax in the program, the byte
|
||||
compiler might get confused about the errors' exact location. One way
|
||||
to investigate is to switch to the buffer @w{@samp{*Compiler Input*}}.
|
||||
to investigate is to switch to the buffer @w{@samp{ *Compiler Input*}}.
|
||||
(This buffer name starts with a space, so it does not show up in
|
||||
@kbd{M-x list-buffers}.) This buffer contains the program being
|
||||
compiled, and point shows how far the byte compiler was able to read;
|
||||
|
Loading…
Reference in New Issue
Block a user