diff options
| author | Xue Fuqiao <xfq.free@gmail.com> | 2013-06-02 18:56:54 +0800 |
|---|---|---|
| committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-06-02 18:56:54 +0800 |
| commit | 51b60f531ae3dee6454054c3c280e69db2084dad (patch) | |
| tree | 8e932b51def6f3e3c40fa5c75968289f9ccdb6fc /lisp/vc/log-view.el | |
| parent | d105b0e26f965b41452153ad405efe98ff142de6 (diff) | |
| download | emacs-51b60f531ae3dee6454054c3c280e69db2084dad.tar.gz | |
* vc/log-view.el: Header fix.
Diffstat (limited to 'lisp/vc/log-view.el')
| -rw-r--r-- | lisp/vc/log-view.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el index b633b7be403..7475a4d7404 100644 --- a/lisp/vc/log-view.el +++ b/lisp/vc/log-view.el @@ -1,9 +1,9 @@ -;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output -*- lexical-binding: t -*- +;;; log-view.el --- Major mode for browsing revision log histories -*- lexical-binding: t -*- ;; Copyright (C) 1999-2013 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> -;; Keywords: rcs, sccs, cvs, log, vc, tools +;; Keywords: tools, vc ;; This file is part of GNU Emacs. @@ -24,10 +24,12 @@ ;; Major mode to browse revision log histories. ;; Currently supports the format output by: -;; RCS, SCCS, CVS, Subversion, and DaRCS. +;; SCCS, RCS, CVS, Subversion, DaRCS, and Mercurial. ;; Examples of log output: +;;;; SCCS: + ;;;; RCS/CVS: ;; ---------------------------- @@ -43,8 +45,6 @@ ;; Change release version from 21.4 to 22.1 throughout. ;; Change development version from 21.3.50 to 22.0.50. -;;;; SCCS: - ;;;; Subversion: ;; ------------------------------------------------------------------------ |
