emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107798: * lispref/compile.texi (C


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107798: * lispref/compile.texi (Compiler Errors): Add missing space in buffer name.
Date: Tue, 10 Apr 2012 00:04:40 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107798
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-04-10 00:04:40 -0700
message:
  * lispref/compile.texi (Compiler Errors): Add missing space in buffer name.
modified:
  doc/lispref/ChangeLog
  doc/lispref/compile.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-04-08 13:30:26 +0000
+++ b/doc/lispref/ChangeLog     2012-04-10 07:04:40 +0000
@@ -1,3 +1,7 @@
+2012-04-10  Glenn Morris  <address@hidden>
+
+       * compile.texi (Compiler Errors): Add missing space in buffer name.
+
 2012-04-08  Chong Yidong  <address@hidden>
 
        * processes.texi (Query Before Exit): Remove obsolete function

=== modified file 'doc/lispref/compile.texi'
--- a/doc/lispref/compile.texi  2012-02-11 06:17:22 +0000
+++ b/doc/lispref/compile.texi  2012-04-10 07:04:40 +0000
@@ -450,7 +450,7 @@
 
   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 @address@hidden Input*}}.
+to investigate is to switch to the buffer @address@hidden *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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]