diff options
| author | Paul Eggert | 2011-12-29 18:52:49 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-29 18:52:49 -0800 |
| commit | 9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch) | |
| tree | 74e717ced1fa94d505e3ace360f3c9280bd9b2fa /lisp/textmodes | |
| parent | 2cae5ba432fc30042950c073b7ec7807bb98bcde (diff) | |
| download | emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/bibtex.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/rst.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 8df2e81c723..16b83802d1f 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -5140,7 +5140,7 @@ Return the URL or nil if none can be generated." | |||
| 5140 | (message "No URL known.")) | 5140 | (message "No URL known.")) |
| 5141 | url))) | 5141 | url))) |
| 5142 | 5142 | ||
| 5143 | ;; We could combine multiple seach results with set operations | 5143 | ;; We could combine multiple search results with set operations |
| 5144 | ;; AND, OR, MINUS, and NOT. Would this be useful? | 5144 | ;; AND, OR, MINUS, and NOT. Would this be useful? |
| 5145 | ;; How complicated are searches in real life? | 5145 | ;; How complicated are searches in real life? |
| 5146 | ;; We could also have other searches such as "publication year newer than...". | 5146 | ;; We could also have other searches such as "publication year newer than...". |
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 1b503c78afd..bca07324d19 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el | |||
| @@ -1750,7 +1750,7 @@ The option is ignored when `reftex-use-fonts' is nil." | |||
| 1750 | (defcustom reftex-highlight-selection 'cursor | 1750 | (defcustom reftex-highlight-selection 'cursor |
| 1751 | "*Non-nil mean, highlight selected text in selection and *toc* buffers. | 1751 | "*Non-nil mean, highlight selected text in selection and *toc* buffers. |
| 1752 | Normally, the text near the cursor is the selected text, and it is | 1752 | Normally, the text near the cursor is the selected text, and it is |
| 1753 | highlighted. This is the entry most keys in the selction and *toc* | 1753 | highlighted. This is the entry most keys in the selection and *toc* |
| 1754 | buffers act on. However, if you mainly use the mouse to select an | 1754 | buffers act on. However, if you mainly use the mouse to select an |
| 1755 | item, you may find it nice to have mouse-triggered highlighting | 1755 | item, you may find it nice to have mouse-triggered highlighting |
| 1756 | instead or as well. The variable may have one of these values: | 1756 | instead or as well. The variable may have one of these values: |
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index f2dba1575c2..88983e7c98a 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -2348,7 +2348,7 @@ of (COLUMN-NUMBER . LINE) pairs." | |||
| 2348 | )) | 2348 | )) |
| 2349 | 2349 | ||
| 2350 | (defun rst-shift-region-right (pfxarg) | 2350 | (defun rst-shift-region-right (pfxarg) |
| 2351 | "Indent region ridigly, by a few characters to the right. | 2351 | "Indent region rigidly, by a few characters to the right. |
| 2352 | This function first computes all possible alignment columns by | 2352 | This function first computes all possible alignment columns by |
| 2353 | inspecting the lines preceding the region for bulleted or | 2353 | inspecting the lines preceding the region for bulleted or |
| 2354 | enumerated list items. If the leftmost column is beyond the | 2354 | enumerated list items. If the leftmost column is beyond the |