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
c654de1d
Commit
c654de1d
authored
Mar 01, 2001
by
Dave Love
Browse files
Doc fixes.
(leim-list-header): Fix header text.
parent
15d1caef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+11
-10
No files found.
lisp/international/mule-cmds.el
View file @
c654de1d
...
...
@@ -327,7 +327,7 @@ This also sets the following coding systems:
o coding system of a newly created buffer
o default coding system for subprocess I/O
This also sets the following values:
o default value used as file-name-coding-system for converting file names.
o default value used as
`
file-name-coding-system
'
for converting file names.
o default value for the command `set-terminal-coding-system' (not on MSDOS)
o default value for the command `set-keyboard-coding-system'
...
...
@@ -339,8 +339,10 @@ for MS-DOS terminal, because DOS terminals only support a single coding
system, and Emacs automatically sets the default to that coding system at
startup.
Such a coding system that requires automatic detection of text
encoding (e.g. undecided, unix) can't be preferred."
A coding system that requires automatic detection of text
encoding (e.g. undecided, unix) can't be preferred.
See also `coding-category-list' and `coding-system-category'."
(
interactive
"zPrefer coding system: "
)
(
if
(
not
(
and
coding-system
(
coding-system-p
coding-system
)))
(
error
"Invalid coding system `%s'"
coding-system
))
...
...
@@ -895,15 +897,15 @@ Emacs loads this file at startup time.")
";;; %s -- list of LEIM (Library of Emacs Input Method)
;;
;; This file contains a list of LEIM (Library of Emacs Input Method)
;; in the same directory as this file. Loading this file
registers
;;
the whol
e input methods in Emacs.
;;
methods
in the same directory as this file. Loading this file
;;
registers all th
e input methods in Emacs.
;;
;; Each entry has the form:
;; (register-input-method
;; INPUT-METHOD LANGUAGE-NAME ACTIVATE-FUNC
;; TITLE DESCRIPTION
;; ARG ...)
;; See the function `register-input-method' for the meanings of arguments.
;; See the function `register-input-method' for the meanings of
the
arguments.
;;
;; If this directory is included in load-path, Emacs automatically
;; loads this file at startup time.
...
...
@@ -988,8 +990,8 @@ DESCRIPTION is a string describing this method and what it is good for.
The ARGS, if any, are passed as arguments to ACTIVATE-FUNC.
All told, the arguments to ACTIVATE-FUNC are INPUT-METHOD and the ARGS.
This function is mainly used in the file \"leim-list.el\"
,
which is
created at Emacs build time
to
register all Quail input methods
This function is mainly used in the file \"leim-list.el\" which is
created at Emacs build time
,
register
ing
all Quail input methods
contained in the Emacs distribution.
In case you want to register a new Quail input method by yourself, be
...
...
@@ -1331,8 +1333,7 @@ The default status is as follows:
coding-category-binary no-conversion
coding-category-utf-16-be nil
coding-category-utf-16-le nil
coding-category-utf-8 'mule-utf-8
"
coding-category-utf-8 mule-utf-8"
(
interactive
)
;; This function formerly set default-enable-multibyte-characters to t,
;; but that is incorrect. It should not alter the unibyte/multibyte choice.
...
...
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