bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#55318: 29.0.50; Typo in dcostring of pixel-fill-width


From: Kazuhiro Ito
Subject: bug#55318: 29.0.50; Typo in dcostring of pixel-fill-width
Date: Mon, 09 May 2022 00:54:45 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.0.50 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)

I noticed probable typo in docstring.  Please see below patch.

--- a/lisp/textmodes/pixel-fill.el
+++ b/lisp/textmodes/pixel-fill.el
@@ -45,7 +45,7 @@ pixel-fill-respect-kinsoku
 
 (defun pixel-fill-width (&optional columns window)
   "Return the pixel width corresponding to COLUMNS in WINDOW.
-If COLUMNS in nil, use the enture window width.
+If COLUMNS in nil, use the entire window width.
 
 If WINDOW is nil, this defaults to the current window."
   (unless window

-- 
Kazuhiro Ito





reply via email to

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