diff options
| author | Paul Eggert | 2016-01-30 11:43:26 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-30 11:43:26 -0800 |
| commit | cb4e054e41cdb7e398351a5ae8224759e721349e (patch) | |
| tree | ae2bec4f10425bd61e2a90563edc178d382bb4b8 /lisp/textmodes | |
| parent | e6d575316a42946aac6d83c9587f09afd1a59d98 (diff) | |
| parent | 60902756b0d794b16b9c1c67c4c40a3ac04d1c1b (diff) | |
| download | emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.tar.gz emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.zip | |
-
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/flyspell.el | 3 | ||||
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 20316794c5d..3b1a805f51b 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -393,6 +393,9 @@ like <img alt=\"Some thing.\">." | |||
| 393 | (let ((f (get-text-property (- (point) 1) 'face))) | 393 | (let ((f (get-text-property (- (point) 1) 'face))) |
| 394 | (memq f flyspell-prog-text-faces))) | 394 | (memq f flyspell-prog-text-faces))) |
| 395 | 395 | ||
| 396 | ;; Records the binding of M-TAB in effect before flyspell was activated. | ||
| 397 | (defvar flyspell--prev-meta-tab-binding) | ||
| 398 | |||
| 396 | ;;;###autoload | 399 | ;;;###autoload |
| 397 | (defun flyspell-prog-mode () | 400 | (defun flyspell-prog-mode () |
| 398 | "Turn on `flyspell-mode' for comments and strings." | 401 | "Turn on `flyspell-mode' for comments and strings." |
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 97e64c906c8..db03a3244a4 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1979,7 +1979,7 @@ and pass it the output of the last Ispell invocation." | |||
| 1979 | 1979 | ||
| 1980 | (defun ispell-send-replacement (misspelled replacement) | 1980 | (defun ispell-send-replacement (misspelled replacement) |
| 1981 | "Notify Aspell that MISSPELLED should be spelled REPLACEMENT. | 1981 | "Notify Aspell that MISSPELLED should be spelled REPLACEMENT. |
| 1982 | This allows to improve the suggestion list based on actual misspellings." | 1982 | This allows improving the suggestion list based on actual misspellings." |
| 1983 | (and ispell-really-aspell | 1983 | (and ispell-really-aspell |
| 1984 | (ispell-send-string (concat "$$ra " misspelled "," replacement "\n")))) | 1984 | (ispell-send-string (concat "$$ra " misspelled "," replacement "\n")))) |
| 1985 | 1985 | ||
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index c725d9f450e..d1a6b87da2e 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el | |||
| @@ -1905,7 +1905,7 @@ instead or as well. The variable may have one of these values: | |||
| 1905 | mouse Highlighting is mouse driven. | 1905 | mouse Highlighting is mouse driven. |
| 1906 | both Both cursor and mouse trigger highlighting. | 1906 | both Both cursor and mouse trigger highlighting. |
| 1907 | 1907 | ||
| 1908 | Changing this variable requires to rebuild the selection and *toc* buffers | 1908 | Changing this variable requires rebuilding the selection and *toc* buffers |
| 1909 | to become effective (keys `g' or `r')." | 1909 | to become effective (keys `g' or `r')." |
| 1910 | :group 'reftex-fontification-configurations | 1910 | :group 'reftex-fontification-configurations |
| 1911 | :type '(choice | 1911 | :type '(choice |