diff options
| author | Juanma Barranquero | 2011-11-14 22:00:24 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-14 22:00:24 +0100 |
| commit | 0b381c7eb83c635f39159168a48c869d632d8081 (patch) | |
| tree | 32ad79519ce958dc2dbcdcd357d37d652314edb1 /lisp/textmodes | |
| parent | 8350f087efe62e2ce0ded434534629a56cdc4e8c (diff) | |
| download | emacs-0b381c7eb83c635f39159168a48c869d632d8081.tar.gz emacs-0b381c7eb83c635f39159168a48c869d632d8081.zip | |
Fix typos.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-global.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index d22346b518b..2ba1410d8f8 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -2284,7 +2284,7 @@ Otherwise the variable `ispell-grep-command' contains the command used to | |||
| 2284 | search for the words (usually egrep). | 2284 | search for the words (usually egrep). |
| 2285 | 2285 | ||
| 2286 | Optional second argument contains the dictionary to use; the default is | 2286 | Optional second argument contains the dictionary to use; the default is |
| 2287 | `ispell-alternate-dictionary', overriden by `ispell-complete-word-dict' | 2287 | `ispell-alternate-dictionary', overridden by `ispell-complete-word-dict' |
| 2288 | if defined." | 2288 | if defined." |
| 2289 | ;; We don't use the filter for this function, rather the result is written | 2289 | ;; We don't use the filter for this function, rather the result is written |
| 2290 | ;; into a buffer. Hence there is no need to save the filter values. | 2290 | ;; into a buffer. Hence there is no need to save the filter values. |
diff --git a/lisp/textmodes/reftex-global.el b/lisp/textmodes/reftex-global.el index 6a3a7bef244..b7978fb37b6 100644 --- a/lisp/textmodes/reftex-global.el +++ b/lisp/textmodes/reftex-global.el | |||
| @@ -253,7 +253,7 @@ one with the `xr' package." | |||
| 253 | 253 | ||
| 254 | (defun reftex-translate (files search-re translate-alist error-fmt test) | 254 | (defun reftex-translate (files search-re translate-alist error-fmt test) |
| 255 | ;; In FILES, look for SEARCH-RE and replace match 1 of it with | 255 | ;; In FILES, look for SEARCH-RE and replace match 1 of it with |
| 256 | ;; its association in TRANSLATE-ALSIT. | 256 | ;; its association in TRANSLATE-ALIST. |
| 257 | ;; If we do not find an association and TEST is non-nil, query | 257 | ;; If we do not find an association and TEST is non-nil, query |
| 258 | ;; to ignore the problematic string. | 258 | ;; to ignore the problematic string. |
| 259 | ;; If TEST is nil, it is ignored without query. | 259 | ;; If TEST is nil, it is ignored without query. |
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 871701b7303..fa958632799 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -1558,7 +1558,7 @@ LCON is the lexical context, if any." | |||
| 1558 | 1558 | ||
| 1559 | (defun sgml-guess-indent () | 1559 | (defun sgml-guess-indent () |
| 1560 | "Guess an appropriate value for `sgml-basic-offset'. | 1560 | "Guess an appropriate value for `sgml-basic-offset'. |
| 1561 | Base the guessed identation level on the first indented tag in the buffer. | 1561 | Base the guessed indentation level on the first indented tag in the buffer. |
| 1562 | Add this to `sgml-mode-hook' for convenience." | 1562 | Add this to `sgml-mode-hook' for convenience." |
| 1563 | (interactive) | 1563 | (interactive) |
| 1564 | (save-excursion | 1564 | (save-excursion |