From 32aefe508f98833af40c2ccdcfc8457847d5beb9 Mon Sep 17 00:00:00 2001 From: Mickey Petersen Date: Sat, 3 Dec 2022 14:44:50 +0000 Subject: [PATCH] Correct documentation --- mu4e/mu4e-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index e75a52ef..aad64266 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -605,7 +605,7 @@ As a side-effect, a message that is being viewed loses its ;; update headers, if necessary. (mu4e~headers-update-handler msg nil nil) ;; Create a new view buffer (if needed) as it is not - ;; feasible to recycle an existing window due to buffer-specific + ;; feasible to recycle an existing buffer due to buffer-specific ;; state (buttons, etc.) that can interfere with message rendering ;; in gnus. (when-let ((existing-buffer (mu4e-get-view-buffer nil nil)))