branch: externals/vc-hgcmd commit ca1123252a558032866ed1537d6d217139e03822 Author: muffinmad <andreyk....@gmail.com> Commit: muffinmad <andreyk....@gmail.com>
fixed typos --- vc-hgcmd.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vc-hgcmd.el b/vc-hgcmd.el index 9b3e99c..ac8d036 100644 --- a/vc-hgcmd.el +++ b/vc-hgcmd.el @@ -51,8 +51,8 @@ ;; - Merge branch ;; vc-hgcmd will ask for branch name to merge. ;; -;; - Default pull argements -;; You can customize default hg pulll command arguments. +;; - Default pull arguments +;; You can customize default hg pull command arguments. ;; By default it's --update. You can change it for particular pull by invoking `vc-pull' with prefix argument. ;; ;; - Branches and tags as revision completion table