diff options
| author | Juanma Barranquero | 2002-05-16 12:00:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-05-16 12:00:33 +0000 |
| commit | aa87aafcdef167e1e272d31902a341329c9bbf90 (patch) | |
| tree | 6cac731d4f201239f88e82cb47895da444fd5b63 | |
| parent | 6b9483facc8cd5d888e3b5705c9267c38e43643f (diff) | |
| download | emacs-aa87aafcdef167e1e272d31902a341329c9bbf90.tar.gz emacs-aa87aafcdef167e1e272d31902a341329c9bbf90.zip | |
Fix typo.
| -rw-r--r-- | lisp/emulation/cua-rect.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/nnvirtual.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/idlw-shell.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/idlwave.el | 8 | ||||
| -rw-r--r-- | lisp/term/x-win.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-cite.el | 2 | ||||
| -rw-r--r-- | src/process.c | 2 |
7 files changed, 11 insertions, 11 deletions
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el index a3e94dc207d..87b48f088eb 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | ;;; Acknowledgements | 25 | ;;; Acknowledgements |
| 26 | 26 | ||
| 27 | ;; The rectangle handling and display code borrows from the standard | 27 | ;; The rectangle handling and display code borrows from the standard |
| 28 | ;; GNU emacs rect.el package and the the rect-mark.el package by Rick | 28 | ;; GNU emacs rect.el package and the rect-mark.el package by Rick |
| 29 | ;; Sladkey <jrs@world.std.com>. | 29 | ;; Sladkey <jrs@world.std.com>. |
| 30 | 30 | ||
| 31 | ;;; Commentary: | 31 | ;;; Commentary: |
diff --git a/lisp/gnus/nnvirtual.el b/lisp/gnus/nnvirtual.el index 5793573f870..c72e416433b 100644 --- a/lisp/gnus/nnvirtual.el +++ b/lisp/gnus/nnvirtual.el | |||
| @@ -523,7 +523,7 @@ If UPDATE-P is not nil, call gnus-group-update-group on the components." | |||
| 523 | ;;; which keeps the size of the virtual active list the same as | 523 | ;;; which keeps the size of the virtual active list the same as |
| 524 | ;;; the sum of the component active lists. | 524 | ;;; the sum of the component active lists. |
| 525 | ;;; To achieve fair mixing of the groups, the last article in | 525 | ;;; To achieve fair mixing of the groups, the last article in |
| 526 | ;;; each of N component groups will be in the the last N articles | 526 | ;;; each of N component groups will be in the last N articles |
| 527 | ;;; in the virtual group. | 527 | ;;; in the virtual group. |
| 528 | 528 | ||
| 529 | ;;; If you have 3 components A, B and C, with articles 1-8, 1-5, and 6-7 | 529 | ;;; If you have 3 components A, B and C, with articles 1-8, 1-5, and 6-7 |
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index fb0be6eac99..664ff6496ad 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Author: Chris Chase <chase@att.com> | 4 | ;; Author: Chris Chase <chase@att.com> |
| 5 | ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu> | 5 | ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu> |
| 6 | ;; Version: 4.7 | 6 | ;; Version: 4.7 |
| 7 | ;; Date: $Date: 2001/12/01 12:54:29 $ | 7 | ;; Date: $Date: 2002/02/16 12:50:25 $ |
| 8 | ;; Keywords: processes | 8 | ;; Keywords: processes |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| @@ -69,7 +69,7 @@ | |||
| 69 | ;; | 69 | ;; |
| 70 | ;; I don't plan on implementing directory tracking by watching the IDL | 70 | ;; I don't plan on implementing directory tracking by watching the IDL |
| 71 | ;; commands entered at the prompt, since too often an IDL procedure | 71 | ;; commands entered at the prompt, since too often an IDL procedure |
| 72 | ;; will change the current directory. If you want the the idl process | 72 | ;; will change the current directory. If you want the idl process |
| 73 | ;; buffer to match the IDL current working just execute `M-x | 73 | ;; buffer to match the IDL current working just execute `M-x |
| 74 | ;; idlwave-shell-resync-dirs' (bound to "\C-c\C-d\C-w" by default.) | 74 | ;; idlwave-shell-resync-dirs' (bound to "\C-c\C-d\C-w" by default.) |
| 75 | ;; | 75 | ;; |
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index cba0b800468..412ceb06c51 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Author: Chris Chase <chase@att.com> | 4 | ;; Author: Chris Chase <chase@att.com> |
| 5 | ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu> | 5 | ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu> |
| 6 | ;; Version: 4.7 | 6 | ;; Version: 4.7 |
| 7 | ;; Date: $Date: 2001/12/31 20:42:10 $ | 7 | ;; Date: $Date: 2002/02/16 12:53:42 $ |
| 8 | ;; Keywords: languages | 8 | ;; Keywords: languages |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| @@ -1309,7 +1309,7 @@ blocks starting with a BEGIN statement. The matches must have associations | |||
| 1309 | 1309 | ||
| 1310 | (defconst idlwave-statement-match | 1310 | (defconst idlwave-statement-match |
| 1311 | (list | 1311 | (list |
| 1312 | ;; "endif else" is the the only possible "end" that can be | 1312 | ;; "endif else" is the only possible "end" that can be |
| 1313 | ;; followed by a statement on the same line. | 1313 | ;; followed by a statement on the same line. |
| 1314 | '(endelse . ("end\\(\\|if\\)\\s +else" "end\\(\\|if\\)\\s +else")) | 1314 | '(endelse . ("end\\(\\|if\\)\\s +else" "end\\(\\|if\\)\\s +else")) |
| 1315 | ;; all other "end"s can not be followed by a statement. | 1315 | ;; all other "end"s can not be followed by a statement. |
| @@ -3021,7 +3021,7 @@ ignored." | |||
| 3021 | ;; No hang. Instead find minimum indentation of paragraph | 3021 | ;; No hang. Instead find minimum indentation of paragraph |
| 3022 | ;; after first line. | 3022 | ;; after first line. |
| 3023 | ;; For the following while statement, since START is at the | 3023 | ;; For the following while statement, since START is at the |
| 3024 | ;; beginning of line and END is at the the end of line | 3024 | ;; beginning of line and END is at the end of line |
| 3025 | ;; point is greater than START at least once (which would | 3025 | ;; point is greater than START at least once (which would |
| 3026 | ;; be the case for a single line paragraph). | 3026 | ;; be the case for a single line paragraph). |
| 3027 | (while (> (point) start) | 3027 | (while (> (point) start) |
| @@ -3325,7 +3325,7 @@ constants - a double quote followed by an octal digit." | |||
| 3325 | ;; string act as an | 3325 | ;; string act as an |
| 3326 | ;; escape for the delimiter in the string. | 3326 | ;; escape for the delimiter in the string. |
| 3327 | ;; Two consecutive delimiters alone (i.e., not after the | 3327 | ;; Two consecutive delimiters alone (i.e., not after the |
| 3328 | ;; start of a string) is the the null string. | 3328 | ;; start of a string) is the null string. |
| 3329 | (progn | 3329 | (progn |
| 3330 | ;; Move to position after quote | 3330 | ;; Move to position after quote |
| 3331 | (goto-char (1+ (match-beginning 0))) | 3331 | (goto-char (1+ (match-beginning 0))) |
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 4d19d33d580..3d76e00a91e 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -1268,7 +1268,7 @@ as returned by (x-server-vendor)." | |||
| 1268 | ;;; current selection against it, and avoid passing back our own text | 1268 | ;;; current selection against it, and avoid passing back our own text |
| 1269 | ;;; from x-cut-buffer-or-selection-value. We track all three | 1269 | ;;; from x-cut-buffer-or-selection-value. We track all three |
| 1270 | ;;; seperately in case another X application only sets one of them | 1270 | ;;; seperately in case another X application only sets one of them |
| 1271 | ;;; (say the the cut buffer) we aren't fooled by the PRIMARY or | 1271 | ;;; (say the cut buffer) we aren't fooled by the PRIMARY or |
| 1272 | ;;; CLIPBOARD selection staying the same. | 1272 | ;;; CLIPBOARD selection staying the same. |
| 1273 | (defvar x-last-selected-text-clipboard nil | 1273 | (defvar x-last-selected-text-clipboard nil |
| 1274 | "The value of the CLIPBOARD X selection last time we selected or | 1274 | "The value of the CLIPBOARD X selection last time we selected or |
diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index 11eacce77b3..8eda09de357 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el | |||
| @@ -299,7 +299,7 @@ | |||
| 299 | (reftex-parse-bibtex-entry nil start (point))) | 299 | (reftex-parse-bibtex-entry nil start (point))) |
| 300 | nil))))) | 300 | nil))))) |
| 301 | 301 | ||
| 302 | ;; Parse the thebibliography environment | 302 | ;; Parse the bibliography environment |
| 303 | (defun reftex-extract-bib-entries-from-thebibliography (files) | 303 | (defun reftex-extract-bib-entries-from-thebibliography (files) |
| 304 | ;; Extract bib-entries from the \begin{thebibliography} environment. | 304 | ;; Extract bib-entries from the \begin{thebibliography} environment. |
| 305 | ;; Parsing is not as good as for the BibTeX database stuff. | 305 | ;; Parsing is not as good as for the BibTeX database stuff. |
diff --git a/src/process.c b/src/process.c index 2c9ca3d9149..226e818fe7c 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3760,7 +3760,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) | |||
| 3760 | #ifdef MAC_OSX | 3760 | #ifdef MAC_OSX |
| 3761 | /* On Mac OS X, the SELECT system call always says input is | 3761 | /* On Mac OS X, the SELECT system call always says input is |
| 3762 | present (for reading) at stdin, even when none is. This | 3762 | present (for reading) at stdin, even when none is. This |
| 3763 | causes the the call to SELECT below to return 1 and | 3763 | causes the call to SELECT below to return 1 and |
| 3764 | status_notify not to be called. As a result output of | 3764 | status_notify not to be called. As a result output of |
| 3765 | subprocesses are incorrectly discarded. */ | 3765 | subprocesses are incorrectly discarded. */ |
| 3766 | FD_CLR (0, &Atemp); | 3766 | FD_CLR (0, &Atemp); |