diff options
| author | Glenn Morris | 2012-02-08 23:24:30 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-08 23:24:30 -0800 |
| commit | 8327412569d4b82a58c38696bb9dca3f2e6d2364 (patch) | |
| tree | f35610ca865097d86431972651f0d57100fac580 /etc | |
| parent | 3b90aec0a7741b78d2fe583c1da3ff011741bfb6 (diff) | |
| download | emacs-8327412569d4b82a58c38696bb9dca3f2e6d2364.tar.gz emacs-8327412569d4b82a58c38696bb9dca3f2e6d2364.zip | |
Doc fixes for compile.el
* lisp/progmodes/compile.el (compilation-first-column)
(compilation-error-screen-columns): Doc fixes.
* etc/NEWS: Related markup.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -672,6 +672,7 @@ on platforms that support it. This calls your desktop's preferred browser. | |||
| 672 | inserted by the compilation filter function, when calling | 672 | inserted by the compilation filter function, when calling |
| 673 | compilation-filter-hook. | 673 | compilation-filter-hook. |
| 674 | 674 | ||
| 675 | --- | ||
| 675 | *** `compilation-error-screen-columns' and `compilation-first-column' | 676 | *** `compilation-error-screen-columns' and `compilation-first-column' |
| 676 | are obeyed in the editing buffer. So programming language modes can | 677 | are obeyed in the editing buffer. So programming language modes can |
| 677 | set them, whereas previously only the value in the *compilation* buffer | 678 | set them, whereas previously only the value in the *compilation* buffer |