# HG changeset patch # User John Paul Wallington # Date 1032144562 0 # Node ID 036e57c15cdcae8fb5595eb9a814378bd06636fa # Parent 4f825dbb49f759a5b4b233454ede3169e52a9083 * xscheme.el (scheme-interaction-mode): Doc fix. * net/eudc.el (eudc-plist-get): Doc fix. diff -r 4f825dbb49f7 -r 036e57c15cdc lisp/ChangeLog --- 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 + + * xscheme.el (scheme-interaction-mode): Doc fix. + + * net/eudc.el (eudc-plist-get): Doc fix. + 2002-09-16 Kim F. Storm * menu-bar.el (menu-bar-last-search-type): New var. diff -r 4f825dbb49f7 -r 036e57c15cdc lisp/net/eudc.el --- 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) diff -r 4f825dbb49f7 -r 036e57c15cdc lisp/xscheme.el --- 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