aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2012-10-04 22:57:24 -0700
committerPaul Eggert2012-10-04 22:57:24 -0700
commit735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch)
tree94c73a545a14f064a9e30559089769f60dfbbf34 /doc
parentbe636386220e8a73b57b03572c625fa92bcf199a (diff)
downloademacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz
emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip
Spelling fixes.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/display.texi2
-rw-r--r--doc/lispref/commands.texi2
-rw-r--r--doc/lispref/errors.texi4
-rw-r--r--doc/misc/ede.texi14
-rw-r--r--doc/misc/eieio.texi14
-rw-r--r--doc/misc/org.texi16
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
1066whitespace. This command deletes all extra spaces at the end of each 1066whitespace. This command deletes all extra spaces at the end of each
1067line in the buffer, and all empty lines at the end of the buffer; to 1067line in the buffer, and all empty lines at the end of the buffer; to
1068ignore the latter, change the varaible @code{delete-trailing-lines} to 1068ignore 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
1070extra spaces at the end of each line in the region. 1070extra 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
1954This function returns non-@code{nil} if @var{object} is a mouse 1954This function returns non-@code{nil} if @var{object} is a mouse
1955oposition list, in either of the formats documented in @ref{Click 1955position list, in either of the formats documented in @ref{Click
1956Events}); and @code{nil} otherwise. 1956Events}); 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
151The message is @samp{Attempt to modify a protected fiel. 151The 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}.
205The message is @code{Arithmetic range error}. 205The message is @code{Arithmetic range error}.
206 206
207@item singularity-error 207@item singularity-error
208The mssage is @samp{Arithmetic singularity error}. This is a 208The message is @samp{Arithmetic singularity error}. This is a
209subcategory of @code{domain-error}. 209subcategory 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
305Note that these promps often have completion, so you can just press 305Note 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
308If you had many files to add to the same target, you could mark them 308If 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}.
785An arduino project of type @samp{ede-arduino-project} will read your 785An 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.
787You will still need the Arduino IDE to set up your preferences and 787You will still need the Arduino IDE to set up your preferences and
788locate your arduino. After quiting the IDE, Emacs will be able to 788locate your arduino. After quitting the IDE, Emacs will be able to
789find your sketches, compile them, and upload them to your arduino. 789find your sketches, compile them, and upload them to your arduino.
790 790
791If you have the @file{arduino} command on your path, @ede{} will be 791If 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
1172Autmake project which reads existing Automake files. 1172Automake project which reads existing Automake files.
1173@item ede-proj-project 1173@item ede-proj-project
1174This project type will create @file{Makefiles}, 1174This project type will create @file{Makefiles},
1175or @file{Makefile.am} files to compile your project. 1175or @file{Makefile.am} files to compile your project.
1176@item ede-linux 1176@item ede-linux
1177This project type will detect linux source trees. 1177This project type will detect linux source trees.
1178@item ede-emacs 1178@item ede-emacs
1179This proejct will detect an Emacs source tree. 1179This project will detect an Emacs source tree.
1180@end table 1180@end table
1181 1181
1182There are several other project types as well. 1182There 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,
1292the directories as scanned upward one at a time until a directory with 1292the directories as scanned upward one at a time until a directory with
1293no project is found. The last found project becomes the project 1293no project is found. The last found project becomes the project
1294root. If the ofund instance of @code{ede-project-autoload} has a 1294root. If the found instance of @code{ede-project-autoload} has a
1295valid @code{proj-root} slot value, then that function is called instead 1295valid @code{proj-root} slot value, then that function is called instead
1296of scanning the project by hand. Some project types have a short-cut 1296of scanning the project by hand. Some project types have a short-cut
1297for determining the root of a project, so this comes in handy. 1297for 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
3334Flush the configure file (current buffer) to accomodate @var{THIS}. 3334Flush 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
3923Default target t- use when compling a texinfo file. 3923Default 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
596Search for methods in the class hierarchy in a depth first order. 596Search for methods in the class hierarchy in a depth first order.
597@item :c3 597@item :c3
598Searches for methods in in a learnarized way that most closely matches 598Searches for methods in in a linearized way that most closely matches
599what CLOS does when a monotonic class structure is defined. 599what 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
1011Search for methods in the class hierarchy in a depth first order. 1011Search for methods in the class hierarchy in a depth first order.
1012@item :c3 1012@item :c3
1013Searches for methods in in a learnarized way that most closely matches 1013Searches for methods in in a linearized way that most closely matches
1014what CLOS does when CLOS when a monotonic class structure is defined. 1014what CLOS does when CLOS when a monotonic class structure is defined.
1015 1015
1016This is derived from the Dylan language documents by 1016This is derived from the Dylan language documents by
@@ -1408,8 +1408,8 @@ provided.
1408Read a persistent object from @var{filename}, and return it. 1408Read a persistent object from @var{filename}, and return it.
1409Signal an error if the object in @var{FILENAME} is not a constructor 1409Signal an error if the object in @var{FILENAME} is not a constructor
1410for @var{CLASS}. Optional @var{allow-subclass} says that it is ok for 1410for @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
1412being pendantic." 1412being 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
1567This will start at the current point, and created an indented menu of 1567This will start at the current point, and create an indented menu of
1568all the child classes of, and including @var{class}, but skipping any 1568all the child classes of, and including @var{class}, but skipping any
1569classes that might be in @var{skiplist} It will then create nodes for 1569classes that might be in @var{skiplist}. It will then create nodes for
1570all these classes, subsection headings, and indexes. 1570all these classes, subsection headings, and indexes.
1571 1571
1572Each class will be indexed using the texinfo labeled index 1572Each class will be indexed using the texinfo labeled index
@@ -1585,7 +1585,7 @@ where @var{indexstring} is replaced with the two letter code.
1585Next, an inheritance tree will be created listing all parents of that 1585Next, an inheritance tree will be created listing all parents of that
1586section's class. 1586section's class.
1587 1587
1588Then,all the slots will be expanded in tables, and described 1588Then, all the slots will be expanded in tables, and described
1589using the documentation strings from the code. Default values will also 1589using the documentation strings from the code. Default values will also
1590be displayed. Only those slots with @code{:initarg} specified will be 1590be displayed. Only those slots with @code{:initarg} specified will be
1591expanded, others will be hidden. If a slot is inherited from a parent, 1591expanded, 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}.
947Installing Info files is system dependent, because of differences in the 947Installing 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
949with the rest of Org mode. If you don't install Org mode, it is possible to 949with the rest of Org mode. If you don't install Org mode, it is possible to
950install the Info documentation seperately (you need to have 950install the Info documentation separately (you need to have
951install-info@footnote{The output from install-info (if any) is system 951install-info@footnote{The output from install-info (if any) is system
952dependent. In particular Debian and its derivatives use two different 952dependent. In particular Debian and its derivatives use two different
953versions of install-info and you may see the message: 953versions 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
2673It is also possible to write a formula in Emacs Lisp. This can be useful 2673It is also possible to write a formula in Emacs Lisp. This can be useful
2674for string manipulation and control structures, if Calc's functionality is 2674for string manipulation and control structures, if Calc's functionality is
2675not enough. 2675not enough.
2676 2676
2677If a formula starts with a single-quote followed by an opening parenthesis, 2677If a formula starts with a single-quote followed by an opening parenthesis,
2678then it is evaluated as a Lisp form. The evaluation should return either a 2678then it is evaluated as a Lisp form. The evaluation should return either a
2679string or a number. Just as with @file{calc} formulas, you can specify modes 2679string or a number. Just as with @file{calc} formulas, you can specify modes
2680and a printf format after a semicolon. 2680and a printf format after a semicolon.
2681 2681
2682With Emacs Lisp forms, you need to be conscious about the way field 2682With Emacs Lisp forms, you need to be conscious about the way field
2683references are interpolated into the form. By default, a reference will be 2683references 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
6114them with @kbd{S-@key{cursor}} keys, the update is automatic. 6114them 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}
6116On @code{CLOCK} log lines, increase/decrease both timestamps so that the 6116On @code{CLOCK} log lines, increase/decrease both timestamps so that the
6117clock duration keeps the same. 6117clock 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}
6119On @code{CLOCK} log lines, increase/decrease the timestamp at point and 6119On @code{CLOCK} log lines, increase/decrease the timestamp at point and
6120the one of the previous (or the next clock) timestamp by the same duration. 6120the 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.}.
16556Finally, Org writes the file @file{index.org}, containing links to all other 16556Finally, Org writes the file @file{index.org}, containing links to all other
16557files. @i{MobileOrg} first reads this file from the server, and then 16557files. @i{MobileOrg} first reads this file from the server, and then
16558downloads all agendas and Org files listed in it. To speed up the download, 16558downloads all agendas and Org files listed in it. To speed up the download,
16559MobileOrg will only read files whose checksums@footnote{Checksums are stored 16559MobileOrg will only read files whose checksums@footnote{Checksums are stored
16560automatically in the file @file{checksums.dat}} have changed. 16560automatically 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
16704opened the doors for many new ideas and features. 16704opened the doors for many new ideas and features.
16705 16705
16706@item Jambunathan K 16706@item Jambunathan K
16707Jambunathan contributed the ODT exporter, definitly a killer feature of 16707Jambunathan contributed the ODT exporter, definitely a killer feature of
16708Org mode. He also contributed the new HTML exporter, which is another core 16708Org mode. He also contributed the new HTML exporter, which is another core
16709feature of Org. Here too, I knew I could rely on him to fix bugs in these 16709feature of Org. Here too, I knew I could rely on him to fix bugs in these
16710areas and to patiently explain the users what was the problems and solutions. 16710areas 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
16713Achim rewrote the building process of Org, turning some @emph{ad hoc} tools 16713Achim rewrote the building process of Org, turning some @emph{ad hoc} tools
16714into a flexible and conceptually clean process. He patiently coped with the 16714into a flexible and conceptually clean process. He patiently coped with the
16715many hicups that such a change can create for users. 16715many hiccups that such a change can create for users.
16716 16716
16717@item Nick Dokos 16717@item Nick Dokos
16718The Org mode mailing list would not be such a nice place without Nick, who 16718The Org mode mailing list would not be such a nice place without Nick, who