From: Eli Zaretskii Date: Sat, 17 May 2025 09:11:37 +0000 (+0300) Subject: ; * lisp/progmodes/hideshow.el (hs--get-ellipsis): Doc fix (bug#78234). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3b1caf16c35db89aa7eb1b1e323308fc0283f2f;p=emacs.git ; * lisp/progmodes/hideshow.el (hs--get-ellipsis): Doc fix (bug#78234). (cherry picked from commit 214c0ba3c76b69d8e3ee1ff639782f9380d9054c) --- diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index e7987cab5fb..ac6eb3681d1 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -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))