From 2cfc0232d377044aec77ac35822816149f90d4b1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 1 Feb 2014 20:55:36 +0100 Subject: Update docstring --- eshell-fringe-status.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eshell-fringe-status.el b/eshell-fringe-status.el index d122628..d931492 100644 --- a/eshell-fringe-status.el +++ b/eshell-fringe-status.el @@ -32,6 +32,13 @@ ;; working in regard to `eshell-prompt-regexp', so if anything breaks ;; please let me know. +;; Some extra fringe bitmaps are provided. In case you prefer either +;; or both of them over the default arrow bitmap. These are +;; `efs-plus-bitmap' and `efs-minus-bitmap'. These show a `+' and `-' +;; in the fringe respectively, instead of an arrow. These can be used +;; by setting the `eshell-fringe-status-success-bitmap' and the +;; `eshell-fringe-status-failure-map' options. + ;;; Code: (require 'em-prompt) -- cgit v1.2.3-54-g00ecf