Mercurial > emacs
changeset 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 | 4f825dbb49f7 |
children | 26afa4825cc1 |
files | lisp/ChangeLog lisp/net/eudc.el lisp/xscheme.el |
diffstat | 3 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 15 21:35:23 2002 +0000 +++ b/lisp/ChangeLog Mon Sep 16 02:49:22 2002 +0000 @@ -1,3 +1,9 @@ +2002-09-16 John Paul Wallington <jpw@shootybangbang.com> + + * xscheme.el (scheme-interaction-mode): Doc fix. + + * net/eudc.el (eudc-plist-get): Doc fix. + 2002-09-16 Kim F. Storm <storm@cua.dk> * menu-bar.el (menu-bar-last-search-type): New var.
--- 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)
--- a/lisp/xscheme.el Sun Sep 15 21:35:23 2002 +0000 +++ b/lisp/xscheme.el Mon Sep 16 02:49:22 2002 +0000 @@ -284,9 +284,9 @@ Some possible command interpreter types and their meanings are: -[Evaluator] read-eval-print loop for evaluating expressions -[Debugger] single character commands for debugging errors -[Where] single character commands for examining environments +\[Evaluator] read-eval-print loop for evaluating expressions +\[Debugger] single character commands for debugging errors +\[Where] single character commands for examining environments Starting with release 6.2 of Scheme, the latter two types of command interpreters will change the major mode of the Scheme process buffer