Refine docstring for cursor position segment

This commit is contained in:
Jessie Hildebrandt 2022-12-29 00:39:21 -05:00
parent 410e54f9ba
commit 229eb4a04f

View File

@ -728,7 +728,7 @@ Checkers checked, in order: `flycheck', `flymake'."
;; ---------------------------------- ;; ;; ---------------------------------- ;;
(defun mood-line-segment-cursor-position () (defun mood-line-segment-cursor-position ()
"Display the current cursor position." "Display the position of the cursor in the current buffer."
(concat "%l:%c" (concat "%l:%c"
(when mood-line-show-cursor-point (when mood-line-show-cursor-point
(propertize (format ":%d" (point)) (propertize (format ":%d" (point))