contrib/mercurial.el
branchstable
changeset 10263 25e572394f5c
parent 8370 45ed015b524e
child 10268 2fa95306d40c
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     3 ;; Copyright (C) 2005, 2006 Bryan O'Sullivan
     3 ;; Copyright (C) 2005, 2006 Bryan O'Sullivan
     4 
     4 
     5 ;; Author: Bryan O'Sullivan <bos@serpentine.com>
     5 ;; Author: Bryan O'Sullivan <bos@serpentine.com>
     6 
     6 
     7 ;; mercurial.el is free software; you can redistribute it and/or
     7 ;; mercurial.el is free software; you can redistribute it and/or
     8 ;; modify it under the terms of version 2 of the GNU General Public
     8 ;; modify it under the terms of the GNU General Public License or any
     9 ;; License as published by the Free Software Foundation.
     9 ;; later version.
    10 
    10 
    11 ;; mercurial.el is distributed in the hope that it will be useful, but
    11 ;; mercurial.el is distributed in the hope that it will be useful, but
    12 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
    12 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
    13 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    13 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    14 ;; General Public License for more details.
    14 ;; General Public License for more details.
   782 ;;; User interface functions.
   782 ;;; User interface functions.
   783 
   783 
   784 (defun hg-help-overview ()
   784 (defun hg-help-overview ()
   785   "This is an overview of the Mercurial SCM mode for Emacs.
   785   "This is an overview of the Mercurial SCM mode for Emacs.
   786 
   786 
   787 You can find the source code, license (GPL v2), and credits for this
   787 You can find the source code, license (GPLv2+), and credits for this
   788 code by typing `M-x find-library mercurial RET'."
   788 code by typing `M-x find-library mercurial RET'."
   789   (interactive)
   789   (interactive)
   790   (hg-view-output ("Mercurial Help Overview")
   790   (hg-view-output ("Mercurial Help Overview")
   791     (insert (documentation 'hg-help-overview))
   791     (insert (documentation 'hg-help-overview))
   792     (let ((pos (point)))
   792     (let ((pos (point)))