diff lisp/net/eudc.el @ 47497:036e57c15cdc

* xscheme.el (scheme-interaction-mode): Doc fix. * net/eudc.el (eudc-plist-get): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Mon, 16 Sep 2002 02:49:22 +0000
parents cd8db5bd4819
children 65c4cd99d916
line wrap: on
line diff
--- a/lisp/net/eudc.el	Sun Sep 15 21:35:23 2002 +0000
+++ b/lisp/net/eudc.el	Mon Sep 16 02:49:22 2002 +0000
@@ -134,7 +134,7 @@
 (defun eudc-plist-get (plist prop &optional default)
   "Extract a value from a property list.
 PLIST is a property list, which is a list of the form
-(PROP1 VALUE1 PROP2 VALUE2...).  This function returns the value
+\(PROP1 VALUE1 PROP2 VALUE2...).  This function returns the value
 corresponding to the given PROP, or DEFAULT if PROP is not
 one of the properties on the list."
   (if (eudc-plist-member plist prop)