From e72b6fa4b2323c27af49e790e8f20a33be51559b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 17 Jul 2010 17:57:06 -0400 Subject: [PATCH] Doc fix to commentary (Bug#6653). --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT