Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6cc9ad8d
Commit
6cc9ad8d
authored
Jan 10, 2015
by
Paul Eggert
Browse files
Spelling fixes
parent
6a37ecee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/international/ccl.el
lisp/international/ccl.el
+4
-4
No files found.
lisp/international/ccl.el
View file @
6cc9ad8d
...
...
@@ -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 un
i
tl REPEAT or BREAK is executed.
;; are executed sequentially unt
i
l 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 RE
A
PEAT 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 codepo
u
in in REG_1 and REG_2 respectively.
;; id number and codepoin
t
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
...
...
@@ -1540,7 +1540,7 @@ LOOKUP :=
| (lookup-integer SYMBOL REG(integer))
MAP :=
;; The following statements are for internal use only.
;; The following statements are for internal use only.
(iterate-multiple-map REG REG MAP-IDs)
| (map-multiple REG REG (MAP-SET))
| (map-single REG REG MAP-ID)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment