aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorGlenn Morris2012-02-08 23:28:32 -0800
committerGlenn Morris2012-02-08 23:28:32 -0800
commit34c071c64ba9f5c06b29dfda5a01d1c7722cecd8 (patch)
tree4c242716327ca4b2d6fd2c0d913066a3153fbc50 /lisp/progmodes
parent8327412569d4b82a58c38696bb9dca3f2e6d2364 (diff)
downloademacs-34c071c64ba9f5c06b29dfda5a01d1c7722cecd8.tar.gz
emacs-34c071c64ba9f5c06b29dfda5a01d1c7722cecd8.zip
* lisp/progmodes/compile.el (compilation-filter-start): Doc fix.
* etc/NEWS: Related edit.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/compile.el4
1 files changed, 2 insertions, 2 deletions
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
74after `call-process' inserts the grep output into the buffer.") 74after `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'.
78This is bound to a buffer position before running `compilation-filter-hook'.") 78This 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.