aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPaul Eggert2015-08-25 00:42:17 -0700
committerPaul Eggert2015-08-25 00:43:01 -0700
commit7f67cdb6521ad1d219ced07931ff97e4113f163f (patch)
treeab24f60e6f807e00dd87e22fef33656554ab1ccd /lisp/textmodes
parent929e3d0265b27210c02ccd26303081263183f75f (diff)
downloademacs-7f67cdb6521ad1d219ced07931ff97e4113f163f.tar.gz
emacs-7f67cdb6521ad1d219ced07931ff97e4113f163f.zip
Spelling fixes
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/ispell.el2
-rw-r--r--lisp/textmodes/tex-mode.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 76e147a6f93..dda983b52b3 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1661,7 +1661,7 @@ used as key in `ispell-local-dictionary-alist' and `ispell-dictionary-alist'.")
1661 1661
1662(defvar ispell-current-personal-dictionary nil 1662(defvar ispell-current-personal-dictionary nil
1663 "The name of the current personal dictionary, or nil for the default. 1663 "The name of the current personal dictionary, or nil for the default.
1664This is passed to the Ispella process using the `-p' switch.") 1664This is passed to the Ispell process using the `-p' switch.")
1665 1665
1666(defun ispell-decode-string (str) 1666(defun ispell-decode-string (str)
1667 "Decodes multibyte character strings. 1667 "Decodes multibyte character strings.
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 751c8012bf9..6244189f64a 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -2965,7 +2965,7 @@ There might be text before point."
2965 ("\\mu" . ?μ) 2965 ("\\mu" . ?μ)
2966 ("\\nu" . ?ν) 2966 ("\\nu" . ?ν)
2967 ("\\xi" . ?ξ) 2967 ("\\xi" . ?ξ)
2968 ;; There is no \omicron becase it looks like a latin o. 2968 ;; There is no \omicron because it looks like a latin o.
2969 ("\\pi" . ?π) 2969 ("\\pi" . ?π)
2970 ("\\rho" . ?ρ) 2970 ("\\rho" . ?ρ)
2971 ("\\sigma" . ?σ) 2971 ("\\sigma" . ?σ)