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
902e1cde
Commit
902e1cde
authored
Oct 22, 2004
by
Kenichi Handa
Browse files
(translate-region): Document that it accepts also a
char-table.
parent
0e86dca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lispref/text.texi
lispref/text.texi
+3
-3
No files found.
lispref/text.texi
View file @
902e1cde
...
...
@@ -3620,9 +3620,9 @@ ThXs Xs the contents of the buffer before.
This function applies a translation table to the characters in the
buffer between positions @var{start} and @var{end}.
The translation table @var{table} is a string
; @code{(aref @v
ar
{
table
}
@var{ochar})} gives the translated character
corresponding to
@var{ochar}. If
the length of
@var{table} is
less than 256
, any
The translation table @var{table} is a string
or a ch
ar
-
table
;
@code{(aref @var{table}
@var{ochar})} gives the translated character
corresponding to
@var{ochar}. If @var{table} is
a string
, any
characters with codes larger than the length of @var{table} are not
altered by the translation.
...
...
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