]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Aug 2015 07:42:17 +0000 (00:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Aug 2015 07:43:01 +0000 (00:43 -0700)
lisp/emacs-lisp/seq.el
lisp/menu-bar.el
lisp/progmodes/python.el
lisp/textmodes/ispell.el
lisp/textmodes/tex-mode.el
lisp/window.el

index 6a386bdceffa1a3abbbe2e08af86d85227288db6..d4a9139758d98b4095902380d2628d3520d05a6b 100644 (file)
@@ -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))
index d57ba742113725101d36ef84d6224c3919cfe649..63dbe40aa69acdd88813098dbfb51ce30eeba17a 100644 (file)
@@ -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)
index 35f10e54fc76de10acb91da1e07eaa91181e5388..63a43c1b31a1c4020b61c7ff2e202c4257e30d82 100644 (file)
@@ -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)))))
index 76e147a6f93648c1114176d092db9053737c5bec..dda983b52b3df12d2ef54009d9a4a8dd5deede3a 100644 (file)
@@ -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.
index 751c8012bf908f410821d7761eeebc4ae966c7c2..6244189f64a3b3d8b71eabf224b74134a48ef79a 100644 (file)
@@ -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" . ?σ)
index f198d78cc4cc5f3aa072c3db45907f9a4f3adaea..65b4ef08268e281ee98711df0a1c1e536e5332e9 100644 (file)
@@ -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))