# HG changeset patch # User Juanma Barranquero # Date 1202214085 0 # Node ID 6e1ffbecad0b2823c2709d94433e12e8fc2ccd75 # Parent b62f4b92bc13d19433c293cbd26edca1ededaf3f *** empty log message *** diff -r b62f4b92bc13 -r 6e1ffbecad0b lisp/progmodes/scheme.el --- a/lisp/progmodes/scheme.el Tue Feb 05 12:07:11 2008 +0000 +++ b/lisp/progmodes/scheme.el Tue Feb 05 12:21:25 2008 +0000 @@ -33,7 +33,7 @@ ;; for instance, at .] ;; All these Lisp-ish modes vary basically in details of the language ;; syntax they highlight/indent/index, but dsssl-mode uses "^;;;" as -;; the page-delimiter since ^L isn't normally a legal SGML character. +;; the page-delimiter since ^L isn't normally a valid SGML character. ;; ;; For interacting with a Scheme interpreter See also `run-scheme' in ;; the `cmuscheme' package and also the implementation-specific