mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
* lisp/image-mode.el (image-mode-winprops-alist): Add docstring.
This commit is contained in:
parent
53e8d7fb80
commit
0c77bcb393
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user