mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
; Spelling fixes
This commit is contained in:
parent
0aec3117b5
commit
116c47874e
2
etc/NEWS
2
etc/NEWS
@ -408,7 +408,7 @@ functions in CJK locales.
|
||||
|
||||
---
|
||||
*** New input methods for the Urdu, Pashto, and Sindhi languages.
|
||||
These languages are spoken in Pakistan and Afganistan.
|
||||
These languages are spoken in Pakistan and Afghanistan.
|
||||
|
||||
*** Additional 'C-x 8' key translations for "æ" and "Æ".
|
||||
These characters can now be input with 'C-x 8 a e' and 'C-x 8 A E',
|
||||
|
@ -500,7 +500,7 @@
|
||||
;; RIGHT-TO-LEFT EMBEDDING (sets base dir to RTL but allows embedded text)
|
||||
("&rle;" ?\u202B) ;; (ucs-insert #x202B) named: زیرمتنِ راستبهچپ
|
||||
;; POP DIRECTIONAL FORMATTING (used for RLE or LRE and RLO or LRO)
|
||||
;; EMACS ANOMOLY --- Why does &pdf not show up in (describe-input-method 'farsi-transliterate-banan)
|
||||
;; EMACS ANOMALY --- Why does &pdf not show up in (describe-input-method 'farsi-transliterate-banan)
|
||||
("&pdf;" ?\u202C) ;; (ucs-insert #x202C) named: پایانِ زیرمتن
|
||||
("P" ?\u202C)
|
||||
;; LEFT-TO-RIGHT OVERRIDE (overrides the bidirectional algorithm, display LTR)
|
||||
|
@ -219,7 +219,7 @@ pair of the form (KEY VALUE). The following KEYs are defined:
|
||||
set this to any value other than \"/bin/sh\": Tramp wants to
|
||||
use a shell which groks tilde expansion, but it can search
|
||||
for it. Also note that \"/bin/sh\" exists on all Unixen
|
||||
except Andtoid, this might not be true for the value that you
|
||||
except Android, this might not be true for the value that you
|
||||
decide to use. You Have Been Warned.
|
||||
|
||||
* `tramp-remote-shell-login'
|
||||
|
@ -570,7 +570,7 @@ should fail as this function will crash."
|
||||
|
||||
(defun hierarchy-examples-delayed--childrenfn (hier-elem)
|
||||
"Return the children of HIER-ELEM.
|
||||
Basially, feed the number, minus 1, to `hierarchy-examples-delayed--find-number'
|
||||
Basically, feed the number, minus 1, to `hierarchy-examples-delayed--find-number'
|
||||
and then create a list of the number plus 0.0–0.9."
|
||||
|
||||
(when (> hier-elem 1)
|
||||
|
@ -84,7 +84,7 @@ int main()
|
||||
}
|
||||
=-=-=
|
||||
|
||||
Name: Concecutive blocks (GNU Style) (bug#60873)
|
||||
Name: Consecutive blocks (GNU Style) (bug#60873)
|
||||
|
||||
=-=
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user