From 229eb4a04f7b82626d430819606e91953eb48cc0 Mon Sep 17 00:00:00 2001
From: Jessie Hildebrandt <jessieh@jessieh.net>
Date: Thu, 29 Dec 2022 00:39:21 -0500
Subject: [PATCH] Refine docstring for cursor position segment

---
 mood-line.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mood-line.el b/mood-line.el
index a8d9407..39a8b35 100644
--- a/mood-line.el
+++ b/mood-line.el
@@ -728,7 +728,7 @@ Checkers checked, in order: `flycheck', `flymake'."
 ;; ---------------------------------- ;;
 
 (defun mood-line-segment-cursor-position ()
-  "Display the current cursor position."
+  "Display the position of the cursor in the current buffer."
   (concat "%l:%c"
           (when mood-line-show-cursor-point
             (propertize (format ":%d" (point))