diff options
| author | Paul Eggert | 2024-01-29 00:20:09 -0800 |
|---|---|---|
| committer | Paul Eggert | 2024-01-29 00:22:37 -0800 |
| commit | 116c47874eb25f03483b094f64e31c78613da220 (patch) | |
| tree | fa4cbbacfb25e441b8fac880104ca62d221b3acb | |
| parent | 0aec3117b5f9632d85401b6a4c7e6d99dcd21db0 (diff) | |
| download | emacs-116c47874eb25f03483b094f64e31c78613da220.tar.gz emacs-116c47874eb25f03483b094f64e31c78613da220.zip | |
; Spelling fixes
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/leim/quail/persian.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp.el | 2 | ||||
| -rw-r--r-- | test/lisp/emacs-lisp/hierarchy-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/progmodes/c-ts-mode-resources/indent.erts | 2 |
5 files changed, 5 insertions, 5 deletions
| @@ -408,7 +408,7 @@ functions in CJK locales. | |||
| 408 | 408 | ||
| 409 | --- | 409 | --- |
| 410 | *** New input methods for the Urdu, Pashto, and Sindhi languages. | 410 | *** New input methods for the Urdu, Pashto, and Sindhi languages. |
| 411 | These languages are spoken in Pakistan and Afganistan. | 411 | These languages are spoken in Pakistan and Afghanistan. |
| 412 | 412 | ||
| 413 | *** Additional 'C-x 8' key translations for "æ" and "Æ". | 413 | *** Additional 'C-x 8' key translations for "æ" and "Æ". |
| 414 | These characters can now be input with 'C-x 8 a e' and 'C-x 8 A E', | 414 | These characters can now be input with 'C-x 8 a e' and 'C-x 8 A E', |
diff --git a/lisp/leim/quail/persian.el b/lisp/leim/quail/persian.el index de61481d7f1..676b3ab5c2e 100644 --- a/lisp/leim/quail/persian.el +++ b/lisp/leim/quail/persian.el | |||
| @@ -500,7 +500,7 @@ | |||
| 500 | ;; RIGHT-TO-LEFT EMBEDDING (sets base dir to RTL but allows embedded text) | 500 | ;; RIGHT-TO-LEFT EMBEDDING (sets base dir to RTL but allows embedded text) |
| 501 | ("&rle;" ?\u202B) ;; (ucs-insert #x202B) named: زیرمتنِ راستبهچپ | 501 | ("&rle;" ?\u202B) ;; (ucs-insert #x202B) named: زیرمتنِ راستبهچپ |
| 502 | ;; POP DIRECTIONAL FORMATTING (used for RLE or LRE and RLO or LRO) | 502 | ;; POP DIRECTIONAL FORMATTING (used for RLE or LRE and RLO or LRO) |
| 503 | ;; EMACS ANOMOLY --- Why does &pdf not show up in (describe-input-method 'farsi-transliterate-banan) | 503 | ;; EMACS ANOMALY --- Why does &pdf not show up in (describe-input-method 'farsi-transliterate-banan) |
| 504 | ("&pdf;" ?\u202C) ;; (ucs-insert #x202C) named: پایانِ زیرمتن | 504 | ("&pdf;" ?\u202C) ;; (ucs-insert #x202C) named: پایانِ زیرمتن |
| 505 | ("P" ?\u202C) | 505 | ("P" ?\u202C) |
| 506 | ;; LEFT-TO-RIGHT OVERRIDE (overrides the bidirectional algorithm, display LTR) | 506 | ;; LEFT-TO-RIGHT OVERRIDE (overrides the bidirectional algorithm, display LTR) |
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index a369e28f021..74d95757e46 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -219,7 +219,7 @@ pair of the form (KEY VALUE). The following KEYs are defined: | |||
| 219 | set this to any value other than \"/bin/sh\": Tramp wants to | 219 | set this to any value other than \"/bin/sh\": Tramp wants to |
| 220 | use a shell which groks tilde expansion, but it can search | 220 | use a shell which groks tilde expansion, but it can search |
| 221 | for it. Also note that \"/bin/sh\" exists on all Unixen | 221 | for it. Also note that \"/bin/sh\" exists on all Unixen |
| 222 | except Andtoid, this might not be true for the value that you | 222 | except Android, this might not be true for the value that you |
| 223 | decide to use. You Have Been Warned. | 223 | decide to use. You Have Been Warned. |
| 224 | 224 | ||
| 225 | * `tramp-remote-shell-login' | 225 | * `tramp-remote-shell-login' |
diff --git a/test/lisp/emacs-lisp/hierarchy-tests.el b/test/lisp/emacs-lisp/hierarchy-tests.el index 97a0f7ba52c..49c812edb05 100644 --- a/test/lisp/emacs-lisp/hierarchy-tests.el +++ b/test/lisp/emacs-lisp/hierarchy-tests.el | |||
| @@ -570,7 +570,7 @@ should fail as this function will crash." | |||
| 570 | 570 | ||
| 571 | (defun hierarchy-examples-delayed--childrenfn (hier-elem) | 571 | (defun hierarchy-examples-delayed--childrenfn (hier-elem) |
| 572 | "Return the children of HIER-ELEM. | 572 | "Return the children of HIER-ELEM. |
| 573 | Basially, feed the number, minus 1, to `hierarchy-examples-delayed--find-number' | 573 | Basically, feed the number, minus 1, to `hierarchy-examples-delayed--find-number' |
| 574 | and then create a list of the number plus 0.0–0.9." | 574 | and then create a list of the number plus 0.0–0.9." |
| 575 | 575 | ||
| 576 | (when (> hier-elem 1) | 576 | (when (> hier-elem 1) |
diff --git a/test/lisp/progmodes/c-ts-mode-resources/indent.erts b/test/lisp/progmodes/c-ts-mode-resources/indent.erts index 2fd26d75844..24b244c1611 100644 --- a/test/lisp/progmodes/c-ts-mode-resources/indent.erts +++ b/test/lisp/progmodes/c-ts-mode-resources/indent.erts | |||
| @@ -84,7 +84,7 @@ int main() | |||
| 84 | } | 84 | } |
| 85 | =-=-= | 85 | =-=-= |
| 86 | 86 | ||
| 87 | Name: Concecutive blocks (GNU Style) (bug#60873) | 87 | Name: Consecutive blocks (GNU Style) (bug#60873) |
| 88 | 88 | ||
| 89 | =-= | 89 | =-= |
| 90 | int | 90 | int |