Spelling fixes.

This commit is contained in:
Paul Eggert 2013-07-20 21:22:33 -07:00
parent 763a086dc7
commit 02c66599e3
3 changed files with 3 additions and 3 deletions

View 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)))

View 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

View 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