diff options
| author | Paul Eggert | 2011-12-30 17:27:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-30 17:27:15 -0800 |
| commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
| tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
Diffstat (limited to 'lisp')
42 files changed, 50 insertions, 50 deletions
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 558718a5a5f..a2d274fbcc0 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -1121,10 +1121,10 @@ | |||
| 1121 | * international/titdic-cnv.el (tit-process-header): Fix embedded | 1121 | * international/titdic-cnv.el (tit-process-header): Fix embedded |
| 1122 | coding tag. | 1122 | coding tag. |
| 1123 | (titdic-convert): Bind coding-system-for-write to the coding | 1123 | (titdic-convert): Bind coding-system-for-write to the coding |
| 1124 | system specfied in the map file. Remove `charset' property after | 1124 | system specified in the map file. Remove `charset' property after |
| 1125 | decoding. | 1125 | decoding. |
| 1126 | (miscdic-convert): Bind coding-system-for-write to the coding | 1126 | (miscdic-convert): Bind coding-system-for-write to the coding |
| 1127 | system specfied for the map file. Fix LANGUAGE arg to | 1127 | system specified for the map file. Fix LANGUAGE arg to |
| 1128 | quail-define-package. | 1128 | quail-define-package. |
| 1129 | (batch-miscdic-convert): Check if a file is directory or not. | 1129 | (batch-miscdic-convert): Check if a file is directory or not. |
| 1130 | 1130 | ||
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 6e13c1156ce..8d369f2e2f0 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -17621,7 +17621,7 @@ | |||
| 17621 | (batch-update-autoloads): Handle autoload-excludes on windows-nt. | 17621 | (batch-update-autoloads): Handle autoload-excludes on windows-nt. |
| 17622 | 17622 | ||
| 17623 | * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of | 17623 | * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of |
| 17624 | the headers cannot be located. Simplify, subtracting superflous | 17624 | the headers cannot be located. Simplify, subtracting superfluous |
| 17625 | save-excursions. | 17625 | save-excursions. |
| 17626 | 17626 | ||
| 17627 | 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca> | 17627 | 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca> |
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 252b3854f7a..ba90274edf0 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -13936,7 +13936,7 @@ | |||
| 13936 | 13936 | ||
| 13937 | * international/mule-cmds.el (help-xref-mule-regexp-template): New | 13937 | * international/mule-cmds.el (help-xref-mule-regexp-template): New |
| 13938 | variable. | 13938 | variable. |
| 13939 | (describe-input-method): Temporarily activate the specfied input | 13939 | (describe-input-method): Temporarily activate the specified input |
| 13940 | method to display the information. | 13940 | method to display the information. |
| 13941 | (describe-language-environment): Hyperlinks to mule related items. | 13941 | (describe-language-environment): Hyperlinks to mule related items. |
| 13942 | 13942 | ||
diff --git a/lisp/cedet/semantic/mru-bookmark.el b/lisp/cedet/semantic/mru-bookmark.el index 47915e8ad58..6f2b2a8b9c8 100644 --- a/lisp/cedet/semantic/mru-bookmark.el +++ b/lisp/cedet/semantic/mru-bookmark.el | |||
| @@ -363,7 +363,7 @@ Argument PROMPT is the prompt to use when reading." | |||
| 363 | (setq ans (assoc ans alist)) | 363 | (setq ans (assoc ans alist)) |
| 364 | (if ans | 364 | (if ans |
| 365 | (cdr ans) | 365 | (cdr ans) |
| 366 | ;; no match. Custom word. Look it up somwhere? | 366 | ;; no match. Custom word. Look it up somewhere? |
| 367 | nil) | 367 | nil) |
| 368 | ))) | 368 | ))) |
| 369 | 369 | ||
diff --git a/lisp/cedet/srecode/document.el b/lisp/cedet/srecode/document.el index e25905ead83..038719fbcff 100644 --- a/lisp/cedet/srecode/document.el +++ b/lisp/cedet/srecode/document.el | |||
| @@ -167,7 +167,7 @@ doesn't always work correctly." | |||
| 167 | ("str\\(ing\\)?" . "string") | 167 | ("str\\(ing\\)?" . "string") |
| 168 | ("use?r" . "user") | 168 | ("use?r" . "user") |
| 169 | ("num\\(ber\\)?" . "number") | 169 | ("num\\(ber\\)?" . "number") |
| 170 | ("\\(^\\|\\s-\\)id\\($\\|\\s-\\)" . "Identifier") ;complex cause ;common sylable | 170 | ("\\(^\\|\\s-\\)id\\($\\|\\s-\\)" . "Identifier") ;complex cause ;common syllable |
| 171 | ) | 171 | ) |
| 172 | "List of common English abbreviations or full words. | 172 | "List of common English abbreviations or full words. |
| 173 | These are nouns (as opposed to verbs) for use in creating expanded | 173 | These are nouns (as opposed to verbs) for use in creating expanded |
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 596b32f24c3..f5330b3b65f 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el | |||
| @@ -452,7 +452,7 @@ Changes to files in this list are not listed.") | |||
| 452 | ("William Sommerfeld" :wrote "emacsclient.c" "scribe.el") | 452 | ("William Sommerfeld" :wrote "emacsclient.c" "scribe.el") |
| 453 | ;; No longer distributed: emacsserver.c. | 453 | ;; No longer distributed: emacsserver.c. |
| 454 | ("Leigh Stoller" :changed "emacsclient.c" "server.el") | 454 | ("Leigh Stoller" :changed "emacsclient.c" "server.el") |
| 455 | ("Steve Strassman" :wrote "spook.el") | 455 | ("Steve Strassmann" :wrote "spook.el") |
| 456 | ("Shinichirou Sugou" :changed "etags.c") | 456 | ("Shinichirou Sugou" :changed "etags.c") |
| 457 | ;; No longer distributed: emacsserver.c. | 457 | ;; No longer distributed: emacsserver.c. |
| 458 | ("Sun Microsystems, Inc" :changed "emacsclient.c" "server.el" | 458 | ("Sun Microsystems, Inc" :changed "emacsclient.c" "server.el" |
diff --git a/lisp/emacs-lisp/crm.el b/lisp/emacs-lisp/crm.el index 3848ab7e6ea..d76490f37b8 100644 --- a/lisp/emacs-lisp/crm.el +++ b/lisp/emacs-lisp/crm.el | |||
| @@ -143,7 +143,7 @@ nil if none. | |||
| 143 | 143 | ||
| 144 | The value of FLAG is used to specify the type of completion operation. | 144 | The value of FLAG is used to specify the type of completion operation. |
| 145 | A value of nil specifies `try-completion'. A value of t specifies | 145 | A value of nil specifies `try-completion'. A value of t specifies |
| 146 | `all-completions'. A value of lambda specifes a test for an exact match. | 146 | `all-completions'. A value of lambda specifies a test for an exact match. |
| 147 | 147 | ||
| 148 | For more information on STRING, PREDICATE, and FLAG, see the Elisp | 148 | For more information on STRING, PREDICATE, and FLAG, see the Elisp |
| 149 | Reference sections on 'Programmed Completion' and 'Basic Completion | 149 | Reference sections on 'Programmed Completion' and 'Basic Completion |
diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el index 6931ce75cb5..7709b59d137 100644 --- a/lisp/emacs-lisp/pcase.el +++ b/lisp/emacs-lisp/pcase.el | |||
| @@ -685,7 +685,7 @@ Otherwise, it defers to REST which is a list of branches of the form | |||
| 685 | (pcase--if `(,(if (stringp qpat) #'equal #'eq) ,sym ',qpat) | 685 | (pcase--if `(,(if (stringp qpat) #'equal #'eq) ,sym ',qpat) |
| 686 | (pcase--u1 matches code vars then-rest) | 686 | (pcase--u1 matches code vars then-rest) |
| 687 | (pcase--u else-rest)))) | 687 | (pcase--u else-rest)))) |
| 688 | (t (error "Unkown QPattern %s" qpat)))) | 688 | (t (error "Unknown QPattern %s" qpat)))) |
| 689 | 689 | ||
| 690 | 690 | ||
| 691 | (provide 'pcase) | 691 | (provide 'pcase) |
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index b17fa6b1471..5e107da15fc 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -84,7 +84,7 @@ | |||
| 84 | 84 | ||
| 85 | ;; If you have just replaced a highlighted region with typed text, | 85 | ;; If you have just replaced a highlighted region with typed text, |
| 86 | ;; you can repeat the replace with M-v. This will search forward | 86 | ;; you can repeat the replace with M-v. This will search forward |
| 87 | ;; for a streach of text identical to the previous contents of the | 87 | ;; for a stretch of text identical to the previous contents of the |
| 88 | ;; region (i.e. the contents of register 0) and replace it with the | 88 | ;; region (i.e. the contents of register 0) and replace it with the |
| 89 | ;; text you typed to replace the original region. Repeating M-v will | 89 | ;; text you typed to replace the original region. Repeating M-v will |
| 90 | ;; replace the next matching region and so on. | 90 | ;; replace the next matching region and so on. |
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index b6d487704f4..4c728b5de71 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -4397,7 +4397,7 @@ cursor move past the beginning of line." | |||
| 4397 | 4397 | ||
| 4398 | (defun viper-query-replace () | 4398 | (defun viper-query-replace () |
| 4399 | "Query replace. | 4399 | "Query replace. |
| 4400 | If a null string is suplied as the string to be replaced, | 4400 | If a null string is supplied as the string to be replaced, |
| 4401 | the query replace mode will toggle between string replace | 4401 | the query replace mode will toggle between string replace |
| 4402 | and regexp replace." | 4402 | and regexp replace." |
| 4403 | (interactive) | 4403 | (interactive) |
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02 index d20b6ca35a7..85914a72ae9 100644 --- a/lisp/erc/ChangeLog.02 +++ b/lisp/erc/ChangeLog.02 | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | 2002-12-29 Damien Elmes <erc@repose.cx> | 51 | 2002-12-29 Damien Elmes <erc@repose.cx> |
| 52 | 52 | ||
| 53 | * erc-track.el: | 53 | * erc-track.el: |
| 54 | * (erc-track-get-active-buffer): remove superflous (+ arg 0) | 54 | * (erc-track-get-active-buffer): remove superfluous (+ arg 0) |
| 55 | 55 | ||
| 56 | 2002-12-29 Alex Schroeder <alex@gnu.org> | 56 | 2002-12-29 Alex Schroeder <alex@gnu.org> |
| 57 | 57 | ||
diff --git a/lisp/erc/ChangeLog.04 b/lisp/erc/ChangeLog.04 index ff47372b8e3..97d2f01a22d 100644 --- a/lisp/erc/ChangeLog.04 +++ b/lisp/erc/ChangeLog.04 | |||
| @@ -1926,7 +1926,7 @@ | |||
| 1926 | 1926 | ||
| 1927 | * erc.el: erc-send-whitespace-lines: New variable. | 1927 | * erc.el: erc-send-whitespace-lines: New variable. |
| 1928 | (erc-send-current-line): Use erc-send-whitespace-lines. Also, | 1928 | (erc-send-current-line): Use erc-send-whitespace-lines. Also, |
| 1929 | removed superflous test for empty line in the mapc, since the | 1929 | removed superfluous test for empty line in the mapc, since the |
| 1930 | blank line test should find all. I do like to be able to send an | 1930 | blank line test should find all. I do like to be able to send an |
| 1931 | empty line when i want to! | 1931 | empty line when i want to! |
| 1932 | (erc-send-current-line): Check for point being in input line | 1932 | (erc-send-current-line): Check for point being in input line |
| @@ -2092,4 +2092,3 @@ See ChangeLog.03 for earlier changes. | |||
| 2092 | ;; Local Variables: | 2092 | ;; Local Variables: |
| 2093 | ;; coding: utf-8 | 2093 | ;; coding: utf-8 |
| 2094 | ;; End: | 2094 | ;; End: |
| 2095 | |||
diff --git a/lisp/fringe.el b/lisp/fringe.el index fa5ebb6f0c6..aac7e3ba5c7 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | 30 | ||
| 31 | ;; The code is influenced by scroll-bar.el and avoid.el. The author | 31 | ;; The code is influenced by scroll-bar.el and avoid.el. The author |
| 32 | ;; gratefully acknowledge comments and suggestions made by Miles | 32 | ;; gratefully acknowledge comments and suggestions made by Miles |
| 33 | ;; Bader, Eli Zaretski, Richard Stallman, Pavel JanÃk and others which | 33 | ;; Bader, Eli Zaretskii, Richard Stallman, Pavel JanÃk and others which |
| 34 | ;; improved this package. | 34 | ;; improved this package. |
| 35 | 35 | ||
| 36 | ;;; Code: | 36 | ;;; Code: |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index 64b15ce31b3..e47af13275e 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -970,9 +970,9 @@ | |||
| 970 | * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional | 970 | * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional |
| 971 | parameter key, overrides the key id used to store passphrase | 971 | parameter key, overrides the key id used to store passphrase |
| 972 | under (uses true key id from gpg output if nil). | 972 | under (uses true key id from gpg output if nil). |
| 973 | (pgg-gpg-encrypt-region): Search for passphrase using user suplied | 973 | (pgg-gpg-encrypt-region): Search for passphrase using user supplied |
| 974 | string STR, instead of (pgg-lookup-key STR t). | 974 | string STR, instead of (pgg-lookup-key STR t). |
| 975 | (pgg-gpg-encrypt-region): Store passphrase under user suplied | 975 | (pgg-gpg-encrypt-region): Store passphrase under user supplied |
| 976 | string, instead of real key id taken from gpg output. | 976 | string, instead of real key id taken from gpg output. |
| 977 | (pgg-gpg-decrypt-region): Likewise. | 977 | (pgg-gpg-decrypt-region): Likewise. |
| 978 | (pgg-gpg-sign-region): Likewise. | 978 | (pgg-gpg-sign-region): Likewise. |
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el index 98f04263571..0721445b592 100644 --- a/lisp/gnus/gnus-cus.el +++ b/lisp/gnus/gnus-cus.el | |||
| @@ -922,7 +922,7 @@ will add a new `thread' match for each article that has X in its | |||
| 922 | `Message-ID's of these matching articles.) This will ensure that you | 922 | `Message-ID's of these matching articles.) This will ensure that you |
| 923 | can raise/lower the score of an entire thread, even though some | 923 | can raise/lower the score of an entire thread, even though some |
| 924 | articles in the thread may not have complete `References' headers. | 924 | articles in the thread may not have complete `References' headers. |
| 925 | Note that using this may lead to undeterministic scores of the | 925 | Note that using this may lead to nondeterministic scores of the |
| 926 | articles in the thread. | 926 | articles in the thread. |
| 927 | ") | 927 | ") |
| 928 | ,@types) | 928 | ,@types) |
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index d8db300efbd..52c814528a5 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -4257,7 +4257,7 @@ If NO-DISPLAY, don't generate a summary buffer." | |||
| 4257 | result)) | 4257 | result)) |
| 4258 | 4258 | ||
| 4259 | (defun gnus-sort-gathered-threads (threads) | 4259 | (defun gnus-sort-gathered-threads (threads) |
| 4260 | "Sort subtreads inside each gathered thread by `gnus-sort-gathered-threads-function'." | 4260 | "Sort subthreads inside each gathered thread by `gnus-sort-gathered-threads-function'." |
| 4261 | (let ((result threads)) | 4261 | (let ((result threads)) |
| 4262 | (while threads | 4262 | (while threads |
| 4263 | (when (stringp (caar threads)) | 4263 | (when (stringp (caar threads)) |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 5198618c2c3..01fc02cd130 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -6169,7 +6169,7 @@ If the current line has `message-yank-prefix', insert it on the new line." | |||
| 6169 | When sending via news, also check that the REFERENCES are less | 6169 | When sending via news, also check that the REFERENCES are less |
| 6170 | than 988 characters long, and if they are not, trim them until | 6170 | than 988 characters long, and if they are not, trim them until |
| 6171 | they are." | 6171 | they are." |
| 6172 | ;; 21 is the number suggested by USEAGE. | 6172 | ;; 21 is the number suggested by USAGE. |
| 6173 | (let ((maxcount 21) | 6173 | (let ((maxcount 21) |
| 6174 | (count 0) | 6174 | (count 0) |
| 6175 | (cut 2) | 6175 | (cut 2) |
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el index 4ad9d11f906..771e192c188 100644 --- a/lisp/gnus/nnmairix.el +++ b/lisp/gnus/nnmairix.el | |||
| @@ -483,7 +483,7 @@ Other back ends might or might not work.") | |||
| 483 | mfolder query threads))) | 483 | mfolder query threads))) |
| 484 | ;; Check return value | 484 | ;; Check return value |
| 485 | (cond | 485 | (cond |
| 486 | ((zerop rval) ; call was succesful | 486 | ((zerop rval) ; call was successful |
| 487 | (nnmairix-call-backend | 487 | (nnmairix-call-backend |
| 488 | "open-server" nnmairix-backend-server) | 488 | "open-server" nnmairix-backend-server) |
| 489 | ;; If we're dealing with nnml, rename files | 489 | ;; If we're dealing with nnml, rename files |
diff --git a/lisp/language/hanja-util.el b/lisp/language/hanja-util.el index bd661083406..adb25c7e2e8 100644 --- a/lisp/language/hanja-util.el +++ b/lisp/language/hanja-util.el | |||
| @@ -6438,7 +6438,7 @@ character. This variable is initialized by `hanja-init-load'.") | |||
| 6438 | 6438 | ||
| 6439 | ;; List of current conversion status. | 6439 | ;; List of current conversion status. |
| 6440 | ;; The first element is the strating position of shown list. | 6440 | ;; The first element is the strating position of shown list. |
| 6441 | ;; It is a group number each splited by `hanja-list-width'. | 6441 | ;; It is a group number each split by `hanja-list-width'. |
| 6442 | ;; The second element is the position of selected element. | 6442 | ;; The second element is the position of selected element. |
| 6443 | ;; The third element is a list of suitable Hanja candidate. | 6443 | ;; The third element is a list of suitable Hanja candidate. |
| 6444 | (defvar hanja-conversions | 6444 | (defvar hanja-conversions |
diff --git a/lisp/mail/uudecode.el b/lisp/mail/uudecode.el index 8652e67d3e1..e2630b5102c 100644 --- a/lisp/mail/uudecode.el +++ b/lisp/mail/uudecode.el | |||
| @@ -197,10 +197,10 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." | |||
| 197 | (cond | 197 | (cond |
| 198 | (done) | 198 | (done) |
| 199 | ((> 0 remain) | 199 | ((> 0 remain) |
| 200 | (error "uucode line ends unexpectly") | 200 | (error "uucode line ends unexpectedly") |
| 201 | (setq done t)) | 201 | (setq done t)) |
| 202 | ((and (= (point) end) (not done)) | 202 | ((and (= (point) end) (not done)) |
| 203 | ;;(error "uucode ends unexpectly") | 203 | ;;(error "uucode ends unexpectedly") |
| 204 | (setq done t)) | 204 | (setq done t)) |
| 205 | ((= counter 3) | 205 | ((= counter 3) |
| 206 | (setq result (cons | 206 | (setq result (cons |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 9d0ece0f505..ffcc3488664 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -2508,7 +2508,7 @@ of citations entirely, choose \"None\"." | |||
| 2508 | "Seal-Send-Time:" | 2508 | "Seal-Send-Time:" |
| 2509 | "See-Also:" ; H. Spencer: News Article Format and Transmission, June 1994 | 2509 | "See-Also:" ; H. Spencer: News Article Format and Transmission, June 1994 |
| 2510 | "Sensitivity:" ; RFC 2156, 2421 | 2510 | "Sensitivity:" ; RFC 2156, 2421 |
| 2511 | "Speach-Act:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2511 | "Speech-Act:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2512 | "Status:" ; sendmail | 2512 | "Status:" ; sendmail |
| 2513 | "Supersedes:" ; H. Spencer: News Article Format and Transmission, June 1994 | 2513 | "Supersedes:" ; H. Spencer: News Article Format and Transmission, June 1994 |
| 2514 | "Telefax:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2514 | "Telefax:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el index f269faf3a51..b526df25cc7 100644 --- a/lisp/mh-e/mh-letter.el +++ b/lisp/mh-e/mh-letter.el | |||
| @@ -909,7 +909,7 @@ Any match found replaces the text from BEGIN to END." | |||
| 909 | (with-output-to-temp-buffer completions-buffer | 909 | (with-output-to-temp-buffer completions-buffer |
| 910 | (mh-display-completion-list | 910 | (mh-display-completion-list |
| 911 | (all-completions word choices) | 911 | (all-completions word choices) |
| 912 | ;; The `common-subtring' arg only works if it's a prefix. | 912 | ;; The `common-substring' arg only works if it's a prefix. |
| 913 | (unless (and (functionp choices) | 913 | (unless (and (functionp choices) |
| 914 | (let ((bounds | 914 | (let ((bounds |
| 915 | (funcall choices | 915 | (funcall choices |
diff --git a/lisp/mouse.el b/lisp/mouse.el index 615062dc031..d1aba96ff16 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -62,7 +62,7 @@ typically sets point where you click the mouse). | |||
| 62 | If value is an integer, the time elapsed between pressing and | 62 | If value is an integer, the time elapsed between pressing and |
| 63 | releasing the mouse button determines whether to follow the link | 63 | releasing the mouse button determines whether to follow the link |
| 64 | or perform the normal Mouse-1 action (typically set point). | 64 | or perform the normal Mouse-1 action (typically set point). |
| 65 | The absolute numeric value specifices the maximum duration of a | 65 | The absolute numeric value specifies the maximum duration of a |
| 66 | \"short click\" in milliseconds. A positive value means that a | 66 | \"short click\" in milliseconds. A positive value means that a |
| 67 | short click follows the link, and a longer click performs the | 67 | short click follows the link, and a longer click performs the |
| 68 | normal action. A negative value gives the opposite behavior. | 68 | normal action. A negative value gives the opposite behavior. |
diff --git a/lisp/mpc.el b/lisp/mpc.el index 224131623f4..617ec8bd80d 100644 --- a/lisp/mpc.el +++ b/lisp/mpc.el | |||
| @@ -2412,7 +2412,7 @@ This is used so that they can be compared with `eq', which is needed for | |||
| 2412 | (let* (songid ;The ID of the currently ffwd/rewinding song. | 2412 | (let* (songid ;The ID of the currently ffwd/rewinding song. |
| 2413 | songduration ;The duration of that song. | 2413 | songduration ;The duration of that song. |
| 2414 | songtime ;The time of the song last time we ran. | 2414 | songtime ;The time of the song last time we ran. |
| 2415 | oldtime ;The timeoftheday last time we ran. | 2415 | oldtime ;The time of day last time we ran. |
| 2416 | prevsongid) ;The song we're in the process leaving. | 2416 | prevsongid) ;The song we're in the process leaving. |
| 2417 | (let ((fun | 2417 | (let ((fun |
| 2418 | (lambda () | 2418 | (lambda () |
diff --git a/lisp/net/socks.el b/lisp/net/socks.el index d792077d861..ac8ec15929b 100644 --- a/lisp/net/socks.el +++ b/lisp/net/socks.el | |||
| @@ -414,7 +414,7 @@ version.") | |||
| 414 | ((= atype socks-address-type-name) | 414 | ((= atype socks-address-type-name) |
| 415 | (format "%c%s" (length address) address)) | 415 | (format "%c%s" (length address) address)) |
| 416 | (t | 416 | (t |
| 417 | (error "Unkown address type: %d" atype)))) | 417 | (error "Unknown address type: %d" atype)))) |
| 418 | (info (gethash proc socks-connections)) | 418 | (info (gethash proc socks-connections)) |
| 419 | request version) | 419 | request version) |
| 420 | (or info (error "socks-send-command called on non-SOCKS connection %S" | 420 | (or info (error "socks-send-command called on non-SOCKS connection %S" |
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index 27dff3aa8d9..abebed6115f 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el | |||
| @@ -1209,7 +1209,7 @@ connection if a previous connection has died for some reason." | |||
| 1209 | (format "Opening connection for %s using %s" host method) | 1209 | (format "Opening connection for %s using %s" host method) |
| 1210 | (format "Opening connection for %s@%s using %s" user host method)) | 1210 | (format "Opening connection for %s@%s using %s" user host method)) |
| 1211 | 1211 | ||
| 1212 | ;; Enable auth-sorce and password-cache. | 1212 | ;; Enable auth-source and password-cache. |
| 1213 | (tramp-set-connection-property vec "first-password-request" t) | 1213 | (tramp-set-connection-property vec "first-password-request" t) |
| 1214 | 1214 | ||
| 1215 | ;; There will be a callback of "askPassword" when a password is | 1215 | ;; There will be a callback of "askPassword" when a password is |
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 73b9339e25a..c062ebbbfd2 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el | |||
| @@ -973,7 +973,7 @@ If VEC has no cifs capabilities, exchange \"/\" by \"\\\\\"." | |||
| 973 | (setq | 973 | (setq |
| 974 | localname | 974 | localname |
| 975 | (if (string-match "^/?[^/]+\\(/.*\\)" localname) | 975 | (if (string-match "^/?[^/]+\\(/.*\\)" localname) |
| 976 | ;; There is a share, sparated by "/". | 976 | ;; There is a share, separated by "/". |
| 977 | (if (not (tramp-smb-get-cifs-capabilities vec)) | 977 | (if (not (tramp-smb-get-cifs-capabilities vec)) |
| 978 | (mapconcat | 978 | (mapconcat |
| 979 | (lambda (x) (if (equal x ?/) "\\" (char-to-string x))) | 979 | (lambda (x) (if (equal x ?/) "\\" (char-to-string x))) |
diff --git a/lisp/org/ob-screen.el b/lisp/org/ob-screen.el index 084beffd229..367d73f787a 100644 --- a/lisp/org/ob-screen.el +++ b/lisp/org/ob-screen.el | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | (require 'ob-ref) | 38 | (require 'ob-ref) |
| 39 | 39 | ||
| 40 | (defvar org-babel-screen-location "screen" | 40 | (defvar org-babel-screen-location "screen" |
| 41 | "The command location for screen. | 41 | "The command location for screen. |
| 42 | In case you want to use a different screen than one selected by your $PATH") | 42 | In case you want to use a different screen than one selected by your $PATH") |
| 43 | 43 | ||
| 44 | (defvar org-babel-default-header-args:screen | 44 | (defvar org-babel-default-header-args:screen |
| @@ -112,7 +112,7 @@ In case you want to use a different screen than one selected by your $PATH") | |||
| 112 | (with-temp-file tmpfile | 112 | (with-temp-file tmpfile |
| 113 | (insert body) | 113 | (insert body) |
| 114 | 114 | ||
| 115 | ;; org-babel has superflous spaces | 115 | ;; org-babel has superfluous spaces |
| 116 | (goto-char (point-min)) | 116 | (goto-char (point-min)) |
| 117 | (delete-matching-lines "^ +$")) | 117 | (delete-matching-lines "^ +$")) |
| 118 | tmpfile)) | 118 | tmpfile)) |
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 76e4eae4b45..cf28a5e80ae 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -2989,7 +2989,7 @@ them to individual field equations for each field." | |||
| 2989 | So @< and $< will always be replaced with @1 and $1, respectively. | 2989 | So @< and $< will always be replaced with @1 and $1, respectively. |
| 2990 | The advantage of these special markers are that structure editing of | 2990 | The advantage of these special markers are that structure editing of |
| 2991 | the table will not change them, while @1 and $1 will be modified | 2991 | the table will not change them, while @1 and $1 will be modified |
| 2992 | when a line/row is swaped out of that privileged position. So for | 2992 | when a line/row is swapped out of that privileged position. So for |
| 2993 | formulas that use a range of rows or columns, it may often be better | 2993 | formulas that use a range of rows or columns, it may often be better |
| 2994 | to anchor the formula with \"I\" row markers, or to offset from the | 2994 | to anchor the formula with \"I\" row markers, or to offset from the |
| 2995 | borders of the table using the @< @> $< $> makers." | 2995 | borders of the table using the @< @> $< $> makers." |
diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el index 837213665fc..acd3aa8c2cb 100644 --- a/lisp/play/cookie1.el +++ b/lisp/play/cookie1.el | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | ;; In order to achieve total compatibility with strfile(1), cookie files | 46 | ;; In order to achieve total compatibility with strfile(1), cookie files |
| 47 | ;; should start with two consecutive delimiters (and no comment). | 47 | ;; should start with two consecutive delimiters (and no comment). |
| 48 | ;; | 48 | ;; |
| 49 | ;; This code derives from Steve Strassman's 1987 spook.el package, but | 49 | ;; This code derives from Steve Strassmann's 1987 spook.el package, but |
| 50 | ;; has been generalized so that it supports multiple simultaneous | 50 | ;; has been generalized so that it supports multiple simultaneous |
| 51 | ;; cookie databases and fortune files. It is intended to be called | 51 | ;; cookie databases and fortune files. It is intended to be called |
| 52 | ;; from other packages such as yow.el and spook.el. | 52 | ;; from other packages such as yow.el and spook.el. |
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index f30457992a3..9c53b1a9e23 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el | |||
| @@ -1533,7 +1533,7 @@ the project file." | |||
| 1533 | ;; .ali file for a spec file. If we are, go to step 3. | 1533 | ;; .ali file for a spec file. If we are, go to step 3. |
| 1534 | ;; 3- If the file is not found or step 2 failed: | 1534 | ;; 3- If the file is not found or step 2 failed: |
| 1535 | ;; find the name of the "other file", ie the body, and look | 1535 | ;; find the name of the "other file", ie the body, and look |
| 1536 | ;; for its associated .ali file by subtituing the extension | 1536 | ;; for its associated .ali file by subtituting the extension |
| 1537 | ;; | 1537 | ;; |
| 1538 | ;; We must also handle the case of separate packages and subprograms: | 1538 | ;; We must also handle the case of separate packages and subprograms: |
| 1539 | ;; 4- If no ali file was found, we try to modify the file name by removing | 1539 | ;; 4- If no ali file was found, we try to modify the file name by removing |
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 57ee3943bbe..2d18498d6f4 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -2594,7 +2594,7 @@ comment at the start of cc-engine.el for more info." | |||
| 2594 | mstart) ; start of a macro. | 2594 | mstart) ; start of a macro. |
| 2595 | 2595 | ||
| 2596 | (save-excursion | 2596 | (save-excursion |
| 2597 | ;; Each time round the following loop, we enter a succesively deeper | 2597 | ;; Each time round the following loop, we enter a successively deeper |
| 2598 | ;; level of brace/paren nesting. (Except sometimes we "continue at | 2598 | ;; level of brace/paren nesting. (Except sometimes we "continue at |
| 2599 | ;; the existing level".) `pa+1' is a pos inside an opening | 2599 | ;; the existing level".) `pa+1' is a pos inside an opening |
| 2600 | ;; brace/paren/bracket, usually just after it. | 2600 | ;; brace/paren/bracket, usually just after it. |
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index f0c86265232..808d17dff54 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el | |||
| @@ -369,7 +369,8 @@ Match group 1 is the name of the macro.") | |||
| 369 | ;; must be h-end. | 369 | ;; must be h-end. |
| 370 | ;; | 370 | ;; |
| 371 | ;; js--pitem instances are never modified (with the exception | 371 | ;; js--pitem instances are never modified (with the exception |
| 372 | ;; of the b-end field). Instead, modified copies are added at subseqnce parse points. | 372 | ;; of the b-end field). Instead, modified copies are added at |
| 373 | ;; subsequence parse points. | ||
| 373 | ;; (The exception for b-end and its caveats is described below.) | 374 | ;; (The exception for b-end and its caveats is described below.) |
| 374 | ;; | 375 | ;; |
| 375 | 376 | ||
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el index d0a34179cc8..53ae22b9908 100644 --- a/lisp/progmodes/meta-mode.el +++ b/lisp/progmodes/meta-mode.el | |||
| @@ -384,7 +384,7 @@ Each entry is a list with the following elements: | |||
| 384 | 1. Regexp matching the preceding text. | 384 | 1. Regexp matching the preceding text. |
| 385 | 2. A number indicating the subgroup in the regexp containing the text. | 385 | 2. A number indicating the subgroup in the regexp containing the text. |
| 386 | 3. A function returning an alist of possible completions. | 386 | 3. A function returning an alist of possible completions. |
| 387 | 4. Text to append after a succesful completion (if any). | 387 | 4. Text to append after a successful completion (if any). |
| 388 | 388 | ||
| 389 | Or alternatively: | 389 | Or alternatively: |
| 390 | 1. Regexp matching the preceding text. | 390 | 1. Regexp matching the preceding text. |
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 52e7b6e2429..f68398c6459 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el | |||
| @@ -1423,7 +1423,7 @@ If set will become buffer local.") | |||
| 1423 | ["AUTOSENSE" (describe-function 'verilog-auto-sense) | 1423 | ["AUTOSENSE" (describe-function 'verilog-auto-sense) |
| 1424 | :help "Help on AUTOSENSE - sensitivity lists for always blocks"] | 1424 | :help "Help on AUTOSENSE - sensitivity lists for always blocks"] |
| 1425 | ["AUTOTIEOFF" (describe-function 'verilog-auto-tieoff) | 1425 | ["AUTOTIEOFF" (describe-function 'verilog-auto-tieoff) |
| 1426 | :help "Help on AUTOTIEOFF - tieing off unused outputs"] | 1426 | :help "Help on AUTOTIEOFF - tying off unused outputs"] |
| 1427 | ["AUTOUNUSED" (describe-function 'verilog-auto-unused) | 1427 | ["AUTOUNUSED" (describe-function 'verilog-auto-unused) |
| 1428 | :help "Help on AUTOUNUSED - terminating unused inputs"] | 1428 | :help "Help on AUTOUNUSED - terminating unused inputs"] |
| 1429 | ["AUTOWIRE" (describe-function 'verilog-auto-wire) | 1429 | ["AUTOWIRE" (describe-function 'verilog-auto-wire) |
| @@ -1667,7 +1667,7 @@ This speeds up complicated regexp matches." | |||
| 1667 | ;; Similar to `delete-trailing-whitespace' but that's not present in XEmacs | 1667 | ;; Similar to `delete-trailing-whitespace' but that's not present in XEmacs |
| 1668 | (save-excursion | 1668 | (save-excursion |
| 1669 | (goto-char (point-min)) | 1669 | (goto-char (point-min)) |
| 1670 | (while (re-search-forward "[ \t]+$" nil t) ;; Not syntatic WS as no formfeed | 1670 | (while (re-search-forward "[ \t]+$" nil t) ;; Not syntactic WS as no formfeed |
| 1671 | (replace-match "" nil nil)))) | 1671 | (replace-match "" nil nil)))) |
| 1672 | 1672 | ||
| 1673 | (defvar compile-command) | 1673 | (defvar compile-command) |
| @@ -11725,7 +11725,7 @@ this is a recent change. To control this behavior, see | |||
| 11725 | `verilog-auto-reset-widths'. | 11725 | `verilog-auto-reset-widths'. |
| 11726 | 11726 | ||
| 11727 | AUTORESET ties signals to deasserted, which is presumed to be zero. | 11727 | AUTORESET ties signals to deasserted, which is presumed to be zero. |
| 11728 | Signals that match `verilog-active-low-regexp' will be deasserted by tieing | 11728 | Signals that match `verilog-active-low-regexp' will be deasserted by tying |
| 11729 | them to a one. | 11729 | them to a one. |
| 11730 | 11730 | ||
| 11731 | An example: | 11731 | An example: |
| @@ -11816,7 +11816,7 @@ finds all outputs in the module, and if that input is not otherwise declared | |||
| 11816 | as a register or wire, creates a tieoff. | 11816 | as a register or wire, creates a tieoff. |
| 11817 | 11817 | ||
| 11818 | AUTORESET ties signals to deasserted, which is presumed to be zero. | 11818 | AUTORESET ties signals to deasserted, which is presumed to be zero. |
| 11819 | Signals that match `verilog-active-low-regexp' will be deasserted by tieing | 11819 | Signals that match `verilog-active-low-regexp' will be deasserted by tying |
| 11820 | them to a one. | 11820 | them to a one. |
| 11821 | 11821 | ||
| 11822 | You can add signals you do not want included in AUTOTIEOFF with | 11822 | You can add signals you do not want included in AUTOTIEOFF with |
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index db5b57f8585..acf341e8879 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el | |||
| @@ -1141,7 +1141,7 @@ It checks if all multi-byte characters in the region are printable or not." | |||
| 1141 | (aref ps-mule-font-spec-tables font-type) 0))) | 1141 | (aref ps-mule-font-spec-tables font-type) 0))) |
| 1142 | (ps-output-prologue | 1142 | (ps-output-prologue |
| 1143 | (list (if (ps-mule-font-spec-src (cdr (car font-spec-alist))) | 1143 | (list (if (ps-mule-font-spec-src (cdr (car font-spec-alist))) |
| 1144 | ;; We ignore a font specfied in ps-font-info-database. | 1144 | ;; We ignore a font specified in ps-font-info-database. |
| 1145 | (format "/V%s VTOP%d def\n" fonttag font-type) | 1145 | (format "/V%s VTOP%d def\n" fonttag font-type) |
| 1146 | (format "/V%s [ VTOP%d aload pop ] def\n | 1146 | (format "/V%s [ VTOP%d aload pop ] def\n |
| 1147 | V%s 0 /%s-latin1 /%s Latin1Encoding put\n" | 1147 | V%s 0 /%s-latin1 /%s Latin1Encoding put\n" |
diff --git a/lisp/select.el b/lisp/select.el index 10c8f0b1efd..521d119792f 100644 --- a/lisp/select.el +++ b/lisp/select.el | |||
| @@ -106,7 +106,7 @@ in `selection-converter-alist', which see." | |||
| 106 | ((eq data-type 'STRING) | 106 | ((eq data-type 'STRING) |
| 107 | 'iso-8859-1) | 107 | 'iso-8859-1) |
| 108 | (t | 108 | (t |
| 109 | (error "Unknow selection data type: %S" type)))) | 109 | (error "Unknown selection data type: %S" type)))) |
| 110 | data (if coding (decode-coding-string data coding) | 110 | data (if coding (decode-coding-string data coding) |
| 111 | (string-to-multibyte data))) | 111 | (string-to-multibyte data))) |
| 112 | (setq next-selection-coding-system nil) | 112 | (setq next-selection-coding-system nil) |
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index 69d68a76d4b..df5f41eb925 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | ;; | 41 | ;; |
| 42 | ;; Important note: We do NOT recommend use of these commands to update | 42 | ;; Important note: We do NOT recommend use of these commands to update |
| 43 | ;; the `Next', `Previous' and `Up' pointers on @node lines. Most | 43 | ;; the `Next', `Previous' and `Up' pointers on @node lines. Most |
| 44 | ;; manuals, including those whose Texinfo files adhere to the strucure | 44 | ;; manuals, including those whose Texinfo files adhere to the structure |
| 45 | ;; described below, don't need these pointers, because makeinfo will | 45 | ;; described below, don't need these pointers, because makeinfo will |
| 46 | ;; generate them automatically (see the node "makeinfo Pointer | 46 | ;; generate them automatically (see the node "makeinfo Pointer |
| 47 | ;; Creation" in the Texinfo manual). By contrast, due to known bugs | 47 | ;; Creation" in the Texinfo manual). By contrast, due to known bugs |
diff --git a/lisp/url/url-methods.el b/lisp/url/url-methods.el index 3b86ed45565..2f184dfca19 100644 --- a/lisp/url/url-methods.el +++ b/lisp/url/url-methods.el | |||
| @@ -62,7 +62,7 @@ | |||
| 62 | 62 | ||
| 63 | (defun url-scheme-default-loader (url &optional callback cbargs) | 63 | (defun url-scheme-default-loader (url &optional callback cbargs) |
| 64 | "Signal an error for an unknown URL scheme." | 64 | "Signal an error for an unknown URL scheme." |
| 65 | (error "Unkown URL scheme: %s" (url-type url))) | 65 | (error "Unknown URL scheme: %s" (url-type url))) |
| 66 | 66 | ||
| 67 | (defvar url-scheme--registering-proxy nil) | 67 | (defvar url-scheme--registering-proxy nil) |
| 68 | 68 | ||
diff --git a/lisp/vc/pcvs-parse.el b/lisp/vc/pcvs-parse.el index 43292ed14e4..6d2724a1172 100644 --- a/lisp/vc/pcvs-parse.el +++ b/lisp/vc/pcvs-parse.el | |||
| @@ -423,7 +423,7 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'." | |||
| 423 | (cvs-match "restoring \\(.*\\) from backup file .*$" (path 1)))) | 423 | (cvs-match "restoring \\(.*\\) from backup file .*$" (path 1)))) |
| 424 | t) | 424 | t) |
| 425 | 425 | ||
| 426 | ;; Is it a succesful merge? | 426 | ;; Is it a successful merge? |
| 427 | ;; Figure out result of merging (ie, was there a conflict?) | 427 | ;; Figure out result of merging (ie, was there a conflict?) |
| 428 | (let ((qfile (regexp-quote path))) | 428 | (let ((qfile (regexp-quote path))) |
| 429 | (cvs-or | 429 | (cvs-or |
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 07eccaff4fb..c576cc0a4a6 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el | |||
| @@ -1687,7 +1687,7 @@ The value of the :type attribute should be an unconverted widget type." | |||
| 1687 | (eval-minibuffer prompt)) | 1687 | (eval-minibuffer prompt)) |
| 1688 | 1688 | ||
| 1689 | (defun widget-docstring (widget) | 1689 | (defun widget-docstring (widget) |
| 1690 | "Return the documentation string specificied by WIDGET, or nil if none. | 1690 | "Return the documentation string specified by WIDGET, or nil if none. |
| 1691 | If WIDGET has a `:doc' property, that specifies the documentation string. | 1691 | If WIDGET has a `:doc' property, that specifies the documentation string. |
| 1692 | Otherwise, try the `:documentation-property' property. If this | 1692 | Otherwise, try the `:documentation-property' property. If this |
| 1693 | is a function, call it with the widget's value as an argument; if | 1693 | is a function, call it with the widget's value as an argument; if |
diff --git a/lisp/window.el b/lisp/window.el index 0014d85a816..fffeb5f5e4e 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -4814,7 +4814,7 @@ return the window used; otherwise return nil." | |||
| 4814 | "Display BUFFER by popping up a new window. | 4814 | "Display BUFFER by popping up a new window. |
| 4815 | The new window is created on the selected frame, or in | 4815 | The new window is created on the selected frame, or in |
| 4816 | `last-nonminibuffer-frame' if no windows can be created there. | 4816 | `last-nonminibuffer-frame' if no windows can be created there. |
| 4817 | If sucessful, return the new window; otherwise return nil." | 4817 | If successful, return the new window; otherwise return nil." |
| 4818 | (let ((frame (or (window--frame-usable-p (selected-frame)) | 4818 | (let ((frame (or (window--frame-usable-p (selected-frame)) |
| 4819 | (window--frame-usable-p (last-nonminibuffer-frame)))) | 4819 | (window--frame-usable-p (last-nonminibuffer-frame)))) |
| 4820 | window) | 4820 | window) |