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

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

[elpa] externals/topspace 4455f47ed4 093/181: Reword docstrings


From: ELPA Syncer
Subject: [elpa] externals/topspace 4455f47ed4 093/181: Reword docstrings
Date: Tue, 23 Aug 2022 12:58:37 -0400 (EDT)

branch: externals/topspace
commit 4455f47ed4a61877f76edf61c90b11a41d87ceee
Author: Trevor Pogue <poguete@mcmaster.ca>
Commit: Trevor Pogue <poguete@mcmaster.ca>

    Reword docstrings
---
 topspace.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/topspace.el b/topspace.el
index a83445051f..37b5b00657 100644
--- a/topspace.el
+++ b/topspace.el
@@ -347,7 +347,7 @@ return unexpected value when END is in column 0. This fixes 
that issue."
 ;;; Overlay drawing
 
 (defun topspace--text (height)
-  "Return the topline text that appears in the top overlay with height HEIGHT."
+  "Return the topspace text that appears in the top overlay with height 
HEIGHT."
   (let ((text "")
         (indicator-line (topspace--eval-choice
                          topspace-empty-line-indicator)))
@@ -359,7 +359,7 @@ return unexpected value when END is in column 0. This fixes 
that issue."
       text)))
 
 (defun topspace--draw (&optional height)
-  "Put/draw top space as an overlay with the target line height HEIGHT."
+  "Draw top space as an overlay with the target line height HEIGHT."
   (let ((old-height))
     (unless (topspace--enabled) (setq height 0) (setq old-height 0))
     (unless old-height (setq old-height (topspace--height)))



reply via email to

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