]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve commentary in frame.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Apr 2019 07:16:16 +0000 (10:16 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Apr 2019 07:16:16 +0000 (10:16 +0300)
* lisp/frame.el: Improve commentary for display-* functions.
(Bug#35058)

lisp/frame.el

index 9438b4a72edb4e4046ab1303a9a4316d8b4863e4..a0e62e1d69d6d6cfded721b2805a6f8aeabf9e40 100644 (file)
@@ -1691,6 +1691,14 @@ for FRAME."
 \f
 ;;;; Frame/display capabilities.
 
+;; These functions should make the features they test explicit in
+;; their names, so that when capabilities or the corresponding Emacs
+;; features change, it will be easy to find all the tests for such
+;; capabilities by a simple text search.  See more about the history
+;; and the intent of these functions in
+;; http://lists.gnu.org/archive/html/bug-gnu-emacs/2019-04/msg00004.html
+;; or in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35058#17.
+
 (declare-function msdos-mouse-p "dosfns.c")
 
 (defun display-mouse-p (&optional display)