diff options
| author | Paul Eggert | 2013-08-15 22:15:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-15 22:15:51 -0700 |
| commit | 526e5233cc0e2375798bdc79329a893302fdfb4b (patch) | |
| tree | a4c1d95440225335cd6864a23e6fa1f6c5d6b28b /doc/misc | |
| parent | c8068af56770f8b0be93218e76dd17ea508f3365 (diff) | |
| download | emacs-526e5233cc0e2375798bdc79329a893302fdfb4b.tar.gz emacs-526e5233cc0e2375798bdc79329a893302fdfb4b.zip | |
Spelling fixes.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/eieio.texi | 2 | ||||
| -rw-r--r-- | doc/misc/todo-mode.texi | 22 |
2 files changed, 12 insertions, 12 deletions
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi index c8e8fb6d2e2..e199417aa9d 100644 --- a/doc/misc/eieio.texi +++ b/doc/misc/eieio.texi | |||
| @@ -256,7 +256,7 @@ concepts. Therefore, it is highly recommended to learn these from a | |||
| 256 | textbook or tutorial first, especially if you only know OOP from | 256 | textbook or tutorial first, especially if you only know OOP from |
| 257 | languages like C++ or Java. If on the other hand you are already | 257 | languages like C++ or Java. If on the other hand you are already |
| 258 | familiar with CLOS, you should be aware that @eieio{} does not implement | 258 | familiar with CLOS, you should be aware that @eieio{} does not implement |
| 259 | the full CLOS specificiation and also differs in some other aspects | 259 | the full CLOS specification and also differs in some other aspects |
| 260 | (@xref{Introduction}, and @ref{CLOS compatibility}). | 260 | (@xref{Introduction}, and @ref{CLOS compatibility}). |
| 261 | 261 | ||
| 262 | A @dfn{class} is a definition for organizing data and methods | 262 | A @dfn{class} is a definition for organizing data and methods |
diff --git a/doc/misc/todo-mode.texi b/doc/misc/todo-mode.texi index 27ec68cdf05..a622298ba12 100644 --- a/doc/misc/todo-mode.texi +++ b/doc/misc/todo-mode.texi | |||
| @@ -433,7 +433,7 @@ visiting any of these files, the command also rename them accordingly. | |||
| 433 | 433 | ||
| 434 | @item F k | 434 | @item F k |
| 435 | Delete the current todo file (@code{todo-delete-file}).@footnote{The key | 435 | Delete the current todo file (@code{todo-delete-file}).@footnote{The key |
| 436 | binding of this command is mnenomic for ``kill'' to parallel the binding | 436 | binding of this command is mnemonic for ``kill'' to parallel the binding |
| 437 | @kbd{k} for item deletion, since @kbd{d} is bound to another item | 437 | @kbd{k} for item deletion, since @kbd{d} is bound to another item |
| 438 | editing command (@pxref{Done Items}).} If the todo file has an archive | 438 | editing command (@pxref{Done Items}).} If the todo file has an archive |
| 439 | (@pxref{Todo Archive Mode}), prompt whether to delete that as well. | 439 | (@pxref{Todo Archive Mode}), prompt whether to delete that as well. |
| @@ -496,7 +496,7 @@ and adds the category. | |||
| 496 | 496 | ||
| 497 | @item C k | 497 | @item C k |
| 498 | Delete the current category (@code{todo-delete-category}).@footnote{This | 498 | Delete the current category (@code{todo-delete-category}).@footnote{This |
| 499 | binding is mnenomic for ``kill'' to parallel the binding @kbd{k} for | 499 | binding is mnemonic for ``kill'' to parallel the binding @kbd{k} for |
| 500 | item deletion, since @kbd{d} is bound to another item editing command | 500 | item deletion, since @kbd{d} is bound to another item editing command |
| 501 | (@pxref{Done Items}).} To delete a category that contains items, you | 501 | (@pxref{Done Items}).} To delete a category that contains items, you |
| 502 | have to confirm your intent; if the category is empty, deletion is | 502 | have to confirm your intent; if the category is empty, deletion is |
| @@ -595,7 +595,7 @@ concerning the item header, and one each concerning its priority and its | |||
| 595 | text. Each unique combination of these parameters produces a different | 595 | text. Each unique combination of these parameters produces a different |
| 596 | insertion command. The command @kbd{i i} realizes one of these | 596 | insertion command. The command @kbd{i i} realizes one of these |
| 597 | combinations. For the commands that realize the remaining combinations | 597 | combinations. For the commands that realize the remaining combinations |
| 598 | it is convenient to associate each parameter with a mnenomically chosen | 598 | it is convenient to associate each parameter with a mnemonically chosen |
| 599 | key. Then by typing certain sequences of these keys, you complete the | 599 | key. Then by typing certain sequences of these keys, you complete the |
| 600 | insertion command invocation that realizes the specified combination. | 600 | insertion command invocation that realizes the specified combination. |
| 601 | As with @kbd{i i}, the effect of many of these commands also depends on | 601 | As with @kbd{i i}, the effect of many of these commands also depends on |
| @@ -610,7 +610,7 @@ occur in a category listing): | |||
| 610 | @enumerate | 610 | @enumerate |
| 611 | 611 | ||
| 612 | @item | 612 | @item |
| 613 | @kbd{y} for diary (non)inclusion; | 613 | @kbd{y} for diary (non)inclusion; |
| 614 | @item | 614 | @item |
| 615 | @kbd{k} for adding or omitting `diary-nonmarking-symbol'; | 615 | @kbd{k} for adding or omitting `diary-nonmarking-symbol'; |
| 616 | @item | 616 | @item |
| @@ -882,7 +882,7 @@ You delete an item, thereby permanently removing it: | |||
| 882 | 882 | ||
| 883 | @item k | 883 | @item k |
| 884 | Delete the todo item at point (@code{todo-delete-item}; the binding is | 884 | Delete the todo item at point (@code{todo-delete-item}; the binding is |
| 885 | mnenomic for ``kill'', since @kbd{d} is used for marking items as done | 885 | mnemonic for ``kill'', since @kbd{d} is used for marking items as done |
| 886 | (@pxref{Done Items}); but note that @kbd{k} does not put the item into | 886 | (@pxref{Done Items}); but note that @kbd{k} does not put the item into |
| 887 | the kill ring). This command requires confirmation that you want to | 887 | the kill ring). This command requires confirmation that you want to |
| 888 | delete the item, since you cannot undo the deletion in Todo mode. (You | 888 | delete the item, since you cannot undo the deletion in Todo mode. (You |
| @@ -1170,7 +1170,7 @@ listed consecutively en bloc. | |||
| 1170 | 1170 | ||
| 1171 | You can mark both todo and done items, but note that only @kbd{m} can apply | 1171 | You can mark both todo and done items, but note that only @kbd{m} can apply |
| 1172 | to both; other commands only affect either marked todo or marked done | 1172 | to both; other commands only affect either marked todo or marked done |
| 1173 | items, so if both types of items are marked, invoking these commmands | 1173 | items, so if both types of items are marked, invoking these commands |
| 1174 | has no effect and informs you of your erroneous attempt. | 1174 | has no effect and informs you of your erroneous attempt. |
| 1175 | 1175 | ||
| 1176 | @node Todo Categories Mode, Searching for Items, Marked Items, Top | 1176 | @node Todo Categories Mode, Searching for Items, Marked Items, Top |
| @@ -1214,7 +1214,7 @@ to visit another todo file). To do this customize the option | |||
| 1214 | @node Table of Item Counts, Reordering Categories, , Todo Categories Mode | 1214 | @node Table of Item Counts, Reordering Categories, , Todo Categories Mode |
| 1215 | @section Table of Item Counts | 1215 | @section Table of Item Counts |
| 1216 | 1216 | ||
| 1217 | Above each column of the table is a labelled button you can press by | 1217 | Above each column of the table is a labeled button you can press by |
| 1218 | clicking with the mouse or by typing @key{RET} on it. Pressing an item | 1218 | clicking with the mouse or by typing @key{RET} on it. Pressing an item |
| 1219 | count button sorts the table alternately in ascending or descending | 1219 | count button sorts the table alternately in ascending or descending |
| 1220 | order according to the type of count. Pressing the category button | 1220 | order according to the type of count. Pressing the category button |
| @@ -1375,7 +1375,7 @@ filter come in pairs, one for filtering just the current todo file and | |||
| 1375 | one for filtering a user-specified list of todo files. Thus, there | 1375 | one for filtering a user-specified list of todo files. Thus, there |
| 1376 | are six item filtering commands:@footnote{The use of @kbd{F} in the key | 1376 | are six item filtering commands:@footnote{The use of @kbd{F} in the key |
| 1377 | sequences of these commands naturally recalls ``filter'', but is also | 1377 | sequences of these commands naturally recalls ``filter'', but is also |
| 1378 | consistent with the Todo mode mnenomic key binding convention, since the | 1378 | consistent with the Todo mode mnemonic key binding convention, since the |
| 1379 | commands involve one or more whole files.} | 1379 | commands involve one or more whole files.} |
| 1380 | 1380 | ||
| 1381 | @itemize @bullet | 1381 | @itemize @bullet |
| @@ -1533,7 +1533,7 @@ completion (@code{todo-find-filtered-items-file}). | |||
| 1533 | @end table | 1533 | @end table |
| 1534 | 1534 | ||
| 1535 | @itemize @bullet | 1535 | @itemize @bullet |
| 1536 | @item | 1536 | @item |
| 1537 | As with tables of categories, by customizing @code{todo-show-first} you | 1537 | As with tables of categories, by customizing @code{todo-show-first} you |
| 1538 | can have the first invocation of @code{todo-show} for a given todo file | 1538 | can have the first invocation of @code{todo-show} for a given todo file |
| 1539 | display the corresponding saved file of filtered items. If there is | 1539 | display the corresponding saved file of filtered items. If there is |
| @@ -1548,7 +1548,7 @@ Filtered Items mode. It deletes the current filtered items file. | |||
| 1548 | @node Todo Display Features, Printing Todo Buffers, Todo Filtered Items Mode, Top | 1548 | @node Todo Display Features, Printing Todo Buffers, Todo Filtered Items Mode, Top |
| 1549 | @chapter Todo Display Features | 1549 | @chapter Todo Display Features |
| 1550 | 1550 | ||
| 1551 | You can change the appearance of Todo mode buffers in a variety of ways. | 1551 | You can change the appearance of Todo mode buffers in a variety of ways. |
| 1552 | 1552 | ||
| 1553 | @menu | 1553 | @menu |
| 1554 | * Faces:: | 1554 | * Faces:: |
| @@ -1567,7 +1567,7 @@ the date and time of a Todo diary item (i.e., an item lacking | |||
| 1567 | @code{todo-nondiary-marker}) is earlier than the current date and time, | 1567 | @code{todo-nondiary-marker}) is earlier than the current date and time, |
| 1568 | they are displayed in a different face. In this way, you can readily | 1568 | they are displayed in a different face. In this way, you can readily |
| 1569 | recognize diary items that have ``expired'' and act accordingly (e.g., | 1569 | recognize diary items that have ``expired'' and act accordingly (e.g., |
| 1570 | by tagging them as done or by updating the deadlines). | 1570 | by tagging them as done or by updating the deadlines). |
| 1571 | 1571 | ||
| 1572 | Another example of an informational face is the face used to distinguish | 1572 | Another example of an informational face is the face used to distinguish |
| 1573 | top priority items. A third case is the face used in Todo Categories | 1573 | top priority items. A third case is the face used in Todo Categories |