aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-10 00:04:40 -0700
committerGlenn Morris2012-04-10 00:04:40 -0700
commit62200c147ccf48fdff77438e05ca296a9d40ceb4 (patch)
tree4d1644b2e11599bafc349df54f8901c9c192c72c
parent1c64e6ed6dd93b012659bc025e0d9329d92e9089 (diff)
downloademacs-62200c147ccf48fdff77438e05ca296a9d40ceb4.tar.gz
emacs-62200c147ccf48fdff77438e05ca296a9d40ceb4.zip
* lispref/compile.texi (Compiler Errors): Add missing space in buffer name.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/compile.texi2
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 @@
12012-04-10 Glenn Morris <rgm@gnu.org>
2
3 * compile.texi (Compiler Errors): Add missing space in buffer name.
4
12012-04-08 Chong Yidong <cyd@gnu.org> 52012-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
452compiler might get confused about the errors' exact location. One way 452compiler might get confused about the errors' exact location. One way
453to investigate is to switch to the buffer @w{@samp{*Compiler Input*}}. 453to 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
456compiled, and point shows how far the byte compiler was able to read; 456compiled, and point shows how far the byte compiler was able to read;