aboutsummaryrefslogtreecommitdiff
path: root/pearl.el
diff options
context:
space:
mode:
Diffstat (limited to 'pearl.el')
-rw-r--r--pearl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/pearl.el b/pearl.el
index 205374b..522af9a 100644
--- a/pearl.el
+++ b/pearl.el
@@ -683,11 +683,11 @@ Refreshed by the redecorate pass (`pearl--refresh-modified-count'); read by
(defun pearl--mode-line-lighter ()
"Return the `pearl-mode' mode-line lighter, naming the active account.
-\" Pearl[work]\" when accounts are configured and one is active, plain
+\" Pearl [work]\" when accounts are configured and one is active, plain
\" Pearl\" in legacy single-account mode, with \" N <glyph> changed\" appended
when the buffer holds unsaved tickets and `pearl-show-modified-indicator' is on."
(let ((base (if (and pearl-accounts pearl-active-account)
- (format " Pearl[%s]" pearl-active-account)
+ (format " Pearl [%s]" pearl-active-account)
" Pearl")))
(if (and pearl-show-modified-indicator (> pearl--modified-count 0))
(concat base (format pearl-modified-mode-line-format