Merge from trunk.
[bpt/emacs.git] / lisp / obsolete / sym-comp.el
index 6365a10..7e9a460 100644 (file)
@@ -51,7 +51,7 @@ Uses `current-word' with the buffer narrowed to the part before
 point."
   (save-restriction
     ;; Narrow in case point is in the middle of a symbol -- we want
-    ;; just the preceeding part.
+    ;; just the preceding part.
     (narrow-to-region (point-min) (point))
     (current-word)))