From 62200c147ccf48fdff77438e05ca296a9d40ceb4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 10 Apr 2012 00:04:40 -0700 Subject: [PATCH] * lispref/compile.texi (Compiler Errors): Add missing space in buffer name. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/compile.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@ +2012-04-10 Glenn Morris + + * compile.texi (Compiler Errors): Add missing space in buffer name. + 2012-04-08 Chong Yidong * 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. 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; -- 2.39.2