diff options
| author | Glenn Morris | 2012-04-28 00:45:03 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-28 00:45:03 -0700 |
| commit | 9eb25ee858d889a0fb45b4b10fbacb6002aae7ee (patch) | |
| tree | 5bee7a9e4bc5f2e5aa99e2dcf75a3ada9ae2e1ce | |
| parent | 09affde083d7f76535e95395745cf24e4116f6cf (diff) | |
| download | emacs-9eb25ee858d889a0fb45b4b10fbacb6002aae7ee.tar.gz emacs-9eb25ee858d889a0fb45b4b10fbacb6002aae7ee.zip | |
Reword some doc/emacs to remove/reduce some overly long/short lines.
* xresources.texi (Resources):
* mule.texi (Language Environments):
* misc.texi (Amusements):
* maintaining.texi (VC Change Log):
* frames.texi (Fonts):
* custom.texi (Specifying File Variables, Minibuffer Maps):
* cmdargs.texi (Initial Options):
* building.texi (Flymake):
Reword to remove/reduce some overly long/short lines.
| -rw-r--r-- | doc/emacs/ChangeLog | 12 | ||||
| -rw-r--r-- | doc/emacs/building.texi | 10 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/custom.texi | 8 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/mule.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/xresources.texi | 2 |
9 files changed, 29 insertions, 17 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 32a5e43b41b..91f50958920 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-04-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * xresources.texi (Resources): | ||
| 4 | * mule.texi (Language Environments): | ||
| 5 | * misc.texi (Amusements): | ||
| 6 | * maintaining.texi (VC Change Log): | ||
| 7 | * frames.texi (Fonts): | ||
| 8 | * custom.texi (Specifying File Variables, Minibuffer Maps): | ||
| 9 | * cmdargs.texi (Initial Options): | ||
| 10 | * building.texi (Flymake): | ||
| 11 | Reword to remove/reduce some overly long/short lines. | ||
| 12 | |||
| 1 | 2012-04-27 Glenn Morris <rgm@gnu.org> | 13 | 2012-04-27 Glenn Morris <rgm@gnu.org> |
| 2 | 14 | ||
| 3 | * emacs.texi: Some fixes for detailed menu. | 15 | * emacs.texi: Some fixes for detailed menu. |
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 4b92376b8a9..999afa7df2c 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -426,11 +426,11 @@ syntax checking tool used depends on the language; for example, for | |||
| 426 | C/C++ files this is usually the C compiler. Flymake can also use | 426 | C/C++ files this is usually the C compiler. Flymake can also use |
| 427 | build tools such as @code{make} for checking complicated projects. | 427 | build tools such as @code{make} for checking complicated projects. |
| 428 | 428 | ||
| 429 | To enable Flymake mode, type @kbd{M-x flymake-mode}. You can go to | 429 | To enable Flymake mode, type @kbd{M-x flymake-mode}. You can jump to |
| 430 | the errors found by Flymake mode with @kbd{M-x | 430 | the errors that it finds by using @kbd{M-x |
| 431 | flymake-goto-next-error} and @kbd{M-x flymake-goto-prev-error}. To | 431 | flymake-goto-next-error} and @kbd{M-x flymake-goto-prev-error}. |
| 432 | display any error messages associated with the current line, use | 432 | Use the command @kbd{M-x flymake-display-err-menu-for-current-line} |
| 433 | @kbd{M-x flymake-display-err-menu-for-current-line}. | 433 | to display any error messages associated with the current line. |
| 434 | 434 | ||
| 435 | For more details about using Flymake, | 435 | For more details about using Flymake, |
| 436 | @ifnottex | 436 | @ifnottex |
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 222aa0f8434..c387b99915f 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -308,7 +308,7 @@ in your initialization file (@pxref{Entering Emacs}). | |||
| 308 | @opindex -Q | 308 | @opindex -Q |
| 309 | @itemx --quick | 309 | @itemx --quick |
| 310 | @opindex --quick | 310 | @opindex --quick |
| 311 | Start emacs with minimum customizations, similar to using @samp{-q}, | 311 | Start emacs with minimum customizations. This is similar to using @samp{-q}, |
| 312 | @samp{--no-site-file}, @samp{--no-site-lisp}, and @samp{--no-splash} | 312 | @samp{--no-site-file}, @samp{--no-site-lisp}, and @samp{--no-splash} |
| 313 | together. This also stops Emacs from processing X resources by | 313 | together. This also stops Emacs from processing X resources by |
| 314 | setting @code{inhibit-x-resources} to @code{t} (@pxref{Resources}). | 314 | setting @code{inhibit-x-resources} to @code{t} (@pxref{Resources}). |
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index cfd45de6aca..bf2602f8f08 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -1054,8 +1054,8 @@ pair with a colon and semicolon. The special variable/value pair | |||
| 1054 | @findex add-file-local-variable-prop-line | 1054 | @findex add-file-local-variable-prop-line |
| 1055 | @findex delete-file-local-variable-prop-line | 1055 | @findex delete-file-local-variable-prop-line |
| 1056 | @findex copy-dir-locals-to-file-locals-prop-line | 1056 | @findex copy-dir-locals-to-file-locals-prop-line |
| 1057 | Instead of adding variable/value pairs by hand, you can use the | 1057 | You can use the command @kbd{M-x add-file-local-variable-prop-line} |
| 1058 | command @kbd{M-x add-file-local-variable-prop-line}. This prompts for | 1058 | instead of adding entries by hand. It prompts for |
| 1059 | a variable and value, and adds them to the first line in the | 1059 | a variable and value, and adds them to the first line in the |
| 1060 | appropriate way. @kbd{M-x delete-file-local-variable-prop-line} | 1060 | appropriate way. @kbd{M-x delete-file-local-variable-prop-line} |
| 1061 | prompts for a variable, and deletes its entry from the line. @kbd{M-x | 1061 | prompts for a variable, and deletes its entry from the line. @kbd{M-x |
| @@ -1522,7 +1522,7 @@ circumstances. | |||
| 1522 | @vindex minibuffer-local-completion-map | 1522 | @vindex minibuffer-local-completion-map |
| 1523 | @vindex minibuffer-local-must-match-map | 1523 | @vindex minibuffer-local-must-match-map |
| 1524 | @vindex minibuffer-local-filename-completion-map | 1524 | @vindex minibuffer-local-filename-completion-map |
| 1525 | @vindex minibuffer-local-must-match-filename-map | 1525 | @vindex minibuffer-local-filename-must-match-map |
| 1526 | The minibuffer has its own set of local keymaps; they contain various | 1526 | The minibuffer has its own set of local keymaps; they contain various |
| 1527 | completion and exit commands. | 1527 | completion and exit commands. |
| 1528 | 1528 | ||
| @@ -1539,7 +1539,7 @@ just like @key{RET}. | |||
| 1539 | for cautious completion. | 1539 | for cautious completion. |
| 1540 | @item | 1540 | @item |
| 1541 | @code{minibuffer-local-filename-completion-map} and | 1541 | @code{minibuffer-local-filename-completion-map} and |
| 1542 | @code{minibuffer-local-must-match-filename-map} are like the two | 1542 | @code{minibuffer-local-filename-must-match-map} are like the two |
| 1543 | previous ones, but they are specifically for file name completion. | 1543 | previous ones, but they are specifically for file name completion. |
| 1544 | They do not bind @key{SPC}. | 1544 | They do not bind @key{SPC}. |
| 1545 | @end itemize | 1545 | @end itemize |
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 9e9909e8bca..7b912ec9722 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -666,8 +666,8 @@ The font slant---normally @samp{r} (roman), @samp{i} (italic), | |||
| 666 | Some font names support other values. | 666 | Some font names support other values. |
| 667 | @item widthtype | 667 | @item widthtype |
| 668 | The font width---normally @samp{normal}, @samp{condensed}, | 668 | The font width---normally @samp{normal}, @samp{condensed}, |
| 669 | @samp{extended}, or @samp{semicondensed} (some font names support | 669 | @samp{semicondensed}, or @samp{extended}. Some font names support |
| 670 | other values). | 670 | other values. |
| 671 | @item style | 671 | @item style |
| 672 | An optional additional style name. Usually it is empty---most XLFDs | 672 | An optional additional style name. Usually it is empty---most XLFDs |
| 673 | have two hyphens in a row at this point. | 673 | have two hyphens in a row at this point. |
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 9d56b3bdc6e..72583f25c8b 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -893,7 +893,7 @@ Display the change history for the current repository | |||
| 893 | (@code{vc-print-root-log}). | 893 | (@code{vc-print-root-log}). |
| 894 | 894 | ||
| 895 | @item C-x v I | 895 | @item C-x v I |
| 896 | Display the changes that will be received with a pull operation | 896 | Display the changes that a pull operation will retrieve |
| 897 | (@code{vc-log-incoming}). | 897 | (@code{vc-log-incoming}). |
| 898 | 898 | ||
| 899 | @item C-x v O | 899 | @item C-x v O |
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index b91763116b8..ecbcda1ce8a 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -2481,8 +2481,8 @@ find the one you select (@code{ffap-menu}). | |||
| 2481 | 2481 | ||
| 2482 | @findex animate-birthday-present | 2482 | @findex animate-birthday-present |
| 2483 | @cindex animate | 2483 | @cindex animate |
| 2484 | The @code{animate} package makes text dance. For an example, try | 2484 | The @code{animate} package makes text dance (e.g. try |
| 2485 | @kbd{M-x animate-birthday-present}. | 2485 | @kbd{M-x animate-birthday-present}). |
| 2486 | 2486 | ||
| 2487 | @findex blackbox | 2487 | @findex blackbox |
| 2488 | @findex mpuz | 2488 | @findex mpuz |
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index 9c1d908f882..cffcb7573ff 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -350,7 +350,7 @@ to the Emacs session. The supported language environments | |||
| 350 | @cindex Euro sign | 350 | @cindex Euro sign |
| 351 | @cindex UTF-8 | 351 | @cindex UTF-8 |
| 352 | @quotation | 352 | @quotation |
| 353 | ASCII, Belarusian, Bengali, Brazilian Portuguese, Bulgarian, | 353 | ASCII, Belarusian, Bengali, Brazilian Portuguese, Bulgarian, Cham, |
| 354 | Chinese-BIG5, Chinese-CNS, Chinese-EUC-TW, Chinese-GB, Chinese-GBK, | 354 | Chinese-BIG5, Chinese-CNS, Chinese-EUC-TW, Chinese-GB, Chinese-GBK, |
| 355 | Chinese-GB18030, Croatian, Cyrillic-ALT, Cyrillic-ISO, Cyrillic-KOI8, | 355 | Chinese-GB18030, Croatian, Cyrillic-ALT, Cyrillic-ISO, Cyrillic-KOI8, |
| 356 | Czech, Devanagari, Dutch, English, Esperanto, Ethiopic, French, | 356 | Czech, Devanagari, Dutch, English, Esperanto, Ethiopic, French, |
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index 66281d6dbbb..b99c98d84e0 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi | |||
| @@ -47,7 +47,7 @@ its own list of resources; to update it, use the command | |||
| 47 | @command{xrdb}---for instance, @samp{xrdb ~/.Xdefaults}. | 47 | @command{xrdb}---for instance, @samp{xrdb ~/.Xdefaults}. |
| 48 | 48 | ||
| 49 | @cindex registry, setting resources (MS-Windows) | 49 | @cindex registry, setting resources (MS-Windows) |
| 50 | (MS-Windows systems do not support X resource files; on Windows, | 50 | (MS-Windows systems do not support X resource files; on such systems, |
| 51 | Emacs looks for X resources in the Windows Registry, first under the | 51 | Emacs looks for X resources in the Windows Registry, first under the |
| 52 | key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs}, which affects only | 52 | key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs}, which affects only |
| 53 | the current user and override the system-wide settings, and then under | 53 | the current user and override the system-wide settings, and then under |