]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos and wording in a doc string
authorEli Zaretskii <eliz@gnu.org>
Sun, 8 May 2022 16:08:34 +0000 (19:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 8 May 2022 16:08:34 +0000 (19:08 +0300)
* lisp/textmodes/pixel-fill.el (pixel-fill-width): Fix doc
string.  (Bug#55318)

lisp/textmodes/pixel-fill.el

index 418d6a37c976123a7b01161a4e05909340d8b348..e47653e734a396cff54f921ef6c6014b244cba80 100644 (file)
@@ -45,9 +45,9 @@ of a line or the end of a line."
 
 (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 is nil or omitted, use the entire window width.
 
-If WINDOW is nil, this defaults to the current window."
+If WINDOW is nil or omitted, this defaults to the selected window."
   (unless window
     (setq window (selected-window)))
   (let ((frame (window-frame window)))