diff lisp/international/mule.el @ 84836:32df74475189

doc string grammar
author Karl Berry <karl@gnu.org>
date Mon, 24 Sep 2007 13:54:18 +0000
parents ebe83e1f1ea6
children 107ccd98fa12 bdb3fe0ba9fa
line wrap: on
line diff
--- a/lisp/international/mule.el	Mon Sep 24 08:29:50 2007 +0000
+++ b/lisp/international/mule.el	Mon Sep 24 13:54:18 2007 +0000
@@ -505,7 +505,7 @@
 (defun coding-system-base (coding-system)
   "Return the base coding system of CODING-SYSTEM.
 A base coding system is what made by `make-coding-system'.
-Any alias nor subsidiary coding systems are not base coding system."
+Neither aliases nor subsidiary coding systems are base coding systems."
   (car (coding-system-get coding-system 'alias-coding-systems)))
 
 ;; Coding system also has a property `eol-type'.