]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/sym-comp.el
Merge from trunk.
[gnu-emacs] / lisp / obsolete / sym-comp.el
index bc6e72420ddb825f593dd2a4c152c73519369a9b..7e9a460ea14fb80ca265e948c0e48a6b69a0e7d5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; sym-comp.el --- mode-dependent symbol completion
 
-;; Copyright (C) 2004, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2008-2011  Free Software Foundation, Inc.
 
 ;; Author: Dave Love <fx@gnu.org>
 ;; Keywords: extensions
@@ -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)))