* lisp/subr.el (sit-for): Tweak docstring.

Fixes: debbugs:19381

* src/buffer.c (syms_of_buffer) <Vafter_change_functions>: fix docstring.
* build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit
to 78.
This commit is contained in:
Stefan Monnier 2014-12-15 15:09:04 -05:00
parent 061db13989
commit fb420e7789
6 changed files with 43 additions and 30 deletions

View file

@ -87,8 +87,8 @@ exec $awk '
status = 1
}
72 < length && $0 ~ space {
print "Line longer than 72 characters in commit message"
78 < length && $0 ~ space {
print "Line longer than 78 characters in commit message"
status = 1
}