summaryrefslogtreecommitdiff
path: root/lisp/international/mule.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2008-05-14 11:46:24 +0000
committerJohn Paul Wallington <jpw@pobox.com>2008-05-14 11:46:24 +0000
commitd660b68fad1e22014498c54e2151a06c51ac6c6b (patch)
tree72ee7c7cdc5dddc70e3ee2706a53e757e62a0e99 /lisp/international/mule.el
parent1f09f444ca5da8047d0e586193cd0fb02bf584b7 (diff)
downloademacs-d660b68fad1e22014498c54e2151a06c51ac6c6b.tar.gz
(convert-define-charset-argument): Remove period from end of error message.
(coding-system-mnemonic): Doc fix. (ctext-pre-write-conversion): Doc fix.
Diffstat (limited to 'lisp/international/mule.el')
-rw-r--r--lisp/international/mule.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 778b189a73d..9b24e2c618f 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -82,7 +82,7 @@ Distribution date of this version of MULE (multilingual environment).")
(if (> (- private-char-area-2-max private-char-area-2-min) total)
(setq code-offset private-char-area-2-min
private-char-area-2-min (+ private-char-area-2-min total))
- (error "No more space for a new charset.")))
+ (error "No more space for a new charset")))
(list :dimension dim
:code-space code-space
:iso-final-char (aref info-vector 4)
@@ -834,7 +834,7 @@ encoding. This attribute has a meaning only when `:coding-type' is
(defun coding-system-mnemonic (coding-system)
"Return the mnemonic character of CODING-SYSTEM.
The mnemonic character of a coding system is used in mode line to
-indicate the coding system. If CODING-SYSTEM. is nil, return ?=."
+indicate the coding system. If CODING-SYSTEM is nil, return ?=."
(plist-get (coding-system-plist coding-system) :mnemonic))
(defun coding-system-type (coding-system)
@@ -1492,7 +1492,7 @@ Each element must be one of the names listed in the variable
"Encode characters between FROM and TO as Compound Text w/Extended Segments.
If FROM is a string, or if the current buffer is not the one set up for us
-by encode-coding-string, generate a new temp buffer, insert the
+by `encode-coding-string', generate a new temp buffer, insert the
text, and convert it in the temporary buffer. Otherwise, convert in-place."
(save-match-data
;; Setup a working buffer if necessary.