diff options
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: ;; ------------------------------------------------------------------------ |
