Refine docstring for cursor position segment
This commit is contained in:
		
							parent
							
								
									410e54f9ba
								
							
						
					
					
						commit
						229eb4a04f
					
				@ -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))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user