diff options
| author | Juanma Barranquero | 2011-11-16 18:47:25 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-16 18:47:25 +0100 |
| commit | 7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1 (patch) | |
| tree | 334fa246f6537c6fbdb73be78c873416b2b9bf44 /doc | |
| parent | 10649b828d6b2c7bfc41dde3386c980bcd48c0b3 (diff) | |
| download | emacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.tar.gz emacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.zip | |
Fix typos.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 12 | ||||
| -rw-r--r-- | doc/emacs/modes.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/msdog.texi | 4 | ||||
| -rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 4 | ||||
| -rw-r--r-- | doc/man/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/man/etags.1 | 2 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/org.texi | 12 |
10 files changed, 33 insertions, 18 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 85e4d80d01d..4b14f1d8f0f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * killing.texi (Rectangles): | 3 | * killing.texi (Rectangles): |
| 4 | * misc.texi (Document View): | ||
| 5 | * modes.texi (Choosing Modes): | ||
| 6 | * msdog.texi (Windows Fonts): | ||
| 4 | * regs.texi (Rectangle Registers): | 7 | * regs.texi (Rectangle Registers): |
| 5 | * search.texi (Isearch Yank): Fix typos. | 8 | * search.texi (Isearch Yank): Fix typos. |
| 6 | 9 | ||
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index d7639b3b665..714e7f3441c 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -236,7 +236,7 @@ for @var{regexp}. | |||
| 236 | @cindex DVI file | 236 | @cindex DVI file |
| 237 | @cindex PDF file | 237 | @cindex PDF file |
| 238 | @cindex PS file | 238 | @cindex PS file |
| 239 | @cindex Postscript file | 239 | @cindex PostScript file |
| 240 | @cindex OpenDocument file | 240 | @cindex OpenDocument file |
| 241 | @cindex Microsoft Office file | 241 | @cindex Microsoft Office file |
| 242 | @cindex DocView mode | 242 | @cindex DocView mode |
| @@ -244,7 +244,7 @@ for @var{regexp}. | |||
| 244 | @cindex document viewer (DocView) | 244 | @cindex document viewer (DocView) |
| 245 | @findex doc-view-mode | 245 | @findex doc-view-mode |
| 246 | 246 | ||
| 247 | DocView mode (@code{doc-view-mode}) is a viewer for DVI, Postscript | 247 | DocView mode (@code{doc-view-mode}) is a viewer for DVI, PostScript |
| 248 | (PS), PDF, OpenDocument, and Microsoft Office documents. It provides | 248 | (PS), PDF, OpenDocument, and Microsoft Office documents. It provides |
| 249 | features such as slicing, zooming, and searching inside documents. It | 249 | features such as slicing, zooming, and searching inside documents. It |
| 250 | works by converting the document to a set of images using the | 250 | works by converting the document to a set of images using the |
| @@ -257,16 +257,16 @@ displaying those images. | |||
| 257 | @findex doc-view-toggle-display | 257 | @findex doc-view-toggle-display |
| 258 | @findex doc-view-toggle-display | 258 | @findex doc-view-toggle-display |
| 259 | @cindex doc-view-minor-mode | 259 | @cindex doc-view-minor-mode |
| 260 | When you visit a document file with the exception of Postscript | 260 | When you visit a document file with the exception of PostScript |
| 261 | files, Emacs automatically switches to DocView mode if possible | 261 | files, Emacs automatically switches to DocView mode if possible |
| 262 | @footnote{The needed external tools for this document type have to be | 262 | @footnote{The needed external tools for this document type have to be |
| 263 | available, emacs needs to run in a graphical frame, and PNG image | 263 | available, emacs needs to run in a graphical frame, and PNG image |
| 264 | support has to be compiled into emacs. If any of these requirements | 264 | support has to be compiled into emacs. If any of these requirements |
| 265 | is not fulfilled, DocView falls back to an appropriate mode.}. When | 265 | is not fulfilled, DocView falls back to an appropriate mode.}. When |
| 266 | you visit a Postscript file, Emacs switches to PS mode, a major mode | 266 | you visit a PostScript file, Emacs switches to PS mode, a major mode |
| 267 | for editing Postscript files as text; however, it also enables DocView | 267 | for editing PostScript files as text; however, it also enables DocView |
| 268 | minor mode, so you can type @kbd{C-c C-c} to view the document with | 268 | minor mode, so you can type @kbd{C-c C-c} to view the document with |
| 269 | DocView. (PDF and DVI files, unlike Postscript files, are not usually | 269 | DocView. (PDF and DVI files, unlike PostScript files, are not usually |
| 270 | human-editable.) In either case, repeating @kbd{C-c C-c} | 270 | human-editable.) In either case, repeating @kbd{C-c C-c} |
| 271 | (@code{doc-view-toggle-display}) toggles between DocView and the file | 271 | (@code{doc-view-toggle-display}) toggles between DocView and the file |
| 272 | text. | 272 | text. |
diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi index d82423a73b4..5a786be62cf 100644 --- a/doc/emacs/modes.texi +++ b/doc/emacs/modes.texi | |||
| @@ -368,7 +368,7 @@ compares the text at the start of the buffer to the variable | |||
| 368 | @code{magic-mode-alist}, described above, except that is consulted | 368 | @code{magic-mode-alist}, described above, except that is consulted |
| 369 | only after @code{auto-mode-alist}. By default, | 369 | only after @code{auto-mode-alist}. By default, |
| 370 | @code{magic-fallback-mode-alist} contains forms that check for image | 370 | @code{magic-fallback-mode-alist} contains forms that check for image |
| 371 | files, HTML/XML/SGML files, and Postscript files. | 371 | files, HTML/XML/SGML files, and PostScript files. |
| 372 | 372 | ||
| 373 | @vindex major-mode | 373 | @vindex major-mode |
| 374 | Once a major mode is chosen, Emacs sets the value of the variable | 374 | Once a major mode is chosen, Emacs sets the value of the variable |
diff --git a/doc/emacs/msdog.texi b/doc/emacs/msdog.texi index 533872ddf61..0e72c4737bd 100644 --- a/doc/emacs/msdog.texi +++ b/doc/emacs/msdog.texi | |||
| @@ -868,7 +868,7 @@ and @code{uniscribe} font backends are supported on Windows. The | |||
| 868 | @code{gdi} font backend is available on all versions of Windows, and | 868 | @code{gdi} font backend is available on all versions of Windows, and |
| 869 | supports all fonts that are natively supported by Windows. The | 869 | supports all fonts that are natively supported by Windows. The |
| 870 | @code{uniscribe} font backend is available on Windows 2000 and later, | 870 | @code{uniscribe} font backend is available on Windows 2000 and later, |
| 871 | and supports Truetype and Opentype fonts. Some languages requiring | 871 | and supports TrueType and OpenType fonts. Some languages requiring |
| 872 | complex layout can only be properly supported by the uniscribe | 872 | complex layout can only be properly supported by the uniscribe |
| 873 | backend. By default, both backends are enabled if supported, with | 873 | backend. By default, both backends are enabled if supported, with |
| 874 | @code{uniscribe} taking priority over @code{gdi}. | 874 | @code{uniscribe} taking priority over @code{gdi}. |
| @@ -914,7 +914,7 @@ as a fallback with the font family left unspecified. | |||
| 914 | @vindex w32-charset-info-alist | 914 | @vindex w32-charset-info-alist |
| 915 | @item registry | 915 | @item registry |
| 916 | Specifies the character set registry that the font is | 916 | Specifies the character set registry that the font is |
| 917 | expected to cover. Most Truetype and Opentype fonts will be unicode fonts | 917 | expected to cover. Most TrueType and OpenType fonts will be unicode fonts |
| 918 | that cover several national character sets, but you can narrow down the | 918 | that cover several national character sets, but you can narrow down the |
| 919 | selection of fonts to those that support a particular character set by | 919 | selection of fonts to those that support a particular character set by |
| 920 | using a specific registry from @code{w32-charset-info-alist} here. | 920 | using a specific registry from @code{w32-charset-info-alist} here. |
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 9d3894c38fc..bdcd9e9aea8 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp-intro.texi (etags): Fix typo. | ||
| 4 | |||
| 1 | 2011-03-07 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-03-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * Version 23.3 released. | 7 | * Version 23.3 released. |
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index db431df3137..ef04626e95f 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | @c --------- | 11 | @c --------- |
| 12 | @c <<<< For hard copy printing, this file is now | 12 | @c <<<< For hard copy printing, this file is now |
| 13 | @c set for smallbook, which works for all sizes | 13 | @c set for smallbook, which works for all sizes |
| 14 | @c of paper, and with Postscript figures >>>> | 14 | @c of paper, and with PostScript figures >>>> |
| 15 | @set smallbook | 15 | @set smallbook |
| 16 | @ifset smallbook | 16 | @ifset smallbook |
| 17 | @smallbook | 17 | @smallbook |
| @@ -13656,7 +13656,7 @@ list of supported languages. | |||
| 13656 | 13656 | ||
| 13657 | The @code{etags} program handles more than 20 languages, including | 13657 | The @code{etags} program handles more than 20 languages, including |
| 13658 | Emacs Lisp, Common Lisp, Scheme, C, C++, Ada, Fortran, HTML, Java, | 13658 | Emacs Lisp, Common Lisp, Scheme, C, C++, Ada, Fortran, HTML, Java, |
| 13659 | LaTeX, Pascal, Perl, Postscript, Python, TeX, Texinfo, makefiles, and | 13659 | LaTeX, Pascal, Perl, PostScript, Python, TeX, Texinfo, makefiles, and |
| 13660 | most assemblers. The program has no switches for specifying the | 13660 | most assemblers. The program has no switches for specifying the |
| 13661 | language; it recognizes the language in an input file according to its | 13661 | language; it recognizes the language in an input file according to its |
| 13662 | file name and contents. | 13662 | file name and contents. |
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index b53b81e52f2..758cdde1dea 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * etags.1: Fix typo. | ||
| 4 | |||
| 1 | 2011-10-06 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-10-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * emacsclient.1: Document how -a "" starts the daemon. | 7 | * emacsclient.1: Document how -a "" starts the daemon. |
diff --git a/doc/man/etags.1 b/doc/man/etags.1 index f6b46add215..f7ffa112f3c 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 | |||
| @@ -49,7 +49,7 @@ format understood by | |||
| 49 | \&. Both forms of the program understand | 49 | \&. Both forms of the program understand |
| 50 | the syntax of C, Objective C, C++, Java, Fortran, Ada, Cobol, Erlang, | 50 | the syntax of C, Objective C, C++, Java, Fortran, Ada, Cobol, Erlang, |
| 51 | Forth, HTML, LaTeX, Emacs Lisp/Common Lisp, Lua, Makefile, Pascal, Perl, | 51 | Forth, HTML, LaTeX, Emacs Lisp/Common Lisp, Lua, Makefile, Pascal, Perl, |
| 52 | PHP, Postscript, Python, Prolog, Scheme and | 52 | PHP, PostScript, Python, Prolog, Scheme and |
| 53 | most assembler\-like syntaxes. | 53 | most assembler\-like syntaxes. |
| 54 | Both forms read the files specified on the command line, and write a tag | 54 | Both forms read the files specified on the command line, and write a tag |
| 55 | table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for | 55 | table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 9f5e9fe7ce6..924f3501bfa 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * org.texi (Agenda commands, Exporting Agenda Views): Fix typos. | ||
| 4 | |||
| 1 | 2011-11-15 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-11-15 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * ede.texi (project-am-texinfo): | 7 | * ede.texi (project-am-texinfo): |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 955d1b55f41..20abc28690a 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -8262,7 +8262,7 @@ This is a globally available command, and also available in the agenda menu. | |||
| 8262 | @vindex org-agenda-exporter-settings | 8262 | @vindex org-agenda-exporter-settings |
| 8263 | Write the agenda view to a file. Depending on the extension of the selected | 8263 | Write the agenda view to a file. Depending on the extension of the selected |
| 8264 | file name, the view will be exported as HTML (extension @file{.html} or | 8264 | file name, the view will be exported as HTML (extension @file{.html} or |
| 8265 | @file{.htm}), Postscript (extension @file{.ps}), PDF (extension @file{.pdf}), | 8265 | @file{.htm}), PostScript (extension @file{.ps}), PDF (extension @file{.pdf}), |
| 8266 | and plain text (any other extension). When called with a @kbd{C-u} prefix | 8266 | and plain text (any other extension). When called with a @kbd{C-u} prefix |
| 8267 | argument, immediately open the newly created file. Use the variable | 8267 | argument, immediately open the newly created file. Use the variable |
| 8268 | @code{org-agenda-exporter-settings} to set options for @file{ps-print} and | 8268 | @code{org-agenda-exporter-settings} to set options for @file{ps-print} and |
| @@ -8477,9 +8477,9 @@ yourself. | |||
| 8477 | If you are away from your computer, it can be very useful to have a printed | 8477 | If you are away from your computer, it can be very useful to have a printed |
| 8478 | version of some agenda views to carry around. Org-mode can export custom | 8478 | version of some agenda views to carry around. Org-mode can export custom |
| 8479 | agenda views as plain text, HTML@footnote{You need to install Hrvoje Niksic's | 8479 | agenda views as plain text, HTML@footnote{You need to install Hrvoje Niksic's |
| 8480 | @file{htmlize.el}.}, Postscript, PDF@footnote{To create PDF output, the | 8480 | @file{htmlize.el}.}, PostScript, PDF@footnote{To create PDF output, the |
| 8481 | ghostscript @file{ps2pdf} utility must be installed on the system. Selecting | 8481 | ghostscript @file{ps2pdf} utility must be installed on the system. Selecting |
| 8482 | a PDF file will also create the postscript file.}, and iCalendar files. If | 8482 | a PDF file will also create the PostScript file.}, and iCalendar files. If |
| 8483 | you want to do this only occasionally, use the command | 8483 | you want to do this only occasionally, use the command |
| 8484 | 8484 | ||
| 8485 | @table @kbd | 8485 | @table @kbd |
| @@ -8489,7 +8489,7 @@ you want to do this only occasionally, use the command | |||
| 8489 | @vindex org-agenda-exporter-settings | 8489 | @vindex org-agenda-exporter-settings |
| 8490 | Write the agenda view to a file. Depending on the extension of the selected | 8490 | Write the agenda view to a file. Depending on the extension of the selected |
| 8491 | file name, the view will be exported as HTML (extension @file{.html} or | 8491 | file name, the view will be exported as HTML (extension @file{.html} or |
| 8492 | @file{.htm}), Postscript (extension @file{.ps}), iCalendar (extension | 8492 | @file{.htm}), PostScript (extension @file{.ps}), iCalendar (extension |
| 8493 | @file{.ics}), or plain text (any other extension). Use the variable | 8493 | @file{.ics}), or plain text (any other extension). Use the variable |
| 8494 | @code{org-agenda-exporter-settings} to set options for @file{ps-print} and | 8494 | @code{org-agenda-exporter-settings} to set options for @file{ps-print} and |
| 8495 | for @file{htmlize} to be used during export, for example | 8495 | for @file{htmlize} to be used during export, for example |
| @@ -8542,7 +8542,7 @@ The extension of the file name determines the type of export. If it is | |||
| 8542 | @file{.html}, Org-mode will use the @file{htmlize.el} package to convert | 8542 | @file{.html}, Org-mode will use the @file{htmlize.el} package to convert |
| 8543 | the buffer to HTML and save it to this file name. If the extension is | 8543 | the buffer to HTML and save it to this file name. If the extension is |
| 8544 | @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce | 8544 | @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce |
| 8545 | Postscript output. If the extension is @file{.ics}, iCalendar export is | 8545 | PostScript output. If the extension is @file{.ics}, iCalendar export is |
| 8546 | run export over all files that were used to construct the agenda, and | 8546 | run export over all files that were used to construct the agenda, and |
| 8547 | limit the export to entries listed in the agenda. Any other | 8547 | limit the export to entries listed in the agenda. Any other |
| 8548 | extension produces a plain ASCII file. | 8548 | extension produces a plain ASCII file. |
| @@ -8573,7 +8573,7 @@ set options for the export commands. For example: | |||
| 8573 | @end lisp | 8573 | @end lisp |
| 8574 | 8574 | ||
| 8575 | @noindent | 8575 | @noindent |
| 8576 | This command sets two options for the Postscript exporter, to make it | 8576 | This command sets two options for the PostScript exporter, to make it |
| 8577 | print in two columns in landscape format---the resulting page can be cut | 8577 | print in two columns in landscape format---the resulting page can be cut |
| 8578 | in two and then used in a paper agenda. The remaining settings modify | 8578 | in two and then used in a paper agenda. The remaining settings modify |
| 8579 | the agenda prefix to omit category and scheduling information, and | 8579 | the agenda prefix to omit category and scheduling information, and |