emacs-diffs
[Top][All Lists]
Advanced

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

master 278b18a460: ; Fix typos and wording in a doc string


From: Eli Zaretskii
Subject: master 278b18a460: ; Fix typos and wording in a doc string
Date: Sun, 8 May 2022 12:09:32 -0400 (EDT)

branch: master
commit 278b18a460caf34e422847d10ac3f0b62bef4996
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix typos and wording in a doc string
    
    * lisp/textmodes/pixel-fill.el (pixel-fill-width): Fix doc
    string.  (Bug#55318)
---
 lisp/textmodes/pixel-fill.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/textmodes/pixel-fill.el b/lisp/textmodes/pixel-fill.el
index 418d6a37c9..e47653e734 100644
--- a/lisp/textmodes/pixel-fill.el
+++ b/lisp/textmodes/pixel-fill.el
@@ -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)))



reply via email to

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