aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-08-25 00:42:17 -0700
committerPaul Eggert2015-08-25 00:43:01 -0700
commit7f67cdb6521ad1d219ced07931ff97e4113f163f (patch)
treeab24f60e6f807e00dd87e22fef33656554ab1ccd
parent929e3d0265b27210c02ccd26303081263183f75f (diff)
downloademacs-7f67cdb6521ad1d219ced07931ff97e4113f163f.tar.gz
emacs-7f67cdb6521ad1d219ced07931ff97e4113f163f.zip
Spelling fixes
-rw-r--r--lisp/emacs-lisp/seq.el2
-rw-r--r--lisp/menu-bar.el2
-rw-r--r--lisp/progmodes/python.el2
-rw-r--r--lisp/textmodes/ispell.el2
-rw-r--r--lisp/textmodes/tex-mode.el2
-rw-r--r--lisp/window.el2
6 files changed, 6 insertions, 6 deletions
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."
94 (elt seq n)) 94 (elt seq n))
95 95
96;; Default gv setters for `seq-elt'. 96;; Default gv setters for `seq-elt'.
97;; It can be a good idea for new sequence impelentations to provide a 97;; It can be a good idea for new sequence implementations to provide a
98;; "gv-setter" for `seq-elt'. 98;; "gv-setter" for `seq-elt'.
99(cl-defmethod (setf seq-elt) (store (seq array) n) 99(cl-defmethod (setf seq-elt) (store (seq array) n)
100 (aset seq n store)) 100 (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.")
654(defun menu-set-font () 654(defun menu-set-font ()
655 "Interactively select a font and make it the default on all frames. 655 "Interactively select a font and make it the default on all frames.
656 656
657The selected font will be the default on both the existing and futire frames." 657The selected font will be the default on both the existing and future frames."
658 (interactive) 658 (interactive)
659 (set-frame-font (if (fboundp 'x-select-font) 659 (set-frame-font (if (fboundp 'x-select-font)
660 (x-select-font) 660 (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
2165 ;; shell, otherwise (like in the case of processes started 2165 ;; shell, otherwise (like in the case of processes started
2166 ;; with `process-file') the environment is not changed. 2166 ;; with `process-file') the environment is not changed.
2167 ;; This makes environment modifications effective 2167 ;; This makes environment modifications effective
2168 ;; inconditionally. 2168 ;; unconditionally.
2169 (python-shell-tramp-refresh-process-environment 2169 (python-shell-tramp-refresh-process-environment
2170 ,vec tramp-remote-process-environment)) 2170 ,vec tramp-remote-process-environment))
2171 ,(macroexp-progn body))))) 2171 ,(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'.")
1661 1661
1662(defvar ispell-current-personal-dictionary nil 1662(defvar ispell-current-personal-dictionary nil
1663 "The name of the current personal dictionary, or nil for the default. 1663 "The name of the current personal dictionary, or nil for the default.
1664This is passed to the Ispella process using the `-p' switch.") 1664This is passed to the Ispell process using the `-p' switch.")
1665 1665
1666(defun ispell-decode-string (str) 1666(defun ispell-decode-string (str)
1667 "Decodes multibyte character strings. 1667 "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."
2965 ("\\mu" . ?μ) 2965 ("\\mu" . ?μ)
2966 ("\\nu" . ?ν) 2966 ("\\nu" . ?ν)
2967 ("\\xi" . ?ξ) 2967 ("\\xi" . ?ξ)
2968 ;; There is no \omicron becase it looks like a latin o. 2968 ;; There is no \omicron because it looks like a latin o.
2969 ("\\pi" . ?π) 2969 ("\\pi" . ?π)
2970 ("\\rho" . ?ρ) 2970 ("\\rho" . ?ρ)
2971 ("\\sigma" . ?σ) 2971 ("\\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
3450frame, rounded if necessary. PIXELWISE non-nil means to return 3450frame, rounded if necessary. PIXELWISE non-nil means to return
3451the coordinates in pixels where the values for RIGHT and BOTTOM 3451the coordinates in pixels where the values for RIGHT and BOTTOM
3452are one more than the actual value of these edges. Note that if 3452are one more than the actual value of these edges. Note that if
3453ABSOLUTE is non-nil, PIXELWISE is implicily non-nil too." 3453ABSOLUTE is non-nil, PIXELWISE is implicitly non-nil too."
3454 (let* ((window (window-normalize-window window body)) 3454 (let* ((window (window-normalize-window window body))
3455 (frame (window-frame window)) 3455 (frame (window-frame window))
3456 (border-width (frame-border-width frame)) 3456 (border-width (frame-border-width frame))