summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2024-07-16 06:39:57 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2024-07-16 06:41:41 +0300
commit2864039e60e45d640f7ec85f47273618ccddafc1 (patch)
tree54edbac76832c81888cb2bb8d2bc1662e4f58f87
parent8419c85f6316c0432e380102f76c5e4b78e430ce (diff)
mu4e-modeline: fix some typos
-rw-r--r--mu4e/mu4e-modeline.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/mu4e/mu4e-modeline.el b/mu4e/mu4e-modeline.el
index f1e668d..a286643 100644
--- a/mu4e/mu4e-modeline.el
+++ b/mu4e/mu4e-modeline.el
@@ -1,6 +1,6 @@
;;; mu4e-modeline.el --- Modeline for mu4e -*- lexical-binding: t -*-
-;; Copyright (C) 2023 Dirk-Jan C. Binnema
+;; Copyright (C) 2023-2024 Dirk-Jan C. Binnema
;; Author: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
;; Maintainer: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
@@ -34,9 +34,9 @@
"Determines the maximum length of the local modeline string.
If the string exceeds this limit, it will be truncated to fit.
-Note: this only affects the local modeline items (such as the context,
-the search properties and the last query), not the global items
-(such as the favorite bookmark results)."
+Note: this only affects the local modeline items (such as the
+context, the search properties and the last query), not the
+global items (such as the favorite bookmark results)."
:type 'integer
:group 'mu4e-modeline)
@@ -76,7 +76,7 @@ the buffer-local one."
(defun mu4e--modeline-quote-and-truncate (str)
"Quote STR to be used literally in the modeline.
-The string is truncaed to fit if its length exceeds
+The string is truncated to fit if its length exceeds
`mu4e-modeline-max-width'."
(replace-regexp-in-string
"%" "%%"