1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-14 15:59:56 -08:00
parent 5ef215d874
commit 91af3942e9
112 changed files with 329 additions and 337 deletions

View file

@ -101,7 +101,7 @@ Has virtual :start and :end initializers.")
))
;; Create a temporary overlay now. We have to use an overlay and
;; not a marker becaues of the in-front insertion rules. The rules
;; not a marker because of the in-front insertion rules. The rules
;; are backward from what is wanted while typing.
(setq olay (make-overlay start end (current-buffer) t nil))
(overlay-put olay 'srecode-init-only t)