* net/eudc.el (eudc-plist-get): Doc fix.
+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.
(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)
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