diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-22 23:08:12 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-22 23:08:12 -0800 |
commit | 97610156f40b64a933d9c4afa4767e2443527892 (patch) | |
tree | 2af012a0c8f4817f30d3efa9e1dc5c26406f797a /lisp/obsolete | |
parent | 61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (diff) | |
download | emacs-97610156f40b64a933d9c4afa4767e2443527892.tar.gz |
Fix spelling of "precede".
Diffstat (limited to 'lisp/obsolete')
-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))) |