diff options
| author | Glenn Morris | 2012-02-08 23:28:32 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-08 23:28:32 -0800 |
| commit | 34c071c64ba9f5c06b29dfda5a01d1c7722cecd8 (patch) | |
| tree | 4c242716327ca4b2d6fd2c0d913066a3153fbc50 /lisp | |
| parent | 8327412569d4b82a58c38696bb9dca3f2e6d2364 (diff) | |
| download | emacs-34c071c64ba9f5c06b29dfda5a01d1c7722cecd8.tar.gz emacs-34c071c64ba9f5c06b29dfda5a01d1c7722cecd8.zip | |
* lisp/progmodes/compile.el (compilation-filter-start): Doc fix.
* etc/NEWS: Related edit.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/progmodes/compile.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e51f41fb99e..0af831976f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2012-02-09 Glenn Morris <rgm@gnu.org> | 1 | 2012-02-09 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/compile.el (compilation-first-column) | 3 | * progmodes/compile.el (compilation-first-column) |
| 4 | (compilation-error-screen-columns): Doc fixes. | 4 | (compilation-error-screen-columns, compilation-filter-start): Doc fixes. |
| 5 | 5 | ||
| 6 | * vc/log-view.el (log-view-toggle-entry-display): | 6 | * vc/log-view.el (log-view-toggle-entry-display): |
| 7 | * vc/vc.el (vc-merge, vc-pull): Doc fixes. | 7 | * vc/vc.el (vc-merge, vc-pull): Doc fixes. |
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 6c48eee7f4b..c1d8f9db23f 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -74,8 +74,8 @@ If Emacs lacks asynchronous process support, this hook is run | |||
| 74 | after `call-process' inserts the grep output into the buffer.") | 74 | after `call-process' inserts the grep output into the buffer.") |
| 75 | 75 | ||
| 76 | (defvar compilation-filter-start nil | 76 | (defvar compilation-filter-start nil |
| 77 | "Start of the text inserted by `compilation-filter'. | 77 | "Position of the start of the text inserted by `compilation-filter'. |
| 78 | This is bound to a buffer position before running `compilation-filter-hook'.") | 78 | This is bound before running `compilation-filter-hook'.") |
| 79 | 79 | ||
| 80 | (defvar compilation-first-column 1 | 80 | (defvar compilation-first-column 1 |
| 81 | "*This is how compilers number the first column, usually 1 or 0. | 81 | "*This is how compilers number the first column, usually 1 or 0. |