emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 8544b98: posnp doc clarification


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 8544b98: posnp doc clarification
Date: Mon, 02 May 2016 22:09:41 +0000

branch: emacs-25
commit 8544b9879c652e7c700652a4ba6fd17245163bd4
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    posnp doc clarification
    
    * lisp/subr.el (posnp): Mention that a posn object is returned
    from `event-start' (bug#18211).
---
 lisp/subr.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/subr.el b/lisp/subr.el
index 3f5d6e4..0f02170 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1117,6 +1117,7 @@ The return value is a positive integer."
 
 (defun posnp (obj)
   "Return non-nil if OBJ appears to be a valid `posn' object specifying a 
window.
+A `posn' object is returned from functions such as `event-start'.
 If OBJ is a valid `posn' object, but specifies a frame rather
 than a window, return nil."
   ;; FIXME: Correct the behavior of this function so that all valid



reply via email to

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