From: Chong Yidong Date: Sat, 17 Jul 2010 21:57:06 +0000 (-0400) Subject: Doc fix to commentary (Bug#6653). X-Git-Tag: emacs-pretest-23.2.90~139^2~49 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e72b6fa4b2323c27af49e790e8f20a33be51559b;p=emacs.git Doc fix to commentary (Bug#6653). --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 6bb31ca5cc4..c8f9834cf64 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -47,7 +47,7 @@ ;; using the same *compilation* buffer. this necessitates re-parsing markers. ;; FILE-STRUCTURE is a list of -;; ((FILENAME . DIRECTORY) FORMATS (LINE LOC ...) ...) +;; ((FILENAME DIRECTORY) FORMATS (LINE LOC ...) ...) ;; FILENAME is a string parsed from an error message. DIRECTORY is a string ;; obtained by following directory change messages. DIRECTORY will be nil for