From: Karl Berry Date: Mon, 24 Sep 2007 13:54:18 +0000 (+0000) Subject: doc string grammar X-Git-Tag: emacs-pretest-23.0.90~10700 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=104b04f5ad80c7ee55d1722e0d7a7ad627f22586;p=emacs.git doc string grammar --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed38ee2635f..e19201b313c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-09-24 Karl Berry + + * international/mule.el (coding-system-base): Fix doc string grammar. + 2007-09-24 Michael Albinus * net/tramp.el (tramp-completion-mode-p): Rename from diff --git a/lisp/international/mule.el b/lisp/international/mule.el index afec59fd806..b19797f267e 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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'.