diff options
| author | Leo Liu | 2011-05-02 20:22:38 +0800 |
|---|---|---|
| committer | Leo Liu | 2011-05-02 20:22:38 +0800 |
| commit | 358134718761c2e04972db420508b4ffd7d65caa (patch) | |
| tree | b091e9e220b3f4fcbfa456e039719cc2e8703c9c | |
| parent | e16e55d4a02105b03434e1434e1a13562503d0f2 (diff) | |
| download | emacs-358134718761c2e04972db420508b4ffd7d65caa.tar.gz emacs-358134718761c2e04972db420508b4ffd7d65caa.zip | |
Fix description of diff.el
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/vc/diff.el | 2 |
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 @@ | |||
| 1 | 2011-05-02 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * vc/diff.el: Fix description. | ||
| 4 | |||
| 1 | 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2011-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 | ||