diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-30 21:53:28 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-30 21:53:28 +0800 |
commit | 3cd51eaa039f2b954cc3fd5b325d0c2102643f04 (patch) | |
tree | f9cb139d82ce1fa3e43c89ff6e24339fc264a4b3 /lisp | |
parent | bee6a2c7dcc15d14961b2bc164ea91dfa178042d (diff) | |
download | emacs-3cd51eaa039f2b954cc3fd5b325d0c2102643f04.tar.gz |
Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 8 |
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'. |