diff options
| author | Paul Eggert | 2014-02-12 11:40:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-02-12 11:40:35 -0800 |
| commit | 2baa4c05af10ffb285054dcb751120d44f5ff311 (patch) | |
| tree | 633039197007f583c8694380092024ae98ab7cf2 | |
| parent | 68a8b28f5a4caf549d264ddb6a03d1ea9de1d9d6 (diff) | |
| download | emacs-2baa4c05af10ffb285054dcb751120d44f5ff311.tar.gz emacs-2baa4c05af10ffb285054dcb751120d44f5ff311.zip | |
Spelling fixes.
| -rw-r--r-- | lisp/kmacro.el | 2 | ||||
| -rw-r--r-- | lisp/subr.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el index 1cdc2e3cab8..4d93926dd69 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el | |||
| @@ -446,7 +446,7 @@ Optional arg EMPTY is message to print if no macros are defined." | |||
| 446 | ;;;###autoload | 446 | ;;;###autoload |
| 447 | (defun kmacro-exec-ring-item (item arg) | 447 | (defun kmacro-exec-ring-item (item arg) |
| 448 | "Execute item ITEM from the macro ring. | 448 | "Execute item ITEM from the macro ring. |
| 449 | ARG is the number of times to excute the item." | 449 | ARG is the number of times to execute the item." |
| 450 | ;; Use counter and format specific to the macro on the ring! | 450 | ;; Use counter and format specific to the macro on the ring! |
| 451 | (let ((kmacro-counter (nth 1 item)) | 451 | (let ((kmacro-counter (nth 1 item)) |
| 452 | (kmacro-counter-format-start (nth 2 item))) | 452 | (kmacro-counter-format-start (nth 2 item))) |
diff --git a/lisp/subr.el b/lisp/subr.el index 745d0b2f572..ad783acc929 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1029,7 +1029,7 @@ of the position: | |||
| 1029 | `posn-area': A symbol identifying the area the event occurred in, | 1029 | `posn-area': A symbol identifying the area the event occurred in, |
| 1030 | or nil if the event occurred in the text area. | 1030 | or nil if the event occurred in the text area. |
| 1031 | `posn-point': The buffer position of the event. | 1031 | `posn-point': The buffer position of the event. |
| 1032 | `posn-x-y': The pixel-based coordiates of the event. | 1032 | `posn-x-y': The pixel-based coordinates of the event. |
| 1033 | `posn-col-row': The estimated column and row corresponding to the | 1033 | `posn-col-row': The estimated column and row corresponding to the |
| 1034 | position of the event. | 1034 | position of the event. |
| 1035 | `posn-actual-col-row': The actual column and row corresponding to the | 1035 | `posn-actual-col-row': The actual column and row corresponding to the |