aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-04-19 23:59:04 -0700
committerPaul Eggert2015-04-19 23:59:46 -0700
commit8f1eda7a8a7e268413e38fa9d704a92cf7a860d5 (patch)
tree40cff1e856cd7a2bb2448e798d321e367ed2d5f4
parent9099d45df734f63145d414a0e1205245973c9efb (diff)
downloademacs-8f1eda7a8a7e268413e38fa9d704a92cf7a860d5.tar.gz
emacs-8f1eda7a8a7e268413e38fa9d704a92cf7a860d5.zip
Spelling fixes
-rw-r--r--lisp/eshell/esh-mode.el2
-rw-r--r--lisp/progmodes/python.el12
-rw-r--r--test/automated/message-mode-tests.el2
3 files changed, 8 insertions, 8 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index 54e52b9e7c2..222e801301b 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -873,7 +873,7 @@ When run interactively, widen the buffer first."
873 873
874(defun eshell/clear (&optional scrollback) 874(defun eshell/clear (&optional scrollback)
875 "Scroll contents of eshell window out of sight, leaving a blank window. 875 "Scroll contents of eshell window out of sight, leaving a blank window.
876If SCROLLBACK is non-nil, clear the scollback contents." 876If SCROLLBACK is non-nil, clear the scrollback contents."
877 (interactive) 877 (interactive)
878 (if scrollback 878 (if scrollback
879 (eshell/clear-scrollback) 879 (eshell/clear-scrollback)
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index c9774a15bbb..eb17d075921 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1585,7 +1585,7 @@ forward only one sexp, else move backwards."
1585With positive optional argument DIR direction move forward, else 1585With positive optional argument DIR direction move forward, else
1586backwards. When optional argument SAFE is non-nil do not throw 1586backwards. When optional argument SAFE is non-nil do not throw
1587errors when at end of sexp, skip it instead. With optional 1587errors when at end of sexp, skip it instead. With optional
1588argument SKIP-PARENS-P force sexp motion to ignore parenthised 1588argument SKIP-PARENS-P force sexp motion to ignore parenthesized
1589expressions when looking at them in either direction." 1589expressions when looking at them in either direction."
1590 (setq dir (or dir 1)) 1590 (setq dir (or dir 1))
1591 (unless (= dir 0) 1591 (unless (= dir 0)
@@ -1683,7 +1683,7 @@ expressions when looking at them in either direction."
1683With ARG, do it that many times. Negative arg -N means move 1683With ARG, do it that many times. Negative arg -N means move
1684backward N times. When optional argument SAFE is non-nil do not 1684backward N times. When optional argument SAFE is non-nil do not
1685throw errors when at end of sexp, skip it instead. With optional 1685throw errors when at end of sexp, skip it instead. With optional
1686argument SKIP-PARENS-P force sexp motion to ignore parenthised 1686argument SKIP-PARENS-P force sexp motion to ignore parenthesized
1687expressions when looking at them in either direction (forced to t 1687expressions when looking at them in either direction (forced to t
1688in interactive calls)." 1688in interactive calls)."
1689 (interactive "^p") 1689 (interactive "^p")
@@ -1694,7 +1694,7 @@ in interactive calls)."
1694 ;; interactive detection by checking `current-prefix-arg'. The 1694 ;; interactive detection by checking `current-prefix-arg'. The
1695 ;; reason to make this distinction is that lisp functions like 1695 ;; reason to make this distinction is that lisp functions like
1696 ;; `blink-matching-open' get confused causing issues like the one in 1696 ;; `blink-matching-open' get confused causing issues like the one in
1697 ;; Bug#16191. With this approach the user gets a simmetric behavior 1697 ;; Bug#16191. With this approach the user gets a symmetric behavior
1698 ;; when working interactively while called functions expecting 1698 ;; when working interactively while called functions expecting
1699 ;; paren-based sexp motion work just fine. 1699 ;; paren-based sexp motion work just fine.
1700 (or 1700 (or
@@ -1717,7 +1717,7 @@ in interactive calls)."
1717With ARG, do it that many times. Negative arg -N means move 1717With ARG, do it that many times. Negative arg -N means move
1718forward N times. When optional argument SAFE is non-nil do not 1718forward N times. When optional argument SAFE is non-nil do not
1719throw errors when at end of sexp, skip it instead. With optional 1719throw errors when at end of sexp, skip it instead. With optional
1720argument SKIP-PARENS-P force sexp motion to ignore parenthised 1720argument SKIP-PARENS-P force sexp motion to ignore parenthesized
1721expressions when looking at them in either direction (forced to t 1721expressions when looking at them in either direction (forced to t
1722in interactive calls)." 1722in interactive calls)."
1723 (interactive "^p") 1723 (interactive "^p")
@@ -1728,7 +1728,7 @@ in interactive calls)."
1728 "Move forward safely across expressions. 1728 "Move forward safely across expressions.
1729With ARG, do it that many times. Negative arg -N means move 1729With ARG, do it that many times. Negative arg -N means move
1730backward N times. With optional argument SKIP-PARENS-P force 1730backward N times. With optional argument SKIP-PARENS-P force
1731sexp motion to ignore parenthised expressions when looking at 1731sexp motion to ignore parenthesized expressions when looking at
1732them in either direction (forced to t in interactive calls)." 1732them in either direction (forced to t in interactive calls)."
1733 (interactive "^p") 1733 (interactive "^p")
1734 (python-nav-forward-sexp arg t skip-parens-p)) 1734 (python-nav-forward-sexp arg t skip-parens-p))
@@ -1737,7 +1737,7 @@ them in either direction (forced to t in interactive calls)."
1737 "Move backward safely across expressions. 1737 "Move backward safely across expressions.
1738With ARG, do it that many times. Negative arg -N means move 1738With ARG, do it that many times. Negative arg -N means move
1739forward N times. With optional argument SKIP-PARENS-P force sexp 1739forward N times. With optional argument SKIP-PARENS-P force sexp
1740motion to ignore parenthised expressions when looking at them in 1740motion to ignore parenthesized expressions when looking at them in
1741either direction (forced to t in interactive calls)." 1741either direction (forced to t in interactive calls)."
1742 (interactive "^p") 1742 (interactive "^p")
1743 (python-nav-backward-sexp arg t skip-parens-p)) 1743 (python-nav-backward-sexp arg t skip-parens-p))
diff --git a/test/automated/message-mode-tests.el b/test/automated/message-mode-tests.el
index 12ecefeb94d..397707f9b2f 100644
--- a/test/automated/message-mode-tests.el
+++ b/test/automated/message-mode-tests.el
@@ -1,4 +1,4 @@
1;;; message-mode-tests.el --- Tests for message-mdoe -*- lexical-binding: t; -*- 1;;; message-mode-tests.el --- Tests for message-mode -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2015 Free Software Foundation, Inc. 3;; Copyright (C) 2015 Free Software Foundation, Inc.
4 4