]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/hideshow.el (hs--get-ellipsis): Doc fix (bug#78234).
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 May 2025 09:11:37 +0000 (12:11 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 21 May 2025 06:05:56 +0000 (08:05 +0200)
(cherry picked from commit 214c0ba3c76b69d8e3ee1ff639782f9380d9054c)

lisp/progmodes/hideshow.el

index e7987cab5fbaa81c7c48900312e6858a9792533b..ac6eb3681d1c7c1401b3cc7611339eaeebc64768 100644 (file)
@@ -563,7 +563,7 @@ to call with the newly initialized overlay."
 
 (defun hs--get-ellipsis (b e)
   "Helper function for `hs-make-overlay'.
-This return the ellipsis string to use and its face."
+This returns the ellipsis string to use and its face."
   (cond*
    ((bind*
      (d-t-ellipsis (display-table-slot standard-display-table 'selective-display))