Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
62200c14
Commit
62200c14
authored
Apr 10, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lispref/compile.texi (Compiler Errors): Add missing space in buffer name.
parent
1c64e6ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/compile.texi
doc/lispref/compile.texi
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
62200c14
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
...
...
doc/lispref/compile.texi
View file @
62200c14
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment