aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Liu2011-05-02 20:22:38 +0800
committerLeo Liu2011-05-02 20:22:38 +0800
commit358134718761c2e04972db420508b4ffd7d65caa (patch)
treeb091e9e220b3f4fcbfa456e039719cc2e8703c9c
parente16e55d4a02105b03434e1434e1a13562503d0f2 (diff)
downloademacs-358134718761c2e04972db420508b4ffd7d65caa.tar.gz
emacs-358134718761c2e04972db420508b4ffd7d65caa.zip
Fix description of diff.el
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc/diff.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f303f5d1e32..99ea84e77e4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-05-02 Leo Liu <sdl.web@gmail.com>
2
3 * vc/diff.el: Fix description.
4
12011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org> 52011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 6
3 * server.el (server-eval-at): New function. 7 * server.el (server-eval-at): New function.
diff --git a/lisp/vc/diff.el b/lisp/vc/diff.el
index 4bc3466f13f..9655ce64a99 100644
--- a/lisp/vc/diff.el
+++ b/lisp/vc/diff.el
@@ -1,4 +1,4 @@
1;;; diff.el --- run `diff' in compilation-mode 1;;; diff.el --- run `diff'
2 2
3;; Copyright (C) 1992, 1994, 1996, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 1994, 1996, 2001-2011 Free Software Foundation, Inc.
4 4