diff options
author | Joakim Verona <joakim@verona.se> | 2011-11-22 15:46:22 +0100 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2011-11-22 15:46:22 +0100 |
commit | a9c1e05adddf6011c61c0df582c5f2ed423f35c8 (patch) | |
tree | 489fac119296416ba2f3530fd3bcb70efbbbdaa6 /lisp/replace.el | |
parent | 40bb789236e486a3f36eefb2840c293369ce2af3 (diff) | |
parent | b5afc20930c91159a1cbf629bcaa7e251653dc74 (diff) | |
download | emacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.tar.gz emacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.tar.bz2 emacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.zip |
upstream
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index bf6425f4099..4ea3f747caa 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -1225,7 +1225,7 @@ See also `multi-occur'." (with-current-buffer occur-buf (if (stringp nlines) - (fundamental-mode) ;; This is for collect opeartion. + (fundamental-mode) ;; This is for collect operation. (occur-mode)) (let ((inhibit-read-only t) ;; Don't generate undo entries for creation of the initial contents. |