comparison lisp/international/mule-util.el @ 42049:b029b43b52bb

Doc fixes.
author Dave Love <fx@gnu.org>
date Sat, 15 Dec 2001 16:43:11 +0000
parents 43e756c38f4f
children 05d77f58ead5 8b4e3bbe01d4
comparison
equal deleted inserted replaced
42048:281baedc1a99 42049:b029b43b52bb
232 val 232 val
233 (char-to-string val)))) 233 (char-to-string val))))
234 234
235 ;;;###autoload 235 ;;;###autoload
236 (defun coding-system-post-read-conversion (coding-system) 236 (defun coding-system-post-read-conversion (coding-system)
237 "Return the value of CODING-SYSTEM's post-read-conversion property." 237 "Return the value of CODING-SYSTEM's `post-read-conversion' property."
238 (coding-system-get coding-system 'post-read-conversion)) 238 (coding-system-get coding-system 'post-read-conversion))
239 239
240 ;;;###autoload 240 ;;;###autoload
241 (defun coding-system-pre-write-conversion (coding-system) 241 (defun coding-system-pre-write-conversion (coding-system)
242 "Return the value of CODING-SYSTEM's pre-write-conversion property." 242 "Return the value of CODING-SYSTEM's `pre-write-conversion' property."
243 (coding-system-get coding-system 'pre-write-conversion)) 243 (coding-system-get coding-system 'pre-write-conversion))
244 244
245 ;;;###autoload 245 ;;;###autoload
246 (defun coding-system-translation-table-for-decode (coding-system) 246 (defun coding-system-translation-table-for-decode (coding-system)
247 "Return the value of CODING-SYSTEM's translation-table-for-decode property." 247 "Return the value of CODING-SYSTEM's `translation-table-for-decode' property."
248 (coding-system-get coding-system 'translation-table-for-decode)) 248 (coding-system-get coding-system 'translation-table-for-decode))
249 249
250 ;;;###autoload 250 ;;;###autoload
251 (defun coding-system-translation-table-for-encode (coding-system) 251 (defun coding-system-translation-table-for-encode (coding-system)
252 "Return the value of CODING-SYSTEM's translation-table-for-encode property." 252 "Return the value of CODING-SYSTEM's `translation-table-for-encode' property."
253 (coding-system-get coding-system 'translation-table-for-encode)) 253 (coding-system-get coding-system 'translation-table-for-encode))
254 254
255 ;;;###autoload 255 ;;;###autoload
256 (defun coding-system-equal (coding-system-1 coding-system-2) 256 (defun coding-system-equal (coding-system-1 coding-system-2)
257 "Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are identical. 257 "Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are identical.