auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 21a725b 14/26: Fix order of argum


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 21a725b 14/26: Fix order of arguments
Date: Thu, 12 Aug 2021 11:18:22 -0400 (EDT)

branch: externals/auctex
commit 21a725b2c7bd5d6ff48773a1a45332605dbdb8d5
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Commit: Ikumi Keita <ikumi@ikumi.que.jp>

    Fix order of arguments
    
    * preview.el.in (preview-make-image): Rearrange the arguments of `get'
    in correct order.
    Adapt doc string.
---
 preview.el.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/preview.el.in b/preview.el.in
index fd92a2c..b73b779 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -1556,9 +1556,9 @@ display in use.")
 (defun preview-make-image (symbol)
   "Make an image from a preview spec list.
 The first spec that is workable (given the current setting of
-`preview-min-spec') from the given symbol is used here.  The
-icon is cached in the property list of the symbol."
-  (let ((alist (get 'preview-min-alist symbol)))
+`preview-min-spec') from the given SYMBOL is used here.  The
+icon is cached in the property list of the SYMBOL."
+  (let ((alist (get symbol 'preview-min-alist)))
     (cdr (or
           (assq preview-min-spec alist)
           (car (put symbol 'preview-min-alist




reply via email to

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