emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/kmacro.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/kmacro.el,v
Date: Fri, 25 Aug 2006 20:30:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/08/25 20:30:17

Index: kmacro.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/kmacro.el,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- kmacro.el   7 May 2006 20:49:16 -0000       1.34
+++ kmacro.el   25 Aug 2006 20:30:17 -0000      1.35
@@ -409,7 +409,7 @@
 
 
 (defun kmacro-repeat-on-last-key (keys)
-  "Process kmacro commands keys immidiately after cycling the ring."
+  "Process kmacro commands keys immediately after cycling the ring."
   (setq keys (vconcat keys))
   (let ((n (1- (length keys)))
        cmd done repeat)




reply via email to

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