mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-15 17:00:26 +00:00
Spelling fixes
This commit is contained in:
parent
6a37ecee08
commit
6cc9ad8d24
@ -1357,10 +1357,10 @@ BRANCH := (branch EXPRESSION CCL_BLOCK_0 [CCL_BLOCK_1 ...])
|
||||
;; Execute STATEMENTs until (break) or (end) is executed.
|
||||
|
||||
;; Create a block of STATEMENTs for repeating. The STATEMENTs
|
||||
;; are executed sequentially unitl REPEAT or BREAK is executed.
|
||||
;; are executed sequentially until REPEAT or BREAK is executed.
|
||||
;; If REPEAT statement is executed, STATEMENTs are executed from the
|
||||
;; start again. If BREAK statements is executed, the execution
|
||||
;; exits from the block. If neither REAPEAT nor BREAK is
|
||||
;; exits from the block. If neither REPEAT nor BREAK is
|
||||
;; executed, the execution exits from the block after executing the
|
||||
;; last STATEMENT.
|
||||
LOOP := (loop STATEMENT [STATEMENT ...])
|
||||
@ -1516,7 +1516,7 @@ TRANSLATE :=
|
||||
;; respectively.
|
||||
;; On encoding, the charset of highest priority is selected.
|
||||
;; After the execution, DST is specified by its charset
|
||||
;; id number and codepouin in REG_1 and REG_2 respectively.
|
||||
;; id number and codepoint in REG_1 and REG_2 respectively.
|
||||
(translate-character REG_0 REG_1 REG_2)
|
||||
|
||||
;; Same as above except for SYMBOL specifying the name of
|
||||
|
Loading…
Reference in New Issue
Block a user