changeset 42049:b029b43b52bb

Doc fixes.
author Dave Love <fx@gnu.org>
date Sat, 15 Dec 2001 16:43:11 +0000
parents 281baedc1a99
children 6c1b3df2bbd2
files lisp/international/mule-util.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-util.el	Sat Dec 15 16:40:33 2001 +0000
+++ b/lisp/international/mule-util.el	Sat Dec 15 16:43:11 2001 +0000
@@ -234,22 +234,22 @@
 
 ;;;###autoload
 (defun coding-system-post-read-conversion (coding-system)
-  "Return the value of CODING-SYSTEM's post-read-conversion property."
+  "Return the value of CODING-SYSTEM's `post-read-conversion' property."
   (coding-system-get coding-system 'post-read-conversion))
 
 ;;;###autoload
 (defun coding-system-pre-write-conversion (coding-system)
-  "Return the value of CODING-SYSTEM's pre-write-conversion property."
+  "Return the value of CODING-SYSTEM's `pre-write-conversion' property."
   (coding-system-get coding-system 'pre-write-conversion))
 
 ;;;###autoload
 (defun coding-system-translation-table-for-decode (coding-system)
-  "Return the value of CODING-SYSTEM's translation-table-for-decode property."
+  "Return the value of CODING-SYSTEM's `translation-table-for-decode' property."
   (coding-system-get coding-system 'translation-table-for-decode))
 
 ;;;###autoload
 (defun coding-system-translation-table-for-encode (coding-system)
-  "Return the value of CODING-SYSTEM's translation-table-for-encode property."
+  "Return the value of CODING-SYSTEM's `translation-table-for-encode' property."
   (coding-system-get coding-system 'translation-table-for-encode))
 
 ;;;###autoload