> From: Nick Roberts <[EMAIL PROTECTED]> > Date: Sun, 15 May 2005 14:44:22 +1200 > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], emacs-devel@gnu.org > > ! (defcustom compilation-context-lines nil > "*Display this many lines of leading context before message. > ! If nil, don't scroll the compilation output window unless there > ! is no left-hand fringe. In this case, the message displays at the > ! top of the window because no overlay arrow is present."
This text is hard to understand because of multiple negations (don't, unless, no fringe). I suggest to change it into something like this: If nil and the left fringe is displayed, don't scroll the compilation output window; the arrow in the left fringe indicates the current message. If nil and there's no left fringe, always scroll and display the current message at the top of the compilation window. Also, please use two spaces after the period that ends a sentence. Thanks. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel