aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2012-01-09 22:20:22 -0800
committerPaul Eggert2012-01-09 22:20:22 -0800
commit27e428e758036e68bffe737a5d361e2b426857a7 (patch)
treed127e8bae3090e2e1c1fa0127e9f09c2703fe770 /doc
parent5b43da69cbda7874f223da3063da594a7fb84218 (diff)
downloademacs-27e428e758036e68bffe737a5d361e2b426857a7.tar.gz
emacs-27e428e758036e68bffe737a5d361e2b426857a7.zip
Spelling fixes.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/custom.texi2
-rw-r--r--doc/emacs/display.texi2
-rw-r--r--doc/misc/org.texi24
3 files changed, 14 insertions, 14 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 82a63996a64..b2215c19e75 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -141,7 +141,7 @@ previous button or editable field.
141 From the top-level customization buffer created by @kbd{M-x 141 From the top-level customization buffer created by @kbd{M-x
142customize}, you can follow the links to the subgroups of the 142customize}, you can follow the links to the subgroups of the
143@samp{Emacs} customization group. These subgroups may contain 143@samp{Emacs} customization group. These subgroups may contain
144settings for you to customize; they may also contain futher subgroups, 144settings for you to customize; they may also contain further subgroups,
145dealing with yet more specialized subsystems of Emacs. As you 145dealing with yet more specialized subsystems of Emacs. As you
146navigate the hierarchy of customization groups, you should find some 146navigate the hierarchy of customization groups, you should find some
147settings that you want to customize. 147settings that you want to customize.
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index b098f26eea5..e7d58c32290 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -1078,7 +1078,7 @@ list):
1078@table @code 1078@table @code
1079@item face 1079@item face
1080Enable all visualizations which use special faces. This element has a 1080Enable all visualizations which use special faces. This element has a
1081special meaing: if it is absent from the list, none of the other 1081special meaning: if it is absent from the list, none of the other
1082visualizations take effect except @code{space-mark}, @code{tab-mark}, 1082visualizations take effect except @code{space-mark}, @code{tab-mark},
1083and @code{newline-mark}. 1083and @code{newline-mark}.
1084 1084
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index bc82e0ba7fe..4997a290cb7 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -36,7 +36,7 @@
36 36
37@c orgkey{key} A key item 37@c orgkey{key} A key item
38@c orgcmd{key,cmd} Key with command name 38@c orgcmd{key,cmd} Key with command name
39@c xorgcmd{key,cmmand} Key with command name as @itemx 39@c xorgcmd{key,cmd} Key with command name as @itemx
40@c orgcmdnki{key,cmd} Like orgcmd, but do not index the key 40@c orgcmdnki{key,cmd} Like orgcmd, but do not index the key
41@c orgcmdtkc{text,key,cmd} Like orgcmd,special text instead of key 41@c orgcmdtkc{text,key,cmd} Like orgcmd,special text instead of key
42@c orgcmdkkc{key1,key2,cmd} Two keys with one command name, use "or" 42@c orgcmdkkc{key1,key2,cmd} Two keys with one command name, use "or"
@@ -1004,8 +1004,8 @@ from within Emacs, please copy and paste the content into your Email program.
1004 1004
1005Sometimes you might face a problem due to an error in your Emacs or Org mode 1005Sometimes you might face a problem due to an error in your Emacs or Org mode
1006setup. Before reporting a bug, it is very helpful to start Emacs with minimal 1006setup. Before reporting a bug, it is very helpful to start Emacs with minimal
1007customisations and reproduce the problem. Doing so often helps you determine 1007customizations and reproduce the problem. Doing so often helps you determine
1008if the problem is with your customisation or with Org mode itself. You can 1008if the problem is with your customization or with Org mode itself. You can
1009start a typical minimal session with a command like the example below. 1009start a typical minimal session with a command like the example below.
1010 1010
1011@example 1011@example
@@ -1241,7 +1241,7 @@ Reveal context around point, showing the current entry, the following heading
1241and the hierarchy above. Useful for working near a location that has been 1241and the hierarchy above. Useful for working near a location that has been
1242exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command 1242exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
1243(@pxref{Agenda commands}). With a prefix argument show, on each 1243(@pxref{Agenda commands}). With a prefix argument show, on each
1244level, all sibling headings. With a double prefix argument, also show the 1244level, all sibling headings. With a double prefix argument, also show the
1245entire subtree of the parent. 1245entire subtree of the parent.
1246@orgcmd{C-c C-k,show-branches} 1246@orgcmd{C-c C-k,show-branches}
1247Expose all the headings of the subtree, CONTENT view for just one subtree. 1247Expose all the headings of the subtree, CONTENT view for just one subtree.
@@ -3943,7 +3943,7 @@ special faces for some of them. This can be done using the variable
3943@end lisp 3943@end lisp
3944 3944
3945While using a list with face properties as shown for CANCELED @emph{should} 3945While using a list with face properties as shown for CANCELED @emph{should}
3946work, this does not aways seem to be the case. If necessary, define a 3946work, this does not always seem to be the case. If necessary, define a
3947special face and use that. A string is interpreted as a color. The variable 3947special face and use that. A string is interpreted as a color. The variable
3948@code{org-faces-easy-properties} determines if that color is interpreted as a 3948@code{org-faces-easy-properties} determines if that color is interpreted as a
3949foreground or a background color. 3949foreground or a background color.
@@ -4427,7 +4427,7 @@ off a box while there are unchecked boxes above it.
4427 4427
4428@table @kbd 4428@table @kbd
4429@orgcmd{C-c C-c,org-toggle-checkbox} 4429@orgcmd{C-c C-c,org-toggle-checkbox}
4430Toggle checkbox status or (with prefix arg) checkbox presence at point. 4430Toggle checkbox status or (with prefix arg) checkbox presence at point.
4431With a single prefix argument, add an empty checkbox or remove the current 4431With a single prefix argument, add an empty checkbox or remove the current
4432one@footnote{`C-u C-c C-c' on the @emph{first} item of a list with no checkbox 4432one@footnote{`C-u C-c C-c' on the @emph{first} item of a list with no checkbox
4433will add checkboxes to the rest of the list.}. With a double prefix argument, set it to @samp{[-]}, which is 4433will add checkboxes to the rest of the list.}. With a double prefix argument, set it to @samp{[-]}, which is
@@ -6326,7 +6326,7 @@ not started at exactly the right moment.
6326@kindex ; 6326@kindex ;
6327 6327
6328Calling @code{org-timer-set-timer} from an Org mode buffer runs a countdown 6328Calling @code{org-timer-set-timer} from an Org mode buffer runs a countdown
6329timer. Use @kbd{;} from agenda buffers, @key{C-c C-x ;} everwhere else. 6329timer. Use @kbd{;} from agenda buffers, @key{C-c C-x ;} everywhere else.
6330 6330
6331@code{org-timer-set-timer} prompts the user for a duration and displays a 6331@code{org-timer-set-timer} prompts the user for a duration and displays a
6332countdown timer in the modeline. @code{org-timer-default-timer} sets the 6332countdown timer in the modeline. @code{org-timer-default-timer} sets the
@@ -9549,7 +9549,7 @@ broad range of other applications. @LaTeX{} export lets you use Org mode and
9549its structured editing functions to easily create @LaTeX{} files. DocBook 9549its structured editing functions to easily create @LaTeX{} files. DocBook
9550export makes it possible to convert Org files to many other formats using 9550export makes it possible to convert Org files to many other formats using
9551DocBook tools. OpenDocument Text(@acronym{ODT}) export allows seamless 9551DocBook tools. OpenDocument Text(@acronym{ODT}) export allows seamless
9552colloboration across organizational boundaries. For project management you 9552collaboration across organizational boundaries. For project management you
9553can create gantt and resource charts by using TaskJuggler export. To 9553can create gantt and resource charts by using TaskJuggler export. To
9554incorporate entries with associated times like deadlines or appointments into 9554incorporate entries with associated times like deadlines or appointments into
9555a desktop calendar program like iCal, Org mode can also produce extracts in 9555a desktop calendar program like iCal, Org mode can also produce extracts in
@@ -10998,9 +10998,9 @@ You can control the size and scale of the embedded images using the
10998 10998
10999@vindex org-export-odt-pixels-per-inch 10999@vindex org-export-odt-pixels-per-inch
11000Note that the exporter specifies the desired size of the image in the final 11000Note that the exporter specifies the desired size of the image in the final
11001document in units of centimetres. In order to scale the embedded images, the 11001document in units of centimeters. In order to scale the embedded images, the
11002exporter needs to compute the size of the image. This is done by retrieving 11002exporter needs to compute the size of the image. This is done by retrieving
11003the image size in pixels and converting the pixel units to centimetres using 11003the image size in pixels and converting the pixel units to centimeters using
11004@code{org-export-odt-pixels-per-inch}. The default value of this variable is 11004@code{org-export-odt-pixels-per-inch}. The default value of this variable is
11005set to @code{display-pixels-per-inch}. You can tweak this variable to 11005set to @code{display-pixels-per-inch}. You can tweak this variable to
11006achieve the best results. 11006achieve the best results.
@@ -12629,7 +12629,7 @@ that code is only evaluated after explicit confirmation from the user. For
12629information on these safeguards (and on how to disable them) see @ref{Code 12629information on these safeguards (and on how to disable them) see @ref{Code
12630evaluation security}.} and the results of evaluation optionally placed in the 12630evaluation security}.} and the results of evaluation optionally placed in the
12631Org mode buffer. By default, the evaluation facility is only enabled for 12631Org mode buffer. By default, the evaluation facility is only enabled for
12632Lisp code blocks specified as @code{emacs-lisp}. However, souce code blocks 12632Lisp code blocks specified as @code{emacs-lisp}. However, source code blocks
12633in many languages can be evaluated within Org mode (see @ref{Languages} for a 12633in many languages can be evaluated within Org mode (see @ref{Languages} for a
12634list of supported languages and @ref{Structure of code blocks} for 12634list of supported languages and @ref{Structure of code blocks} for
12635information on the syntax used to define a code block). 12635information on the syntax used to define a code block).
@@ -16434,7 +16434,7 @@ chapter about publishing.
16434@i{Jambunathan K} contributed the @acronym{ODT} exporter. 16434@i{Jambunathan K} contributed the @acronym{ODT} exporter.
16435@item 16435@item
16436@i{Sebastien Vauban} reported many issues with @LaTeX{} and BEAMER export and 16436@i{Sebastien Vauban} reported many issues with @LaTeX{} and BEAMER export and
16437enabled source code highlighling in Gnus. 16437enabled source code highlighting in Gnus.
16438@item 16438@item
16439@i{Stefan Vollmar} organized a video-recorded talk at the 16439@i{Stefan Vollmar} organized a video-recorded talk at the
16440Max-Planck-Institute for Neurology. He also inspired the creation of a 16440Max-Planck-Institute for Neurology. He also inspired the creation of a