]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jul 2013 04:22:33 +0000 (21:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jul 2013 04:22:33 +0000 (21:22 -0700)
lisp/desktop.el
lisp/frame.el
src/eval.c

index 8d84356fb21f3bb098069ea030e689a4c04b67db..e8fe742617e450f98d5dd9145c30cab58e79ce41 100644 (file)
@@ -1368,7 +1368,7 @@ Internal use only."
                  (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)))
index ed47afa4b94e088ad64963aeb9e13ba1b3a0324a..71e7cc10de2c993894e321805e38b33fa7faadaf 100644 (file)
@@ -1740,7 +1740,7 @@ frame receives focus."
       (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
index 23834cb54f62883d11c1b8da257feaef1141ca36..121222728c6971e5b8d4e28ab1ac00a3dc267982 100644 (file)
@@ -459,7 +459,7 @@ usage: (progn BODY...)  */)
   return val;
 }
 
-/* Evaluate BODY sequentually, discarding its value.  Suitable for
+/* Evaluate BODY sequentially, discarding its value.  Suitable for
    record_unwind_protect.  */
 
 void