# HG changeset patch # User Karl Berry # Date 1190642058 0 # Node ID 32df744751898fd303d117e75333c36aca340f93 # Parent 96f382c71120d5b9042163161c543d73a69915dd doc string grammar diff -r 96f382c71120 -r 32df74475189 lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 24 08:29:50 2007 +0000 +++ b/lisp/ChangeLog Mon Sep 24 13:54:18 2007 +0000 @@ -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 -r 96f382c71120 -r 32df74475189 lisp/international/mule.el --- 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'.