emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/xpm 66e6697 18/37: [xpm] Fix typo.


From: Stefan Monnier
Subject: [elpa] externals/xpm 66e6697 18/37: [xpm] Fix typo.
Date: Sat, 28 Nov 2020 14:15:33 -0500 (EST)

branch: externals/xpm
commit 66e6697c3cb99091890eb7b88ba871509f873908
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [xpm] Fix typo.
    
    * packages/xpm/xpm.el (xpm-put-points): ...here.
---
 xpm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xpm.el b/xpm.el
index 52cb464..2efd1e5 100644
--- a/xpm.el
+++ b/xpm.el
@@ -232,7 +232,7 @@ of length N, then pair its elements with the other integer 
component
 and place N points.
 
 If one of X or Y is a pair (LOW . HIGH), take it to be equivalent
-t specfiying a vector [LOW ... HIGH].  For example, (3 . 8) is
+to specfiying a vector [LOW ... HIGH].  For example, (3 . 8) is
 equivalent to [3 4 5 6 7 8].  If one component is a pair, the
 other must be an integer -- the case where both X and Y are pairs
 is not supported.



reply via email to

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