diff options
| author | Paul Eggert | 2011-11-18 00:31:02 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-18 00:31:02 -0800 |
| commit | 3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e (patch) | |
| tree | eedcfcd5751edab39f795fcfb688e1e5cc3ad128 /lisp | |
| parent | 5c3a902f0fe2c2306ea7b340d701c1a855d1a3d5 (diff) | |
| download | emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.tar.gz emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.zip | |
Spelling fixes.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calc/calc-misc.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/ede/proj.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/pulse.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/edebug.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/cua-rect.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/spam-report.el | 2 | ||||
| -rw-r--r-- | lisp/info-xref.el | 2 | ||||
| -rw-r--r-- | lisp/international/quail.el | 4 | ||||
| -rw-r--r-- | lisp/minibuffer.el | 2 | ||||
| -rw-r--r-- | lisp/net/browse-url.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-taskjuggler.el | 10 | ||||
| -rw-r--r-- | lisp/play/bubbles.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cperl-mode.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/ebnf2ps.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/ps-mode.el | 2 | ||||
| -rw-r--r-- | lisp/shell.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/flyspell.el | 2 |
18 files changed, 25 insertions, 25 deletions
diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el index db86c08422e..6d034927ae0 100644 --- a/lisp/calc/calc-misc.el +++ b/lisp/calc/calc-misc.el | |||
| @@ -260,13 +260,13 @@ Calc user interface as before (either C-x * C or C-x * K; initially C-x * C). | |||
| 260 | (length msg)) 32) | 260 | (length msg)) 32) |
| 261 | " [?=MORE]") | 261 | " [?=MORE]") |
| 262 | "")))))))) | 262 | "")))))))) |
| 263 | 263 | ||
| 264 | 264 | ||
| 265 | 265 | ||
| 266 | 266 | ||
| 267 | ;;;; Stack and buffer management. | 267 | ;;;; Stack and buffer management. |
| 268 | 268 | ||
| 269 | ;; The variable calc-last-why-command is set in calc-do-handly-whys | 269 | ;; The variable calc-last-why-command is set in calc-do-handle-whys |
| 270 | ;; and used in calc-why (in calc-stuff.el). | 270 | ;; and used in calc-why (in calc-stuff.el). |
| 271 | (defvar calc-last-why-command) | 271 | (defvar calc-last-why-command) |
| 272 | 272 | ||
diff --git a/lisp/cedet/ede/proj.el b/lisp/cedet/ede/proj.el index 40e6165251c..79022be6a5f 100644 --- a/lisp/cedet/ede/proj.el +++ b/lisp/cedet/ede/proj.el | |||
| @@ -584,7 +584,7 @@ Converts all symbols into the objects to be used." | |||
| 584 | link))) | 584 | link))) |
| 585 | 585 | ||
| 586 | 586 | ||
| 587 | ;;; Target type specific autogenerating gobbldegook. | 587 | ;;; Target type specific autogenerating gobbledygook. |
| 588 | ;; | 588 | ;; |
| 589 | 589 | ||
| 590 | (defun ede-proj-makefile-type (&optional proj) | 590 | (defun ede-proj-makefile-type (&optional proj) |
diff --git a/lisp/cedet/pulse.el b/lisp/cedet/pulse.el index 74dc1ecde31..e3d2bd967b6 100644 --- a/lisp/cedet/pulse.el +++ b/lisp/cedet/pulse.el | |||
| @@ -77,7 +77,7 @@ this flag is ignored." | |||
| 77 | (:background "#AAAA33")) | 77 | (:background "#AAAA33")) |
| 78 | (((class color) (background light)) | 78 | (((class color) (background light)) |
| 79 | (:background "#FFFFAA"))) | 79 | (:background "#FFFFAA"))) |
| 80 | "*Face used at beginning of a highight." | 80 | "*Face used at beginning of a highlight." |
| 81 | :group 'pulse) | 81 | :group 'pulse) |
| 82 | 82 | ||
| 83 | (defface pulse-highlight-face | 83 | (defface pulse-highlight-face |
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 176b906632c..86c7e59fd07 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el | |||
| @@ -1285,7 +1285,7 @@ expressions; a `progn' form will be returned enclosing these forms." | |||
| 1285 | ;; Wrap a form, usually a defining form, but any evaluated one. | 1285 | ;; Wrap a form, usually a defining form, but any evaluated one. |
| 1286 | ;; If speclist is non-nil, this is being called by edebug-defining-form. | 1286 | ;; If speclist is non-nil, this is being called by edebug-defining-form. |
| 1287 | ;; Otherwise it is being called from edebug-read-and-maybe-wrap-form1. | 1287 | ;; Otherwise it is being called from edebug-read-and-maybe-wrap-form1. |
| 1288 | ;; This is a hack, but I havent figured out a simpler way yet. | 1288 | ;; This is a hack, but I haven't figured out a simpler way yet. |
| 1289 | (let* ((form-data-entry (edebug-get-form-data-entry form-begin form-end)) | 1289 | (let* ((form-data-entry (edebug-get-form-data-entry form-begin form-end)) |
| 1290 | ;; Set this marker before parsing. | 1290 | ;; Set this marker before parsing. |
| 1291 | (edebug-form-begin-marker | 1291 | (edebug-form-begin-marker |
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el index 5d90ac694a4..76cab39f5b2 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el | |||
| @@ -741,7 +741,7 @@ If command is repeated at same position, delete the rectangle." | |||
| 741 | ;; We try to reuse overlays where possible because this is more efficient | 741 | ;; We try to reuse overlays where possible because this is more efficient |
| 742 | ;; and results in less flicker. | 742 | ;; and results in less flicker. |
| 743 | ;; If cua--rectangle-virtual-edges is nil and the buffer contains tabs or short lines, | 743 | ;; If cua--rectangle-virtual-edges is nil and the buffer contains tabs or short lines, |
| 744 | ;; the higlighted region may not be perfectly rectangular. | 744 | ;; the highlighted region may not be perfectly rectangular. |
| 745 | (let ((deactivate-mark deactivate-mark) | 745 | (let ((deactivate-mark deactivate-mark) |
| 746 | (old cua--rectangle-overlays) | 746 | (old cua--rectangle-overlays) |
| 747 | (new nil) | 747 | (new nil) |
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 08f5e44e13f..5380595eadb 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -364,7 +364,7 @@ newsgroups, set the variable to nil in `gnus-select-group-hook'." | |||
| 364 | This variable can either be the symbols `first' (place point on the | 364 | This variable can either be the symbols `first' (place point on the |
| 365 | first subject), `unread' (place point on the subject line of the first | 365 | first subject), `unread' (place point on the subject line of the first |
| 366 | unread article), `best' (place point on the subject line of the | 366 | unread article), `best' (place point on the subject line of the |
| 367 | higest-scored article), `unseen' (place point on the subject line of | 367 | highest-scored article), `unseen' (place point on the subject line of |
| 368 | the first unseen article), `unseen-or-unread' (place point on the subject | 368 | the first unseen article), `unseen-or-unread' (place point on the subject |
| 369 | line of the first unseen article or, if all articles have been seen, on the | 369 | line of the first unseen article or, if all articles have been seen, on the |
| 370 | subject line of the first unread article), or a function to be called to | 370 | subject line of the first unread article), or a function to be called to |
diff --git a/lisp/gnus/spam-report.el b/lisp/gnus/spam-report.el index 95b5fb578f4..6c94dbdd2c4 100644 --- a/lisp/gnus/spam-report.el +++ b/lisp/gnus/spam-report.el | |||
| @@ -102,7 +102,7 @@ Reports is as ham when HAM is set." | |||
| 102 | (customize-set-variable | 102 | (customize-set-variable |
| 103 | spam-report-resend-to | 103 | spam-report-resend-to |
| 104 | (read-from-minibuffer "email address to resend SPAM/HAM to? "))) | 104 | (read-from-minibuffer "email address to resend SPAM/HAM to? "))) |
| 105 | ;; This is ganked from the `gnus-summary-resend-message' function. | 105 | ;; This is yanked from the `gnus-summary-resend-message' function. |
| 106 | ;; It involves rendering the SPAM, which is undesirable, but there does | 106 | ;; It involves rendering the SPAM, which is undesirable, but there does |
| 107 | ;; not seem to be a nicer way to achieve this. | 107 | ;; not seem to be a nicer way to achieve this. |
| 108 | ;; select this particular article | 108 | ;; select this particular article |
diff --git a/lisp/info-xref.el b/lisp/info-xref.el index 41da9d12c99..8a5cca18496 100644 --- a/lisp/info-xref.el +++ b/lisp/info-xref.el | |||
| @@ -313,7 +313,7 @@ should be harmless." | |||
| 313 | (interactive) | 313 | (interactive) |
| 314 | (info-xref-check-list (info-xref-all-info-files))) | 314 | (info-xref-check-list (info-xref-all-info-files))) |
| 315 | 315 | ||
| 316 | ;; An alternative for geting only top-level files here would be to simply | 316 | ;; An alternative for getting only top-level files here would be to simply |
| 317 | ;; return all files and have info-xref-check-list not follow "Indirect:". | 317 | ;; return all files and have info-xref-check-list not follow "Indirect:". |
| 318 | ;; The current way seems better because it (potentially) gets the proper | 318 | ;; The current way seems better because it (potentially) gets the proper |
| 319 | ;; top-level filename into the error messages, and suppresses duplicate "not | 319 | ;; top-level filename into the error messages, and suppresses duplicate "not |
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index bdbf2c07b7a..a29b729dcf0 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el | |||
| @@ -2701,7 +2701,7 @@ KEY BINDINGS FOR CONVERSION | |||
| 2701 | 2701 | ||
| 2702 | (put 'quail-decode-map 'char-table-extra-slots 0) | 2702 | (put 'quail-decode-map 'char-table-extra-slots 0) |
| 2703 | 2703 | ||
| 2704 | ;; Generate a halfly-cooked decode map (char-table) for the current | 2704 | ;; Generate a half-cooked decode map (char-table) for the current |
| 2705 | ;; Quail map. An element for a character C is a key string or a list | 2705 | ;; Quail map. An element for a character C is a key string or a list |
| 2706 | ;; of a key strings to type to input C. The lenth of key string is at | 2706 | ;; of a key strings to type to input C. The lenth of key string is at |
| 2707 | ;; most 2. If it is 2, more keys may be required to input C. | 2707 | ;; most 2. If it is 2, more keys may be required to input C. |
| @@ -2974,7 +2974,7 @@ of each directory." | |||
| 2974 | (if (not (re-search-forward leim-list-entry-regexp nil t)) | 2974 | (if (not (re-search-forward leim-list-entry-regexp nil t)) |
| 2975 | nil | 2975 | nil |
| 2976 | 2976 | ||
| 2977 | ;; Remove garbages after the header. | 2977 | ;; Remove garbage after the header. |
| 2978 | (goto-char (match-beginning 0)) | 2978 | (goto-char (match-beginning 0)) |
| 2979 | (if (< pos (point)) | 2979 | (if (< pos (point)) |
| 2980 | (delete-region pos (point))) | 2980 | (delete-region pos (point))) |
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 38785fc48e8..fa057aee36f 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | ;; - choose-completion doesn't know how to quote the text it inserts. | 51 | ;; - choose-completion doesn't know how to quote the text it inserts. |
| 52 | ;; E.g. it fails to double the dollars in file-name completion, or | 52 | ;; E.g. it fails to double the dollars in file-name completion, or |
| 53 | ;; to backslash-escape spaces and other chars in comint completion. | 53 | ;; to backslash-escape spaces and other chars in comint completion. |
| 54 | ;; - when completing ~/tmp/fo$$o, the highligting in *Completions* | 54 | ;; - when completing ~/tmp/fo$$o, the highlighting in *Completions* |
| 55 | ;; is off by one position. | 55 | ;; is off by one position. |
| 56 | ;; - all code like PCM which relies on all-completions to match | 56 | ;; - all code like PCM which relies on all-completions to match |
| 57 | ;; its argument gets confused because all-completions returns unquoted | 57 | ;; its argument gets confused because all-completions returns unquoted |
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 89948a2c81a..b55884ff180 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -100,7 +100,7 @@ | |||
| 100 | ;; <URL:ftp://ftp.lysator.liu.se/pub/sgml>; hm--html-menus can be used | 100 | ;; <URL:ftp://ftp.lysator.liu.se/pub/sgml>; hm--html-menus can be used |
| 101 | ;; with this. | 101 | ;; with this. |
| 102 | 102 | ||
| 103 | ;; This package generalises function html-previewer-process in Marc | 103 | ;; This package generalizes function html-previewer-process in Marc |
| 104 | ;; Andreessen's html-mode (LCD modes/html-mode.el.Z). See also the | 104 | ;; Andreessen's html-mode (LCD modes/html-mode.el.Z). See also the |
| 105 | ;; ffap.el package. The huge hyperbole package also contains similar | 105 | ;; ffap.el package. The huge hyperbole package also contains similar |
| 106 | ;; functions. | 106 | ;; functions. |
diff --git a/lisp/org/org-taskjuggler.el b/lisp/org/org-taskjuggler.el index 0d9516a389e..1fb3114bf3f 100644 --- a/lisp/org/org-taskjuggler.el +++ b/lisp/org/org-taskjuggler.el | |||
| @@ -70,7 +70,7 @@ | |||
| 70 | ;; "taskjuggler_project" (or whatever you customized | 70 | ;; "taskjuggler_project" (or whatever you customized |
| 71 | ;; `org-export-taskjuggler-project-tag' to). You are now ready to | 71 | ;; `org-export-taskjuggler-project-tag' to). You are now ready to |
| 72 | ;; export the project plan with `org-export-as-taskjuggler-and-open' | 72 | ;; export the project plan with `org-export-as-taskjuggler-and-open' |
| 73 | ;; which will export the project plan and open a gant chart in | 73 | ;; which will export the project plan and open a Gantt chart in |
| 74 | ;; TaskJugglerUI. | 74 | ;; TaskJugglerUI. |
| 75 | ;; | 75 | ;; |
| 76 | ;; * Resources | 76 | ;; * Resources |
| @@ -354,8 +354,8 @@ information, all the properties, etc." | |||
| 354 | (let* ((props (org-entry-properties)) | 354 | (let* ((props (org-entry-properties)) |
| 355 | (components (org-heading-components)) | 355 | (components (org-heading-components)) |
| 356 | (level (nth 1 components)) | 356 | (level (nth 1 components)) |
| 357 | (headline | 357 | (headline |
| 358 | (replace-regexp-in-string | 358 | (replace-regexp-in-string |
| 359 | "\"" "\\\"" (nth 4 components) t t)) ; quote double quotes in headlines | 359 | "\"" "\\\"" (nth 4 components) t t)) ; quote double quotes in headlines |
| 360 | (parent-ordered (org-taskjuggler-parent-is-ordered-p))) | 360 | (parent-ordered (org-taskjuggler-parent-is-ordered-p))) |
| 361 | (push (cons "level" level) props) | 361 | (push (cons "level" level) props) |
| @@ -405,10 +405,10 @@ deeper), then it's not a leaf." | |||
| 405 | (successor (car (cdr tasks)))) | 405 | (successor (car (cdr tasks)))) |
| 406 | (cond | 406 | (cond |
| 407 | ;; if a task has no successors it is a leaf | 407 | ;; if a task has no successors it is a leaf |
| 408 | ((null successor) | 408 | ((null successor) |
| 409 | (push (cons (cons "leaf-node" t) task) new-list)) | 409 | (push (cons (cons "leaf-node" t) task) new-list)) |
| 410 | ;; if the successor has a lower level than task it is a leaf | 410 | ;; if the successor has a lower level than task it is a leaf |
| 411 | ((<= (cdr (assoc "level" successor)) (cdr (assoc "level" task))) | 411 | ((<= (cdr (assoc "level" successor)) (cdr (assoc "level" task))) |
| 412 | (push (cons (cons "leaf-node" t) task) new-list)) | 412 | (push (cons (cons "leaf-node" t) task) new-list)) |
| 413 | ;; otherwise examine the rest of the tasks | 413 | ;; otherwise examine the rest of the tasks |
| 414 | (t (push task new-list)))) | 414 | (t (push task new-list)))) |
diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el index f2b7294e2d0..62d486ffca5 100644 --- a/lisp/play/bubbles.el +++ b/lisp/play/bubbles.el | |||
| @@ -55,7 +55,7 @@ | |||
| 55 | 55 | ||
| 56 | ;; 0.3 (2007-03-11) | 56 | ;; 0.3 (2007-03-11) |
| 57 | ;; - Renamed shift modes and thus names of score files. All | 57 | ;; - Renamed shift modes and thus names of score files. All |
| 58 | ;; highscores are lost, unless you rename the score files from | 58 | ;; high scores are lost, unless you rename the score files from |
| 59 | ;; bubbles-shift-... to bubbles-...! | 59 | ;; bubbles-shift-... to bubbles-...! |
| 60 | ;; - Bugfixes: Check for successful image creation. | 60 | ;; - Bugfixes: Check for successful image creation. |
| 61 | ;; Disable menus and counter when game is over. | 61 | ;; Disable menus and counter when game is over. |
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 1925d16ba58..ca596023151 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -927,7 +927,7 @@ syntax-parsing routines, and marks them up so that either | |||
| 927 | 927 | ||
| 928 | A1) CPerl may work around these deficiencies (for big chunks, mostly | 928 | A1) CPerl may work around these deficiencies (for big chunks, mostly |
| 929 | PODs and HERE-documents), or | 929 | PODs and HERE-documents), or |
| 930 | A2) On capable Emaxen CPerl will use improved syntax-handlings | 930 | A2) On capable Emaxen CPerl will use improved syntax-handling |
| 931 | which reads mark-up hints directly. | 931 | which reads mark-up hints directly. |
| 932 | 932 | ||
| 933 | The scan in case A2 is much more comprehensive, thus may be slower. | 933 | The scan in case A2 is much more comprehensive, thus may be slower. |
| @@ -4540,7 +4540,7 @@ the sections using `cperl-pod-head-face', `cperl-pod-face', | |||
| 4540 | (forward-char 2)) | 4540 | (forward-char 2)) |
| 4541 | (and (eq (following-char) ?\] ) | 4541 | (and (eq (following-char) ?\] ) |
| 4542 | (forward-char 1))) | 4542 | (forward-char 1))) |
| 4543 | (setq REx-subgr-end qtag) ;EndOf smart-highlighed | 4543 | (setq REx-subgr-end qtag) ;End smart-highlighted |
| 4544 | ;; Apparently, I can't put \] into a charclass | 4544 | ;; Apparently, I can't put \] into a charclass |
| 4545 | ;; in m]]: m][\\\]\]] produces [\\]] | 4545 | ;; in m]]: m][\\\]\]] produces [\\]] |
| 4546 | ;;; POSIX? [:word:] [:^word:] only inside [] | 4546 | ;;; POSIX? [:word:] [:^word:] only inside [] |
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index f98f3d191d7..d9adff6c8b8 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el | |||
| @@ -6069,7 +6069,7 @@ killed after process termination." | |||
| 6069 | 6069 | ||
| 6070 | 6070 | ||
| 6071 | (defun ebnf-make-terminal1 (name gen-func dim-func) | 6071 | (defun ebnf-make-terminal1 (name gen-func dim-func) |
| 6072 | (vector gen-func ; 0 generatore | 6072 | (vector gen-func ; 0 generator |
| 6073 | 'ignore ; 1 width fun | 6073 | 'ignore ; 1 width fun |
| 6074 | dim-func ; 2 dimension fun | 6074 | dim-func ; 2 dimension fun |
| 6075 | 0.0 ; 3 entry | 6075 | 0.0 ; 3 entry |
diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el index 94d55ee3f61..7810b377e58 100644 --- a/lisp/progmodes/ps-mode.el +++ b/lisp/progmodes/ps-mode.el | |||
| @@ -267,7 +267,7 @@ If nil, use `temporary-file-directory'." | |||
| 267 | . (1 font-lock-function-name-face)) | 267 | . (1 font-lock-function-name-face)) |
| 268 | '("/\\w+" . font-lock-variable-name-face) | 268 | '("/\\w+" . font-lock-variable-name-face) |
| 269 | (cons ps-mode-operators 'font-lock-keyword-face))) | 269 | (cons ps-mode-operators 'font-lock-keyword-face))) |
| 270 | "High level highliting for PostScript mode.") | 270 | "High level highlighting for PostScript mode.") |
| 271 | 271 | ||
| 272 | (defconst ps-mode-font-lock-keywords ps-mode-font-lock-keywords-1 | 272 | (defconst ps-mode-font-lock-keywords ps-mode-font-lock-keywords-1 |
| 273 | "Default expressions to highlight in PostScript mode.") | 273 | "Default expressions to highlight in PostScript mode.") |
diff --git a/lisp/shell.el b/lisp/shell.el index c75594ddbe4..31c5729b83a 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -293,7 +293,7 @@ Value is a list of strings, which may be nil." | |||
| 293 | (getenv "ESHELL") shell-file-name)) | 293 | (getenv "ESHELL") shell-file-name)) |
| 294 | (name (file-name-nondirectory prog))) | 294 | (name (file-name-nondirectory prog))) |
| 295 | ;; Tell bash not to use readline, except for bash 1.x which | 295 | ;; Tell bash not to use readline, except for bash 1.x which |
| 296 | ;; doesn't grook --noediting. Bash 1.x has -nolineediting, but | 296 | ;; doesn't grok --noediting. Bash 1.x has -nolineediting, but |
| 297 | ;; process-send-eof cannot terminate bash if we use it. | 297 | ;; process-send-eof cannot terminate bash if we use it. |
| 298 | (if (and (not purify-flag) | 298 | (if (and (not purify-flag) |
| 299 | (equal name "bash") | 299 | (equal name "bash") |
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index db536c100f3..d54debcec4c 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -715,7 +715,7 @@ not the very same deplacement command." | |||
| 715 | (remove-hook 'after-change-functions 'flyspell-after-change-function t) | 715 | (remove-hook 'after-change-functions 'flyspell-after-change-function t) |
| 716 | (remove-hook 'hack-local-variables-hook | 716 | (remove-hook 'hack-local-variables-hook |
| 717 | (function flyspell-hack-local-variables-hook) t) | 717 | (function flyspell-hack-local-variables-hook) t) |
| 718 | ;; we remove all the flyspell hilightings | 718 | ;; we remove all the flyspell highlightings |
| 719 | (flyspell-delete-all-overlays) | 719 | (flyspell-delete-all-overlays) |
| 720 | ;; we have to erase pre cache variables | 720 | ;; we have to erase pre cache variables |
| 721 | (setq flyspell-pre-buffer nil) | 721 | (setq flyspell-pre-buffer nil) |