emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0c77bcb: * lisp/image-mode.el (image-mode-winprops-


From: Mark Oteiza
Subject: [Emacs-diffs] master 0c77bcb: * lisp/image-mode.el (image-mode-winprops-alist): Add docstring.
Date: Wed, 14 Dec 2016 21:38:37 +0000 (UTC)

branch: master
commit 0c77bcb3935e5dd82baeb2cd5fecbb45879d11b0
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    * lisp/image-mode.el (image-mode-winprops-alist): Add docstring.
---
 lisp/image-mode.el |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index f526685..ce56208 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -43,7 +43,10 @@
 
 ;;; Image mode window-info management.
 
-(defvar-local image-mode-winprops-alist t)
+(defvar-local image-mode-winprops-alist t
+  "Alist of windows to window properties.
+Each element has the form (WINDOW . ALIST).
+See `image-mode-winprops'.")
 
 (defvar image-mode-new-window-functions nil
   "Special hook run when image data is requested in a new window.



reply via email to

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