# HG changeset patch # User Chong Yidong # Date 1279403826 14400 # Node ID 230227e56fa74429765f98c04cddfd795c9e0adc # Parent 603e7bce46eb6304db956ec95cc38d8ebef145ad Doc fix to commentary (Bug#6653). diff -r 603e7bce46eb -r 230227e56fa7 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Sat Jul 17 17:51:04 2010 -0400 +++ b/lisp/progmodes/compile.el Sat Jul 17 17:57:06 2010 -0400 @@ -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