diff options
Diffstat (limited to 'lisp/obsolete/sym-comp.el')
-rw-r--r-- | lisp/obsolete/sym-comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/sym-comp.el b/lisp/obsolete/sym-comp.el index fc2da0ff69e..c77d53c0dd2 100644 --- a/lisp/obsolete/sym-comp.el +++ b/lisp/obsolete/sym-comp.el @@ -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))) |