From 02c66599e3b30ef2119d5307099f16e2b53018da Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 20 Jul 2013 21:22:33 -0700 Subject: [PATCH] Spelling fixes. --- lisp/desktop.el | 2 +- lisp/frame.el | 2 +- src/eval.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/desktop.el b/lisp/desktop.el index 8d84356fb21..e8fe742617e 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -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))) diff --git a/lisp/frame.el b/lisp/frame.el index ed47afa4b94..71e7cc10de2 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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 diff --git a/src/eval.c b/src/eval.c index 23834cb54f6..121222728c6 100644 --- a/src/eval.c +++ b/src/eval.c @@ -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 -- 2.39.2