]> code.delx.au - gnu-emacs/commitdiff
doc string grammar
authorKarl Berry <karl@gnu.org>
Mon, 24 Sep 2007 13:54:18 +0000 (13:54 +0000)
committerKarl Berry <karl@gnu.org>
Mon, 24 Sep 2007 13:54:18 +0000 (13:54 +0000)
lisp/ChangeLog
lisp/international/mule.el

index ed38ee2635fdaac31e3ba1fa80831ef98f551181..e19201b313c33631e3c4992d4eaaa5e5afd8e2bf 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-24  Karl Berry  <karl@gnu.org>
+
+       * international/mule.el (coding-system-base): Fix doc string grammar.
+
 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-completion-mode-p): Rename from
index afec59fd806faf0ae6760dc4999c2e5c44dda27a..b19797f267e770e335a73e980d96c008c2a42d8a 100644 (file)
@@ -505,7 +505,7 @@ See also `coding-category-list'."
 (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'.