From dd42d3ba17ac1094d9ccb06b21bf37de04d0bc4d Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Mon, 16 Sep 2002 02:49:22 +0000 Subject: [PATCH] * xscheme.el (scheme-interaction-mode): Doc fix. * net/eudc.el (eudc-plist-get): Doc fix. --- lisp/ChangeLog | 6 ++++++ lisp/net/eudc.el | 2 +- lisp/xscheme.el | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e254eb5792..3873f450f37 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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 @@ (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 --git a/lisp/xscheme.el b/lisp/xscheme.el index ec1c973a1cc..2eddecfb0d2 100644 --- a/lisp/xscheme.el +++ b/lisp/xscheme.el @@ -284,9 +284,9 @@ the command interpreter stack: 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 -- 2.11.4.GIT