]> git.eshelyaron.com Git - emacs.git/commitdiff
* xscheme.el (scheme-interaction-mode): Doc fix.
authorJohn Paul Wallington <jpw@pobox.com>
Mon, 16 Sep 2002 02:49:22 +0000 (02:49 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Mon, 16 Sep 2002 02:49:22 +0000 (02:49 +0000)
* net/eudc.el (eudc-plist-get): Doc fix.

lisp/ChangeLog
lisp/net/eudc.el
lisp/xscheme.el

index 7e254eb5792eddb7239ef4e5ff616e7217d0e3cd..3873f450f379243df6cbef9391beae7f94810a15 100644 (file)
@@ -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.
index 81caa04e45d6fc661d2114342bc11dd871e55a2e..363bc8be82531353dc37dfe2521ac1e64d6a6576 100644 (file)
 (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)
index ec1c973a1cc15cbea37cc96644f6668ad98840e6..2eddecfb0d2422c231664efbf80f5db1e2f3bb49 100644 (file)
@@ -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