summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 590c3549c62..4f63206212c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,11 +3,11 @@
* vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
buffer for output.
- * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'; do not assume
- point-min==1; fix search string; fix parentheses missing.
+ * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
+ point-min==1. Fix search string. Fix parentheses missing.
- * vc/vc-git.el (vc-git-ignore): Remove `interactive'; do not
- assume point-min==1; fix search string; fix parentheses missing.
+ * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
+ assume point-min==1. Fix search string. Fix parentheses missing.
* vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.