emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule.el,v


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el,v
Date: Wed, 14 May 2008 11:45:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     John Paul Wallington <jpw>      08/05/14 11:45:28

Index: mule.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/mule.el,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -b -r1.270 -r1.271
--- mule.el     6 May 2008 04:18:14 -0000       1.270
+++ mule.el     14 May 2008 11:45:28 -0000      1.271
@@ -82,7 +82,7 @@
       (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 @@
 (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 @@
   "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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]