diff options
Diffstat (limited to 'lisp/progmodes/compile.el')
-rw-r--r-- | lisp/progmodes/compile.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index a58e393779a..37d3fe84114 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -255,7 +255,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1)) ;; can be composed of any non-newline char, but it also rules out some ;; valid but unlikely cases, such as a trailing space or a space ;; followed by a -, or a colon followed by a space. - ;; + ;; ;; The "in \\|from " exception was added to handle messages from Ruby. ,(rx bol @@ -1461,9 +1461,9 @@ Additionally, with universal prefix arg, compilation buffer will be in comint mode, i.e. interactive. To run more than one compilation at once, start one then rename -the \`*compilation*' buffer to some other name with +the `*compilation*' buffer to some other name with \\[rename-buffer]. Then _switch buffers_ and start the new compilation. -It will create a new \`*compilation*' buffer. +It will create a new `*compilation*' buffer. On most systems, termination of the main compilation process kills its subprocesses. |