From e30081fdfb20e380bdcd00b04fcca41aa2bc57af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20W=2E=20V=2E=20Tran-J=C3=B8rgensen?= Date: Sun, 8 Jan 2017 16:49:04 +0100 Subject: [PATCH] Clean-up 'Commentary' Closes #3 --- eshell-up.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eshell-up.el b/eshell-up.el index f36f1c7..ab28ee0 100644 --- a/eshell-up.el +++ b/eshell-up.el @@ -45,18 +45,18 @@ ;; match is found then eshell changes to that directory, otherwise it ;; does nothing. ;; -;; It is recommended to invoke 'eshell-up' or 'eshell-up-peek' using -;; aliases as done in the examples above. To do that, add the -;; following to your .eshell.aliases file: +;; It is recommended to invoke 'eshell-up' using an alias as done in +;; the example above. To do that, add the following to your +;; .eshell.aliases file: ;; ;; alias up eshell-up $1 -;; alias pk eshell-up-peek $1 ;; -;; The complete description of eshell-up is available at: -;; https://github.com/peterwvj/eshell-up +;; The complete description of eshell-up, including other features, is +;; available at: https://github.com/peterwvj/eshell-up ;; ;; This package is inspired by 'bd', which uses bash to implement ;; similar functionality. +;; ;; See: https://github.com/vigneshwaranr/bd ;;; Code: