aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorJohn Paul Wallington2002-09-16 02:49:22 +0000
committerJohn Paul Wallington2002-09-16 02:49:22 +0000
commitdd42d3ba17ac1094d9ccb06b21bf37de04d0bc4d (patch)
treecc8f9ef3a43810c2667daf7c0c16405c1f435c43 /lisp/net
parentbac6e4e23a186311875fcd77300deb716f560df1 (diff)
downloademacs-dd42d3ba17ac1094d9ccb06b21bf37de04d0bc4d.tar.gz
emacs-dd42d3ba17ac1094d9ccb06b21bf37de04d0bc4d.zip
* xscheme.el (scheme-interaction-mode): Doc fix.
* net/eudc.el (eudc-plist-get): Doc fix.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/eudc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eudc.el b/lisp/net/eudc.el
index 81caa04e45d..363bc8be825 100644
--- a/lisp/net/eudc.el
+++ b/lisp/net/eudc.el
@@ -134,7 +134,7 @@
134(defun eudc-plist-get (plist prop &optional default) 134(defun eudc-plist-get (plist prop &optional default)
135 "Extract a value from a property list. 135 "Extract a value from a property list.
136PLIST is a property list, which is a list of the form 136PLIST is a property list, which is a list of the form
137(PROP1 VALUE1 PROP2 VALUE2...). This function returns the value 137\(PROP1 VALUE1 PROP2 VALUE2...). This function returns the value
138corresponding to the given PROP, or DEFAULT if PROP is not 138corresponding to the given PROP, or DEFAULT if PROP is not
139one of the properties on the list." 139one of the properties on the list."
140 (if (eudc-plist-member plist prop) 140 (if (eudc-plist-member plist prop)