emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ace-window a3ad48f 74/92: ace-window.el (aw--point-visi


From: Stefan Monnier
Subject: [elpa] externals/ace-window a3ad48f 74/92: ace-window.el (aw--point-visible-p): Prettify doc
Date: Wed, 17 Mar 2021 18:39:25 -0400 (EDT)

branch: externals/ace-window
commit a3ad48f380a4e42f439f08f5a73a80b156b52214
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    ace-window.el (aw--point-visible-p): Prettify doc
---
 ace-window.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ace-window.el b/ace-window.el
index 458a300..ecb36c3 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -329,7 +329,8 @@ accessible by typing PATH."
              ?\ ))))))
 
 (defun aw--point-visible-p ()
-  "Return non-nil if point is visible in the selected window, else nil when 
horizontal scrolling has moved it off screen."
+  "Return non-nil if point is visible in the selected window.
+Return nil when horizontal scrolling has moved it off screen."
   (and (>= (- (current-column) (window-hscroll)) 0)
        (< (- (current-column) (window-hscroll))
           (window-width))))



reply via email to

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