emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113478: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r113478: Spelling fixes.
Date: Sun, 21 Jul 2013 04:22:36 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113478
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2013-07-20 21:22:33 -0700
message:
  Spelling fixes.
modified:
  lisp/desktop.el                desktop.el-20091113204419-o5vbwnq5f7feedwu-591
  lisp/frame.el                  frame.el-20091113204419-o5vbwnq5f7feedwu-275
  src/eval.c                     eval.c-20091113204419-o5vbwnq5f7feedwu-237
=== modified file 'lisp/desktop.el'
--- a/lisp/desktop.el   2013-07-21 02:42:11 +0000
+++ b/lisp/desktop.el   2013-07-21 04:22:33 +0000
@@ -1368,7 +1368,7 @@
                  (when (eq (cdr (assq 'minibuffer frame-cfg)) 'only)
                    (setq frame-cfg (append '((tool-bar-lines . 0) 
(menu-bar-lines . 0))
                                            frame-cfg))))
-                (t ;; Frame depends on other frame's minibufer window.
+                (t ;; Frame depends on other frame's minibuffer window.
                  (let ((mb-frame (cdr (assq (cadr d-mini) frame-mb-map))))
                    (unless (frame-live-p mb-frame)
                      (error "Minibuffer frame %s not found" (cadr d-mini)))

=== modified file 'lisp/frame.el'
--- a/lisp/frame.el     2013-07-18 16:50:05 +0000
+++ b/lisp/frame.el     2013-07-21 04:22:33 +0000
@@ -1740,7 +1740,7 @@
       (setq blink-cursor-idle-timer nil))))
 
 (defun blink-cursor-check ()
-  "Check if cursot blinking shall be restarted.
+  "Check if cursor blinking shall be restarted.
 This is done when a frame gets focus.  Blink timers may be stopped by
 `blink-cursor-suspend'."
   (when (and blink-cursor-mode

=== modified file 'src/eval.c'
--- a/src/eval.c        2013-07-18 02:12:59 +0000
+++ b/src/eval.c        2013-07-21 04:22:33 +0000
@@ -459,7 +459,7 @@
   return val;
 }
 
-/* Evaluate BODY sequentually, discarding its value.  Suitable for
+/* Evaluate BODY sequentially, discarding its value.  Suitable for
    record_unwind_protect.  */
 
 void


reply via email to

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