emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116421: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r116421: Spelling fixes.
Date: Wed, 12 Feb 2014 19:40:39 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116421
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2014-02-12 11:40:35 -0800
message:
  Spelling fixes.
modified:
  lisp/kmacro.el                 kmacro.el-20091113204419-o5vbwnq5f7feedwu-2431
  lisp/subr.el                   subr.el-20091113204419-o5vbwnq5f7feedwu-151
=== modified file 'lisp/kmacro.el'
--- a/lisp/kmacro.el    2014-02-10 06:51:32 +0000
+++ b/lisp/kmacro.el    2014-02-12 19:40:35 +0000
@@ -446,7 +446,7 @@
 ;;;###autoload
 (defun kmacro-exec-ring-item (item arg)
   "Execute item ITEM from the macro ring.
-ARG is the number of times to excute the item."
+ARG is the number of times to execute the item."
   ;; Use counter and format specific to the macro on the ring!
   (let ((kmacro-counter (nth 1 item))
        (kmacro-counter-format-start (nth 2 item)))

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2014-02-10 06:56:03 +0000
+++ b/lisp/subr.el      2014-02-12 19:40:35 +0000
@@ -1029,7 +1029,7 @@
 `posn-area': A symbol identifying the area the event occurred in,
 or nil if the event occurred in the text area.
 `posn-point': The buffer position of the event.
-`posn-x-y': The pixel-based coordiates of the event.
+`posn-x-y': The pixel-based coordinates of the event.
 `posn-col-row': The estimated column and row corresponding to the
 position of the event.
 `posn-actual-col-row': The actual column and row corresponding to the


reply via email to

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