emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/nano-modeline 60f1862b08 25/26: Typos


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline 60f1862b08 25/26: Typos
Date: Fri, 2 Jun 2023 03:59:08 -0400 (EDT)

branch: externals/nano-modeline
commit 60f1862b082d6b601f8db3ecc7e2dff77c9ad46b
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Typos
---
 nano-modeline.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index 70afd3fb61..fa3cb33dd8 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -874,7 +874,7 @@ common action"
              (nano-modeline-window-dedicated))))
 
 (defun nano-modeline-eat-mode ()
-  "Nano line for term mode"
+  "Nano line for term (eat) mode"
 
   (funcall nano-modeline-position
            '((nano-modeline-buffer-status ">_") " "
@@ -913,7 +913,7 @@ common action"
                (nano-modeline-window-dedicated)))))
 
 (defun nano-modeline-org-agenda-mode ()
-  "Nano line for org capture mode"
+  "Nano line for org agenda mode"
 
   (add-hook 'post-command-hook #'force-mode-line-update)
   (funcall nano-modeline-position



reply via email to

[Prev in Thread] Current Thread [Next in Thread]