diff options
| author | John Paul Wallington | 2002-09-16 02:49:22 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2002-09-16 02:49:22 +0000 |
| commit | dd42d3ba17ac1094d9ccb06b21bf37de04d0bc4d (patch) | |
| tree | cc8f9ef3a43810c2667daf7c0c16405c1f435c43 /lisp/net | |
| parent | bac6e4e23a186311875fcd77300deb716f560df1 (diff) | |
| download | emacs-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.el | 2 |
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. |
| 136 | PLIST is a property list, which is a list of the form | 136 | PLIST 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 |
| 138 | corresponding to the given PROP, or DEFAULT if PROP is not | 138 | corresponding to the given PROP, or DEFAULT if PROP is not |
| 139 | one of the properties on the list." | 139 | one of the properties on the list." |
| 140 | (if (eudc-plist-member plist prop) | 140 | (if (eudc-plist-member plist prop) |