diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-02-19 09:40:16 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-02-19 09:40:16 +0000 |
commit | 7fcfd0e545606ef15015bc071d28cff04da8978d (patch) | |
tree | a22fe7f2c7d3e49cb10b6543e966222f2dd76ccf /lisp/vc-hg.el | |
parent | 4125bd36c0100ea4f4ed477a0662872205e6545d (diff) | |
download | emacs-7fcfd0e545606ef15015bc071d28cff04da8978d.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/vc-hg.el')
-rw-r--r-- | lisp/vc-hg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index eac341cc5f0..c3c94ea835c 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -477,7 +477,7 @@ REV is the revision to check out into WORKFILE." (defun vc-hg-extra-status-menu () '(["Show incoming" vc-hg-incoming] - ["Show outgoing" vc-hg-outgoing]) + ["Show outgoing" vc-hg-outgoing])) (define-derived-mode vc-hg-outgoing-mode vc-hg-log-view-mode "Hg-Outgoing") |