emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 7f67cdb6: Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 7f67cdb6: Spelling fixes
Date: Tue, 25 Aug 2015 07:43:07 +0000

branch: master
commit 7f67cdb6521ad1d219ced07931ff97e4113f163f
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Spelling fixes
---
 lisp/emacs-lisp/seq.el     |    2 +-
 lisp/menu-bar.el           |    2 +-
 lisp/progmodes/python.el   |    2 +-
 lisp/textmodes/ispell.el   |    2 +-
 lisp/textmodes/tex-mode.el |    2 +-
 lisp/window.el             |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el
index 6a386bd..d4a9139 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 d57ba74..63dbe40 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 35f10e5..63a43c1 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 76e147a..dda983b 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 751c801..6244189 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 f198d78..65b4ef0 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))



reply via email to

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