From 2864039e60e45d640f7ec85f47273618ccddafc1 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 16 Jul 2024 06:39:57 +0300 Subject: [PATCH] mu4e-modeline: fix some typos --- mu4e/mu4e-modeline.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mu4e/mu4e-modeline.el b/mu4e/mu4e-modeline.el index f1e668d3..a2866438 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 ;; Maintainer: Dirk-Jan C. Binnema @@ -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 "%" "%%"