aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2012-06-17 01:53:31 -0700
committerPaul Eggert2012-06-17 01:53:31 -0700
commit48d1354eb8e8e7dc759400a2f001d02587f15be2 (patch)
tree13c3f2c04081bd1746606df772df967b634abdac
parenteb4a8a9a88652ca7f092e2c5e51b82c631f74749 (diff)
downloademacs-48d1354eb8e8e7dc759400a2f001d02587f15be2.tar.gz
emacs-48d1354eb8e8e7dc759400a2f001d02587f15be2.zip
Spelling fixes.
-rw-r--r--etc/NEWS2
-rw-r--r--etc/ORG-NEWS2
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/face-remap.el2
-rw-r--r--lisp/isearch.el2
-rw-r--r--lisp/net/tramp.el2
-rw-r--r--lisp/org/ChangeLog2
-rw-r--r--lisp/progmodes/python.el26
-rw-r--r--lisp/textmodes/rst.el2
9 files changed, 25 insertions, 20 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 58901089d18..c469c7951ed 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -441,7 +441,7 @@ The interpretation of the DECLS is determined by `defun-declarations-alist'.
441** New error type and new function `user-error'. Doesn't trigger the debugger. 441** New error type and new function `user-error'. Doesn't trigger the debugger.
442 442
443** The functions get-lru-window, get-mru-window and get-largest-window 443** The functions get-lru-window, get-mru-window and get-largest-window
444now accept a third argument to avoid chosing the selected window. 444now accept a third argument to avoid choosing the selected window.
445 445
446** Completion 446** Completion
447 447
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 2cfa08f1286..a5b88d3f451 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -554,7 +554,7 @@ to mean anything.
554 554
555** Completion 555** Completion
556 556
557*** In-buffer completion is now done using John Wiegleys pcomplete.el 557*** In-buffer completion is now done using John Wiegley's pcomplete.el
558 :PROPERTIES: 558 :PROPERTIES:
559 :OrgVersion: 7.4 559 :OrgVersion: 7.4
560 :END: 560 :END:
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae67fac2f4c..c9fe44089c9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-06-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 * progmodes/python.el (python-info-beginning-of-backslash):
4 Rename from python-info-beginning-of-backlash, as a spelling fix.
5
12012-06-17 Chong Yidong <cyd@gnu.org> 62012-06-17 Chong Yidong <cyd@gnu.org>
2 7
3 * term.el (term-emulate-terminal): If term-check-size is called, 8 * term.el (term-emulate-terminal): If term-check-size is called,
diff --git a/lisp/face-remap.el b/lisp/face-remap.el
index be2207a993f..e2f9e3d2bd2 100644
--- a/lisp/face-remap.el
+++ b/lisp/face-remap.el
@@ -320,7 +320,7 @@ a top-level keymap, `text-scale-increase' or
320 (`?0 0) 320 (`?0 0)
321 (t inc)))) 321 (t inc))))
322 (text-scale-increase step) 322 (text-scale-increase step)
323 ;; FIXME: do it after everu "iteration of the loop". 323 ;; FIXME: do it after every "iteration of the loop".
324 (message "+,-,0 for further adjustment: ") 324 (message "+,-,0 for further adjustment: ")
325 (set-temporary-overlay-map 325 (set-temporary-overlay-map
326 (let ((map (make-sparse-keymap))) 326 (let ((map (make-sparse-keymap)))
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 3494fcbee6d..8fe2aba9499 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -538,7 +538,7 @@ If t, do incremental search for a sequence of words, ignoring punctuation.
538If the value is a function (e.g. `isearch-symbol-regexp'), it is called to 538If the value is a function (e.g. `isearch-symbol-regexp'), it is called to
539convert the search string to a regexp used by regexp search functions. 539convert the search string to a regexp used by regexp search functions.
540The property `isearch-message-prefix' put on this function specifies the 540The property `isearch-message-prefix' put on this function specifies the
541prefix string displyed in the search message.") 541prefix string displayed in the search message.")
542 542
543(defvar isearch-cmds nil 543(defvar isearch-cmds nil
544 "Stack of search status sets. 544 "Stack of search status sets.
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index f34818c2e02..e9621c5d44e 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -1368,7 +1368,7 @@ The messages are visible anyway, because an error is raised.")
1368 1368
1369(defvar tramp-message-show-progress-reporter-message t 1369(defvar tramp-message-show-progress-reporter-message t
1370 "Show Tramp progress reporter message in the minibuffer. 1370 "Show Tramp progress reporter message in the minibuffer.
1371This variable is used to disable recurive progress reporter messages.") 1371This variable is used to disable recursive progress reporter messages.")
1372 1372
1373(defsubst tramp-message (vec-or-proc level fmt-string &rest args) 1373(defsubst tramp-message (vec-or-proc level fmt-string &rest args)
1374 "Emit a message depending on verbosity level. 1374 "Emit a message depending on verbosity level.
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 9eaf9d512ad..b98fd272b38 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -11665,7 +11665,7 @@
116652010-11-11 Nicolas Goaziou <n.goaziou@gmail.com> 116652010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11666 11666
11667 * org-list.el (org-list-insert-item-generic): Updating checkboxes 11667 * org-list.el (org-list-insert-item-generic): Updating checkboxes
11668 can modifiy bottom point of a list, so make it a marker before 11668 can modify bottom point of a list, so make it a marker before
11669 calling `org-update-checkbox-count-maybe'. 11669 calling `org-update-checkbox-count-maybe'.
11670 11670
116712010-11-11 Dan Davison <davison@stats.ox.ac.uk> 116712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 1b1f2a9c2de..dfa72a3084a 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -50,7 +50,7 @@
50;; (`python-nav-forward-sentence', `python-nav-backward-sentence' 50;; (`python-nav-forward-sentence', `python-nav-backward-sentence'
51;; respectively). Extra functions `python-nav-sentence-start' and 51;; respectively). Extra functions `python-nav-sentence-start' and
52;; `python-nav-sentence-end' are included to move to the beginning and 52;; `python-nav-sentence-end' are included to move to the beginning and
53;; to the end of a setence while taking care of multiline definitions. 53;; to the end of a sentence while taking care of multiline definitions.
54;; `python-nav-jump-to-defun' is provided and allows jumping to a 54;; `python-nav-jump-to-defun' is provided and allows jumping to a
55;; function or class definition quickly in the current buffer. 55;; function or class definition quickly in the current buffer.
56 56
@@ -126,7 +126,7 @@
126;; "VIRTUAL_ENV=/path/to/env/")) 126;; "VIRTUAL_ENV=/path/to/env/"))
127;; (python-shell-exec-path . ("/path/to/env/bin/")) 127;; (python-shell-exec-path . ("/path/to/env/bin/"))
128 128
129;; Since the above is cumbersome and can be programatically 129;; Since the above is cumbersome and can be programmatically
130;; calculated, the variable `python-shell-virtualenv-path' is 130;; calculated, the variable `python-shell-virtualenv-path' is
131;; provided. When this variable is set with the path of the 131;; provided. When this variable is set with the path of the
132;; virtualenv to use, `process-environment' and `exec-path' get proper 132;; virtualenv to use, `process-environment' and `exec-path' get proper
@@ -426,7 +426,7 @@ This variant of `rx' supports common python named REGEXPS."
426 ;; Extra: 426 ;; Extra:
427 "__all__" "__doc__" "__name__" "__package__") 427 "__all__" "__doc__" "__name__" "__package__")
428 symbol-end) . font-lock-builtin-face) 428 symbol-end) . font-lock-builtin-face)
429 ;; asignations 429 ;; assignments
430 ;; support for a = b = c = 5 430 ;; support for a = b = c = 5
431 (,(lambda (limit) 431 (,(lambda (limit)
432 (let ((re (python-rx (group (+ (any word ?. ?_))) 432 (let ((re (python-rx (group (+ (any word ?. ?_)))
@@ -703,7 +703,7 @@ START is the buffer position where the sexp starts."
703 ('inside-string 703 ('inside-string
704 (goto-char context-start) 704 (goto-char context-start)
705 (current-indentation)) 705 (current-indentation))
706 ;; After backslash we have several posibilities 706 ;; After backslash we have several possibilities.
707 ('after-backslash 707 ('after-backslash
708 (cond 708 (cond
709 ;; Check if current line is a dot continuation. For this 709 ;; Check if current line is a dot continuation. For this
@@ -758,12 +758,12 @@ START is the buffer position where the sexp starts."
758 (current-column)))) 758 (current-column))))
759 (t 759 (t
760 (forward-line -1) 760 (forward-line -1)
761 (goto-char (python-info-beginning-of-backlash)) 761 (goto-char (python-info-beginning-of-backslash))
762 (if (save-excursion 762 (if (save-excursion
763 (and 763 (and
764 (forward-line -1) 764 (forward-line -1)
765 (goto-char 765 (goto-char
766 (or (python-info-beginning-of-backlash) (point))) 766 (or (python-info-beginning-of-backslash) (point)))
767 (python-info-line-ends-backslash-p))) 767 (python-info-line-ends-backslash-p)))
768 ;; The two previous lines ended in a backslash so we must 768 ;; The two previous lines ended in a backslash so we must
769 ;; respect previous line indentation. 769 ;; respect previous line indentation.
@@ -776,7 +776,7 @@ START is the buffer position where the sexp starts."
776 ;; correctly 776 ;; correctly
777 ('inside-paren 777 ('inside-paren
778 (cond 778 (cond
779 ;; If current line closes the outtermost open paren use the 779 ;; If current line closes the outermost open paren use the
780 ;; current indentation of the context-start line. 780 ;; current indentation of the context-start line.
781 ((save-excursion 781 ((save-excursion
782 (skip-syntax-forward "\s" (line-end-position)) 782 (skip-syntax-forward "\s" (line-end-position))
@@ -1261,7 +1261,7 @@ Restart the python shell after changing this variable for it to take effect."
1261 1261
1262(defcustom python-shell-send-setup-max-wait 5 1262(defcustom python-shell-send-setup-max-wait 5
1263 "Seconds to wait for process output before code setup. 1263 "Seconds to wait for process output before code setup.
1264If output is received before the especified time then control is 1264If output is received before the specified time then control is
1265returned in that moment and not after waiting." 1265returned in that moment and not after waiting."
1266 :type 'integer 1266 :type 'integer
1267 :group 'python 1267 :group 'python
@@ -1811,7 +1811,7 @@ completions on the current context."
1811 (overlay-start comint-last-prompt-overlay) 1811 (overlay-start comint-last-prompt-overlay)
1812 (overlay-end comint-last-prompt-overlay)))) 1812 (overlay-end comint-last-prompt-overlay))))
1813 (completion-context 1813 (completion-context
1814 ;; Check wether a prompt matches a pdb string, an import statement 1814 ;; Check whether a prompt matches a pdb string, an import statement
1815 ;; or just the standard prompt and use the correct 1815 ;; or just the standard prompt and use the correct
1816 ;; python-shell-completion-*-code string 1816 ;; python-shell-completion-*-code string
1817 (cond ((and (> (length python-shell-completion-pdb-string-code) 0) 1817 (cond ((and (> (length python-shell-completion-pdb-string-code) 0)
@@ -2474,7 +2474,7 @@ It can contain a \"%s\" which will be replaced with the root name."
2474 2474
2475(defun python-imenu-make-element-tree (element-list full-element plain-index) 2475(defun python-imenu-make-element-tree (element-list full-element plain-index)
2476 "Make a tree from plain alist of module names. 2476 "Make a tree from plain alist of module names.
2477ELEMENT-LIST is the defun name splitted by \".\" and FULL-ELEMENT 2477ELEMENT-LIST is the defun name split by \".\" and FULL-ELEMENT
2478is the same thing, the difference is that FULL-ELEMENT remains 2478is the same thing, the difference is that FULL-ELEMENT remains
2479untouched in all recursive calls. 2479untouched in all recursive calls.
2480Argument PLAIN-INDEX is the calculated plain index used to build the tree." 2480Argument PLAIN-INDEX is the calculated plain index used to build the tree."
@@ -2497,7 +2497,7 @@ Argument PLAIN-INDEX is the calculated plain index used to build the tree."
2497 (push (cons subelement-name subelement-point) 2497 (push (cons subelement-name subelement-point)
2498 python-imenu-index-alist) 2498 python-imenu-index-alist)
2499 (when (not (listp (cdr path-ref))) 2499 (when (not (listp (cdr path-ref)))
2500 ;; Modifiy root cdr to be a list 2500 ;; Modify root cdr to be a list.
2501 (setcdr path-ref 2501 (setcdr path-ref
2502 (list (cons (format python-imenu-subtree-root-label 2502 (list (cons (format python-imenu-subtree-root-label
2503 (car path-ref)) 2503 (car path-ref))
@@ -2644,8 +2644,8 @@ With optional argument LINE-NUMBER, check that line instead."
2644 (when (equal (char-before) ?\\) 2644 (when (equal (char-before) ?\\)
2645 (point-marker))))) 2645 (point-marker)))))
2646 2646
2647(defun python-info-beginning-of-backlash (&optional line-number) 2647(defun python-info-beginning-of-backslash (&optional line-number)
2648 "Return the point where the backlashed line start. 2648 "Return the point where the backslashed line start.
2649Optional argument LINE-NUMBER forces the line number to check against." 2649Optional argument LINE-NUMBER forces the line number to check against."
2650 (save-excursion 2650 (save-excursion
2651 (save-restriction 2651 (save-restriction
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index ab73f9a28d6..8ad7a8e1c16 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -2847,7 +2847,7 @@ and not from inner alignment points."
2847 (save-match-data 2847 (save-match-data
2848 (unless (looking-at (rst-re 'lin-end)) 2848 (unless (looking-at (rst-re 'lin-end))
2849 (back-to-indentation) 2849 (back-to-indentation)
2850 ;; Current indendation is always the least likely tab. 2850 ;; Current indentation is always the least likely tab.
2851 (let ((tabs (list (list (point) 0 nil)))) ; (POINT OFFSET INNER) 2851 (let ((tabs (list (list (point) 0 nil)))) ; (POINT OFFSET INNER)
2852 ;; Push inner tabs more likely to continue writing. 2852 ;; Push inner tabs more likely to continue writing.
2853 (cond 2853 (cond