diff options
| author | Paul Eggert | 2012-10-04 22:57:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-04 22:57:24 -0700 |
| commit | 735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch) | |
| tree | 94c73a545a14f064a9e30559089769f60dfbbf34 /doc | |
| parent | be636386220e8a73b57b03572c625fa92bcf199a (diff) | |
| download | emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip | |
Spelling fixes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/display.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/commands.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/errors.texi | 4 | ||||
| -rw-r--r-- | doc/misc/ede.texi | 14 | ||||
| -rw-r--r-- | doc/misc/eieio.texi | 14 | ||||
| -rw-r--r-- | doc/misc/org.texi | 16 |
6 files changed, 26 insertions, 26 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 2313d117a90..90bfcf147c5 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -1065,7 +1065,7 @@ present. | |||
| 1065 | Type @kbd{M-x delete-trailing-whitespace} to delete all trailing | 1065 | Type @kbd{M-x delete-trailing-whitespace} to delete all trailing |
| 1066 | whitespace. This command deletes all extra spaces at the end of each | 1066 | whitespace. This command deletes all extra spaces at the end of each |
| 1067 | line in the buffer, and all empty lines at the end of the buffer; to | 1067 | line in the buffer, and all empty lines at the end of the buffer; to |
| 1068 | ignore the latter, change the varaible @code{delete-trailing-lines} to | 1068 | ignore the latter, change the variable @code{delete-trailing-lines} to |
| 1069 | @code{nil}. If the region is active, the command instead deletes | 1069 | @code{nil}. If the region is active, the command instead deletes |
| 1070 | extra spaces at the end of each line in the region. | 1070 | extra spaces at the end of each line in the region. |
| 1071 | 1071 | ||
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 93dba237013..9ffa2b74857 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -1952,7 +1952,7 @@ position such events have. | |||
| 1952 | 1952 | ||
| 1953 | @defun posnp object | 1953 | @defun posnp object |
| 1954 | This function returns non-@code{nil} if @var{object} is a mouse | 1954 | This function returns non-@code{nil} if @var{object} is a mouse |
| 1955 | oposition list, in either of the formats documented in @ref{Click | 1955 | position list, in either of the formats documented in @ref{Click |
| 1956 | Events}); and @code{nil} otherwise. | 1956 | Events}); and @code{nil} otherwise. |
| 1957 | @end defun | 1957 | @end defun |
| 1958 | 1958 | ||
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index b7b26c8708c..b28ed6e84c4 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -148,7 +148,7 @@ The message is @samp{No catch for tag}. @xref{Catch and Throw}. | |||
| 148 | @ignore | 148 | @ignore |
| 149 | @c Not actually used for anything? Probably definition should be removed. | 149 | @c Not actually used for anything? Probably definition should be removed. |
| 150 | @item protected-field | 150 | @item protected-field |
| 151 | The message is @samp{Attempt to modify a protected fiel. | 151 | The message is @samp{Attempt to modify a protected file}. |
| 152 | @end ignore | 152 | @end ignore |
| 153 | 153 | ||
| 154 | @item scan-error | 154 | @item scan-error |
| @@ -205,7 +205,7 @@ of @code{domain-error}. | |||
| 205 | The message is @code{Arithmetic range error}. | 205 | The message is @code{Arithmetic range error}. |
| 206 | 206 | ||
| 207 | @item singularity-error | 207 | @item singularity-error |
| 208 | The mssage is @samp{Arithmetic singularity error}. This is a | 208 | The message is @samp{Arithmetic singularity error}. This is a |
| 209 | subcategory of @code{domain-error}. | 209 | subcategory of @code{domain-error}. |
| 210 | 210 | ||
| 211 | @item underflow-error | 211 | @item underflow-error |
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index b0e149b09b6..046cdc99414 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -302,7 +302,7 @@ that file to your target. | |||
| 302 | . a myprogram RET | 302 | . a myprogram RET |
| 303 | @end example | 303 | @end example |
| 304 | 304 | ||
| 305 | Note that these promps often have completion, so you can just press | 305 | Note that these prompts often have completion, so you can just press |
| 306 | @kbd{TAB} to complete the name @file{myprogram}. | 306 | @kbd{TAB} to complete the name @file{myprogram}. |
| 307 | 307 | ||
| 308 | If you had many files to add to the same target, you could mark them | 308 | If you had many files to add to the same target, you could mark them |
| @@ -785,7 +785,7 @@ also supports several debugging tools via @file{android.el}. | |||
| 785 | An arduino project of type @samp{ede-arduino-project} will read your | 785 | An arduino project of type @samp{ede-arduino-project} will read your |
| 786 | @file{~/.arduino/preferences.txt} file, and identify your sketches. | 786 | @file{~/.arduino/preferences.txt} file, and identify your sketches. |
| 787 | You will still need the Arduino IDE to set up your preferences and | 787 | You will still need the Arduino IDE to set up your preferences and |
| 788 | locate your arduino. After quiting the IDE, Emacs will be able to | 788 | locate your arduino. After quitting the IDE, Emacs will be able to |
| 789 | find your sketches, compile them, and upload them to your arduino. | 789 | find your sketches, compile them, and upload them to your arduino. |
| 790 | 790 | ||
| 791 | If you have the @file{arduino} command on your path, @ede{} will be | 791 | If you have the @file{arduino} command on your path, @ede{} will be |
| @@ -1169,14 +1169,14 @@ Some example project types are: | |||
| 1169 | 1169 | ||
| 1170 | @table @code | 1170 | @table @code |
| 1171 | @item project-am | 1171 | @item project-am |
| 1172 | Autmake project which reads existing Automake files. | 1172 | Automake project which reads existing Automake files. |
| 1173 | @item ede-proj-project | 1173 | @item ede-proj-project |
| 1174 | This project type will create @file{Makefiles}, | 1174 | This project type will create @file{Makefiles}, |
| 1175 | or @file{Makefile.am} files to compile your project. | 1175 | or @file{Makefile.am} files to compile your project. |
| 1176 | @item ede-linux | 1176 | @item ede-linux |
| 1177 | This project type will detect linux source trees. | 1177 | This project type will detect linux source trees. |
| 1178 | @item ede-emacs | 1178 | @item ede-emacs |
| 1179 | This proejct will detect an Emacs source tree. | 1179 | This project will detect an Emacs source tree. |
| 1180 | @end table | 1180 | @end table |
| 1181 | 1181 | ||
| 1182 | There are several other project types as well. | 1182 | There are several other project types as well. |
| @@ -1291,7 +1291,7 @@ it finds the top of the project. It does this by calling | |||
| 1291 | @code{ede-toplevel-project}. If this hasn't already been discovered, | 1291 | @code{ede-toplevel-project}. If this hasn't already been discovered, |
| 1292 | the directories as scanned upward one at a time until a directory with | 1292 | the directories as scanned upward one at a time until a directory with |
| 1293 | no project is found. The last found project becomes the project | 1293 | no project is found. The last found project becomes the project |
| 1294 | root. If the ofund instance of @code{ede-project-autoload} has a | 1294 | root. If the found instance of @code{ede-project-autoload} has a |
| 1295 | valid @code{proj-root} slot value, then that function is called instead | 1295 | valid @code{proj-root} slot value, then that function is called instead |
| 1296 | of scanning the project by hand. Some project types have a short-cut | 1296 | of scanning the project by hand. Some project types have a short-cut |
| 1297 | for determining the root of a project, so this comes in handy. | 1297 | for determining the root of a project, so this comes in handy. |
| @@ -3331,7 +3331,7 @@ Bonus: Return a cons cell: (COMPILED . UPTODATE). | |||
| 3331 | @end deffn | 3331 | @end deffn |
| 3332 | 3332 | ||
| 3333 | @deffn Method ede-proj-flush-autoconf :AFTER this | 3333 | @deffn Method ede-proj-flush-autoconf :AFTER this |
| 3334 | Flush the configure file (current buffer) to accomodate @var{THIS}. | 3334 | Flush the configure file (current buffer) to accommodate @var{THIS}. |
| 3335 | @end deffn | 3335 | @end deffn |
| 3336 | 3336 | ||
| 3337 | @deffn Method ede-buffer-mine :AFTER this buffer | 3337 | @deffn Method ede-buffer-mine :AFTER this buffer |
| @@ -3920,7 +3920,7 @@ Return the default macro to 'edit' for this object type. | |||
| 3920 | @end deffn | 3920 | @end deffn |
| 3921 | 3921 | ||
| 3922 | @deffn Method project-compile-target-command :AFTER this | 3922 | @deffn Method project-compile-target-command :AFTER this |
| 3923 | Default target t- use when compling a texinfo file. | 3923 | Default target to use when compiling a texinfo file. |
| 3924 | @end deffn | 3924 | @end deffn |
| 3925 | 3925 | ||
| 3926 | @deffn Method ede-documentation :AFTER this | 3926 | @deffn Method ede-documentation :AFTER this |
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi index 9f3625e180f..6b3a87f19fc 100644 --- a/doc/misc/eieio.texi +++ b/doc/misc/eieio.texi | |||
| @@ -595,7 +595,7 @@ This is the default. | |||
| 595 | @item :depth-first | 595 | @item :depth-first |
| 596 | Search for methods in the class hierarchy in a depth first order. | 596 | Search for methods in the class hierarchy in a depth first order. |
| 597 | @item :c3 | 597 | @item :c3 |
| 598 | Searches for methods in in a learnarized way that most closely matches | 598 | Searches for methods in in a linearized way that most closely matches |
| 599 | what CLOS does when a monotonic class structure is defined. | 599 | what CLOS does when a monotonic class structure is defined. |
| 600 | @end table | 600 | @end table |
| 601 | 601 | ||
| @@ -1010,7 +1010,7 @@ This is the default. | |||
| 1010 | @item :depth-first | 1010 | @item :depth-first |
| 1011 | Search for methods in the class hierarchy in a depth first order. | 1011 | Search for methods in the class hierarchy in a depth first order. |
| 1012 | @item :c3 | 1012 | @item :c3 |
| 1013 | Searches for methods in in a learnarized way that most closely matches | 1013 | Searches for methods in in a linearized way that most closely matches |
| 1014 | what CLOS does when CLOS when a monotonic class structure is defined. | 1014 | what CLOS does when CLOS when a monotonic class structure is defined. |
| 1015 | 1015 | ||
| 1016 | This is derived from the Dylan language documents by | 1016 | This is derived from the Dylan language documents by |
| @@ -1408,8 +1408,8 @@ provided. | |||
| 1408 | Read a persistent object from @var{filename}, and return it. | 1408 | Read a persistent object from @var{filename}, and return it. |
| 1409 | Signal an error if the object in @var{FILENAME} is not a constructor | 1409 | Signal an error if the object in @var{FILENAME} is not a constructor |
| 1410 | for @var{CLASS}. Optional @var{allow-subclass} says that it is ok for | 1410 | for @var{CLASS}. Optional @var{allow-subclass} says that it is ok for |
| 1411 | @code{eieio-peristent-read} to load in subclasses of class instead of | 1411 | @code{eieio-persistent-read} to load in subclasses of class instead of |
| 1412 | being pendantic." | 1412 | being pedantic. |
| 1413 | @end defun | 1413 | @end defun |
| 1414 | 1414 | ||
| 1415 | @node eieio-named | 1415 | @node eieio-named |
| @@ -1564,9 +1564,9 @@ texinfo format by using the tools in the file @file{eieio-doc.el} | |||
| 1564 | 1564 | ||
| 1565 | @deffn Command eieiodoc-class class indexstring &optional skiplist | 1565 | @deffn Command eieiodoc-class class indexstring &optional skiplist |
| 1566 | 1566 | ||
| 1567 | This will start at the current point, and created an indented menu of | 1567 | This will start at the current point, and create an indented menu of |
| 1568 | all the child classes of, and including @var{class}, but skipping any | 1568 | all the child classes of, and including @var{class}, but skipping any |
| 1569 | classes that might be in @var{skiplist} It will then create nodes for | 1569 | classes that might be in @var{skiplist}. It will then create nodes for |
| 1570 | all these classes, subsection headings, and indexes. | 1570 | all these classes, subsection headings, and indexes. |
| 1571 | 1571 | ||
| 1572 | Each class will be indexed using the texinfo labeled index | 1572 | Each class will be indexed using the texinfo labeled index |
| @@ -1585,7 +1585,7 @@ where @var{indexstring} is replaced with the two letter code. | |||
| 1585 | Next, an inheritance tree will be created listing all parents of that | 1585 | Next, an inheritance tree will be created listing all parents of that |
| 1586 | section's class. | 1586 | section's class. |
| 1587 | 1587 | ||
| 1588 | Then,all the slots will be expanded in tables, and described | 1588 | Then, all the slots will be expanded in tables, and described |
| 1589 | using the documentation strings from the code. Default values will also | 1589 | using the documentation strings from the code. Default values will also |
| 1590 | be displayed. Only those slots with @code{:initarg} specified will be | 1590 | be displayed. Only those slots with @code{:initarg} specified will be |
| 1591 | expanded, others will be hidden. If a slot is inherited from a parent, | 1591 | expanded, others will be hidden. If a slot is inherited from a parent, |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 227af8faf10..89c99018460 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -947,7 +947,7 @@ description on Worg}. | |||
| 947 | Installing Info files is system dependent, because of differences in the | 947 | Installing Info files is system dependent, because of differences in the |
| 948 | @file{install-info} program. The Info documentation is installed together | 948 | @file{install-info} program. The Info documentation is installed together |
| 949 | with the rest of Org mode. If you don't install Org mode, it is possible to | 949 | with the rest of Org mode. If you don't install Org mode, it is possible to |
| 950 | install the Info documentation seperately (you need to have | 950 | install the Info documentation separately (you need to have |
| 951 | install-info@footnote{The output from install-info (if any) is system | 951 | install-info@footnote{The output from install-info (if any) is system |
| 952 | dependent. In particular Debian and its derivatives use two different | 952 | dependent. In particular Debian and its derivatives use two different |
| 953 | versions of install-info and you may see the message: | 953 | versions of install-info and you may see the message: |
| @@ -2671,13 +2671,13 @@ durations computations @ref{Durations and time values}. | |||
| 2671 | @cindex Lisp forms, as table formulas | 2671 | @cindex Lisp forms, as table formulas |
| 2672 | 2672 | ||
| 2673 | It is also possible to write a formula in Emacs Lisp. This can be useful | 2673 | It is also possible to write a formula in Emacs Lisp. This can be useful |
| 2674 | for string manipulation and control structures, if Calc's functionality is | 2674 | for string manipulation and control structures, if Calc's functionality is |
| 2675 | not enough. | 2675 | not enough. |
| 2676 | 2676 | ||
| 2677 | If a formula starts with a single-quote followed by an opening parenthesis, | 2677 | If a formula starts with a single-quote followed by an opening parenthesis, |
| 2678 | then it is evaluated as a Lisp form. The evaluation should return either a | 2678 | then it is evaluated as a Lisp form. The evaluation should return either a |
| 2679 | string or a number. Just as with @file{calc} formulas, you can specify modes | 2679 | string or a number. Just as with @file{calc} formulas, you can specify modes |
| 2680 | and a printf format after a semicolon. | 2680 | and a printf format after a semicolon. |
| 2681 | 2681 | ||
| 2682 | With Emacs Lisp forms, you need to be conscious about the way field | 2682 | With Emacs Lisp forms, you need to be conscious about the way field |
| 2683 | references are interpolated into the form. By default, a reference will be | 2683 | references are interpolated into the form. By default, a reference will be |
| @@ -6114,7 +6114,7 @@ is only necessary if you edit the timestamps directly. If you change | |||
| 6114 | them with @kbd{S-@key{cursor}} keys, the update is automatic. | 6114 | them with @kbd{S-@key{cursor}} keys, the update is automatic. |
| 6115 | @orgcmd{C-S-@key{up/down},org-clock-timestamps-up/down} | 6115 | @orgcmd{C-S-@key{up/down},org-clock-timestamps-up/down} |
| 6116 | On @code{CLOCK} log lines, increase/decrease both timestamps so that the | 6116 | On @code{CLOCK} log lines, increase/decrease both timestamps so that the |
| 6117 | clock duration keeps the same. | 6117 | clock duration keeps the same. |
| 6118 | @orgcmd{S-M-@key{up/down},org-timestamp-up/down} | 6118 | @orgcmd{S-M-@key{up/down},org-timestamp-up/down} |
| 6119 | On @code{CLOCK} log lines, increase/decrease the timestamp at point and | 6119 | On @code{CLOCK} log lines, increase/decrease the timestamp at point and |
| 6120 | the one of the previous (or the next clock) timestamp by the same duration. | 6120 | the one of the previous (or the next clock) timestamp by the same duration. |
| @@ -16556,7 +16556,7 @@ rely on outline paths, in the hope that these will be unique enough.}. | |||
| 16556 | Finally, Org writes the file @file{index.org}, containing links to all other | 16556 | Finally, Org writes the file @file{index.org}, containing links to all other |
| 16557 | files. @i{MobileOrg} first reads this file from the server, and then | 16557 | files. @i{MobileOrg} first reads this file from the server, and then |
| 16558 | downloads all agendas and Org files listed in it. To speed up the download, | 16558 | downloads all agendas and Org files listed in it. To speed up the download, |
| 16559 | MobileOrg will only read files whose checksums@footnote{Checksums are stored | 16559 | MobileOrg will only read files whose checksums@footnote{Checksums are stored |
| 16560 | automatically in the file @file{checksums.dat}} have changed. | 16560 | automatically in the file @file{checksums.dat}} have changed. |
| 16561 | 16561 | ||
| 16562 | @node Pulling from MobileOrg, , Pushing to MobileOrg, MobileOrg | 16562 | @node Pulling from MobileOrg, , Pushing to MobileOrg, MobileOrg |
| @@ -16704,7 +16704,7 @@ on @file{org-element.el} and @file{org-export.el} has been outstanding, and | |||
| 16704 | opened the doors for many new ideas and features. | 16704 | opened the doors for many new ideas and features. |
| 16705 | 16705 | ||
| 16706 | @item Jambunathan K | 16706 | @item Jambunathan K |
| 16707 | Jambunathan contributed the ODT exporter, definitly a killer feature of | 16707 | Jambunathan contributed the ODT exporter, definitely a killer feature of |
| 16708 | Org mode. He also contributed the new HTML exporter, which is another core | 16708 | Org mode. He also contributed the new HTML exporter, which is another core |
| 16709 | feature of Org. Here too, I knew I could rely on him to fix bugs in these | 16709 | feature of Org. Here too, I knew I could rely on him to fix bugs in these |
| 16710 | areas and to patiently explain the users what was the problems and solutions. | 16710 | areas and to patiently explain the users what was the problems and solutions. |
| @@ -16712,7 +16712,7 @@ areas and to patiently explain the users what was the problems and solutions. | |||
| 16712 | @item Achim Gratz | 16712 | @item Achim Gratz |
| 16713 | Achim rewrote the building process of Org, turning some @emph{ad hoc} tools | 16713 | Achim rewrote the building process of Org, turning some @emph{ad hoc} tools |
| 16714 | into a flexible and conceptually clean process. He patiently coped with the | 16714 | into a flexible and conceptually clean process. He patiently coped with the |
| 16715 | many hicups that such a change can create for users. | 16715 | many hiccups that such a change can create for users. |
| 16716 | 16716 | ||
| 16717 | @item Nick Dokos | 16717 | @item Nick Dokos |
| 16718 | The Org mode mailing list would not be such a nice place without Nick, who | 16718 | The Org mode mailing list would not be such a nice place without Nick, who |