From: Paul Eggert Date: Tue, 25 Aug 2015 07:42:17 +0000 (-0700) Subject: Spelling fixes X-Git-Tag: emacs-25.0.90~1259 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f67cdb6521ad1d219ced07931ff97e4113f163f;p=emacs.git Spelling fixes --- diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el index 6a386bdceff..d4a9139758d 100644 --- a/lisp/emacs-lisp/seq.el +++ b/lisp/emacs-lisp/seq.el @@ -94,7 +94,7 @@ name to be bound to the rest of SEQ." (elt seq n)) ;; Default gv setters for `seq-elt'. -;; It can be a good idea for new sequence impelentations to provide a +;; It can be a good idea for new sequence implementations to provide a ;; "gv-setter" for `seq-elt'. (cl-defmethod (setf seq-elt) (store (seq array) n) (aset seq n store)) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index d57ba742113..63dbe40aa69 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -654,7 +654,7 @@ by \"Save Options\" in Custom buffers.") (defun menu-set-font () "Interactively select a font and make it the default on all frames. -The selected font will be the default on both the existing and futire frames." +The selected font will be the default on both the existing and future frames." (interactive) (set-frame-font (if (fboundp 'x-select-font) (x-select-font) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 35f10e54fc7..63a43c1b31a 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -2165,7 +2165,7 @@ machine then modifies `tramp-remote-process-environment' and ;; shell, otherwise (like in the case of processes started ;; with `process-file') the environment is not changed. ;; This makes environment modifications effective - ;; inconditionally. + ;; unconditionally. (python-shell-tramp-refresh-process-environment ,vec tramp-remote-process-environment)) ,(macroexp-progn body))))) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 76e147a6f93..dda983b52b3 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -1661,7 +1661,7 @@ used as key in `ispell-local-dictionary-alist' and `ispell-dictionary-alist'.") (defvar ispell-current-personal-dictionary nil "The name of the current personal dictionary, or nil for the default. -This is passed to the Ispella process using the `-p' switch.") +This is passed to the Ispell process using the `-p' switch.") (defun ispell-decode-string (str) "Decodes multibyte character strings. diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 751c8012bf9..6244189f64a 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -2965,7 +2965,7 @@ There might be text before point." ("\\mu" . ?μ) ("\\nu" . ?ν) ("\\xi" . ?ξ) - ;; There is no \omicron becase it looks like a latin o. + ;; There is no \omicron because it looks like a latin o. ("\\pi" . ?π) ("\\rho" . ?ρ) ("\\sigma" . ?σ) diff --git a/lisp/window.el b/lisp/window.el index f198d78cc4c..65b4ef08268 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -3450,7 +3450,7 @@ in terms of the canonical character width and height of WINDOW's frame, rounded if necessary. PIXELWISE non-nil means to return the coordinates in pixels where the values for RIGHT and BOTTOM are one more than the actual value of these edges. Note that if -ABSOLUTE is non-nil, PIXELWISE is implicily non-nil too." +ABSOLUTE is non-nil, PIXELWISE is implicitly non-nil too." (let* ((window (window-normalize-window window body)) (frame (window-frame window)) (border-width (frame-border-width frame))