ttn pushed a commit to branch master in repository elpa. commit cb4639eae6188113c883911e21bbcad6c28058c0 Author: Thien-Thi Nguyen <t...@gnu.org> Date: Fri Jun 13 13:35:10 2014 +0200
[xpm] Fix typo. * packages/xpm/xpm.el (xpm-put-points): ...here. --- packages/xpm/xpm.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/xpm/xpm.el b/packages/xpm/xpm.el index 52cb464..2efd1e5 100644 --- a/packages/xpm/xpm.el +++ b/packages/xpm/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.