diff lisp/lisp-mode.el @ 629:a6c89d799f00

[xemacs-hg @ 2001-07-15 08:18:59 by adrian] [PATCH] xemacs-21.5: typo fixes of of this this nature for lisp/ <8zhqhahu.fsf@ecf.teradyne.com>
author adrian
date Sun, 15 Jul 2001 08:18:59 +0000
parents 023b83f4e54b
children 943eaba38521
line wrap: on
line diff
--- a/lisp/lisp-mode.el	Sat Jul 14 08:42:17 2001 +0000
+++ b/lisp/lisp-mode.el	Sun Jul 15 08:18:59 2001 +0000
@@ -677,7 +677,7 @@
     (parse-partial-sexp (point) calculate-lisp-indent-last-sexp 0 t)
     (if (and (elt state 2)
              (not (looking-at "\\sw\\|\\s_")))
-        ;; car of form doesn't seem to be a a symbol
+        ;; car of form doesn't seem to be a symbol
         (progn
           (if (not (> (save-excursion (forward-line 1) (point))
                       calculate-lisp-indent-last-sexp))