]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 12:25:49 +0000 (12:25 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 12:25:49 +0000 (12:25 +0000)
lisp/progmodes/scheme.el
lisp/textmodes/ispell.el

index c427eddf8714187a584ea516708e7f362f7e6447..be4c23c781fc47a61d8d0577515e6e0a2c49d4f1 100644 (file)
@@ -33,7 +33,7 @@
 ;; for instance, at <URL:http://www.sil.org/sgml/related.html#dsssl>.]
 ;; 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
index ed6a6ed464b2f0db398b955cc069534e5c1206ac..edf2aab795570de999cd0bf449bc8582d0909318 100644 (file)
@@ -3757,7 +3757,7 @@ Both should not be used to define a buffer-local dictionary."
        ;; any character other than a space.  Not rigorous enough.
        (while (re-search-forward " *\\([^ ]+\\)" end t)
          (setq string (match-string-no-properties 1))
-         ;; This can fail when string contains a word with illegal chars.
+         ;; This can fail when string contains a word with invalid chars.
          ;; Error handling needs to be added between ispell and emacs.
          (if (and (< 1 (length string))
                   (equal 0 (string-match ispell-casechars string)))