]> git.eshelyaron.com Git - emacs.git/commitdiff
Reword some doc/emacs to remove/reduce some overly long/short lines.
authorGlenn Morris <rgm@gnu.org>
Sat, 28 Apr 2012 07:45:03 +0000 (00:45 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 28 Apr 2012 07:45:03 +0000 (00:45 -0700)
* 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.

doc/emacs/ChangeLog
doc/emacs/building.texi
doc/emacs/cmdargs.texi
doc/emacs/custom.texi
doc/emacs/frames.texi
doc/emacs/maintaining.texi
doc/emacs/misc.texi
doc/emacs/mule.texi
doc/emacs/xresources.texi

index 32a5e43b41b6ec65dad13b84809847422d0a5a56..91f50958920ec24acd6ad71d24b43645662f05ef 100644 (file)
@@ -1,3 +1,15 @@
+2012-04-28  Glenn Morris  <rgm@gnu.org>
+
+       * 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.
+
 2012-04-27  Glenn Morris  <rgm@gnu.org>
 
        * emacs.texi: Some fixes for detailed menu.
index 4b92376b8a9acf0f14e524a3ef2fffdf38c33e25..999afa7df2cd9b4ac521d16e54fd9311fa7a51e5 100644 (file)
@@ -426,11 +426,11 @@ syntax checking tool used depends on the language; for example, for
 C/C++ files this is usually the C compiler.  Flymake can also use
 build tools such as @code{make} for checking complicated projects.
 
-  To enable Flymake mode, type @kbd{M-x flymake-mode}.  You can go to
-the errors found by Flymake mode with @kbd{M-x
-flymake-goto-next-error} and @kbd{M-x flymake-goto-prev-error}.  To
-display any error messages associated with the current line, use
-@kbd{M-x flymake-display-err-menu-for-current-line}.
+  To enable Flymake mode, type @kbd{M-x flymake-mode}.  You can jump to
+the errors that it finds by using @kbd{M-x
+flymake-goto-next-error} and @kbd{M-x flymake-goto-prev-error}.
+Use the command @kbd{M-x flymake-display-err-menu-for-current-line}
+to display any error messages associated with the current line.
 
   For more details about using Flymake,
 @ifnottex
index 222aa0f843448ef69db7c96e6e5a85ee41aa6385..c387b99915f6cc1b1cf95326faa079240a29190d 100644 (file)
@@ -308,7 +308,7 @@ in your initialization file (@pxref{Entering Emacs}).
 @opindex -Q
 @itemx --quick
 @opindex --quick
-Start emacs with minimum customizations, similar to using @samp{-q},
+Start emacs with minimum customizations.  This is similar to using @samp{-q},
 @samp{--no-site-file}, @samp{--no-site-lisp}, and @samp{--no-splash}
 together.  This also stops Emacs from processing X resources by
 setting @code{inhibit-x-resources} to @code{t} (@pxref{Resources}).
index cfd45de6aca98ccb9f225316bf0724f9abee67e8..bf2602f8f088c88019150e11a1e91e1676be21e5 100644 (file)
@@ -1054,8 +1054,8 @@ pair with a colon and semicolon.  The special variable/value pair
 @findex add-file-local-variable-prop-line
 @findex delete-file-local-variable-prop-line
 @findex copy-dir-locals-to-file-locals-prop-line
-  Instead of adding variable/value pairs by hand, you can use the
-command @kbd{M-x add-file-local-variable-prop-line}.  This prompts for
+  You can use the command @kbd{M-x add-file-local-variable-prop-line}
+instead of adding entries by hand.  It prompts for
 a variable and value, and adds them to the first line in the
 appropriate way.  @kbd{M-x delete-file-local-variable-prop-line}
 prompts for a variable, and deletes its entry from the line.  @kbd{M-x
@@ -1522,7 +1522,7 @@ circumstances.
 @vindex minibuffer-local-completion-map
 @vindex minibuffer-local-must-match-map
 @vindex minibuffer-local-filename-completion-map
-@vindex minibuffer-local-must-match-filename-map
+@vindex minibuffer-local-filename-must-match-map
   The minibuffer has its own set of local keymaps; they contain various
 completion and exit commands.
 
@@ -1539,7 +1539,7 @@ just like @key{RET}.
 for cautious completion.
 @item
 @code{minibuffer-local-filename-completion-map} and
-@code{minibuffer-local-must-match-filename-map} are like the two
+@code{minibuffer-local-filename-must-match-map} are like the two
 previous ones, but they are specifically for file name completion.
 They do not bind @key{SPC}.
 @end itemize
index 9e9909e8bca75a6262ffddd6eab31832c5901380..7b912ec9722cbc019205e2014aa96b9516fff2c5 100644 (file)
@@ -666,8 +666,8 @@ The font slant---normally @samp{r} (roman), @samp{i} (italic),
 Some font names support other values.
 @item widthtype
 The font width---normally @samp{normal}, @samp{condensed},
-@samp{extended}, or @samp{semicondensed} (some font names support
-other values).
+@samp{semicondensed}, or @samp{extended}.  Some font names support
+other values.
 @item style
 An optional additional style name.  Usually it is empty---most XLFDs
 have two hyphens in a row at this point.
index 9d56b3bdc6eb9edf3fcf475ea93eedc6fcad4ba1..72583f25c8b3ade36484a06e190b4ee857b04c29 100644 (file)
@@ -893,7 +893,7 @@ Display the change history for the current repository
 (@code{vc-print-root-log}).
 
 @item C-x v I
-Display the changes that will be received with a pull operation
+Display the changes that a pull operation will retrieve
 (@code{vc-log-incoming}).
 
 @item C-x v O
index b91763116b8fdfdf2413b0763bb21ca26ed6a31c..ecbcda1ce8aecf47a6b914d3d6e9526ea01dda58 100644 (file)
@@ -2481,8 +2481,8 @@ find the one you select (@code{ffap-menu}).
 
 @findex animate-birthday-present
 @cindex animate
-  The @code{animate} package makes text dance.  For an example, try
-@kbd{M-x animate-birthday-present}.
+  The @code{animate} package makes text dance (e.g. try
+@kbd{M-x animate-birthday-present}).
 
 @findex blackbox
 @findex mpuz
index 9c1d908f88234dbb0952fa56673d829eff80e6e6..cffcb7573ffabbb0d18ff8e09d942d969760ab4f 100644 (file)
@@ -350,7 +350,7 @@ to the Emacs session.  The supported language environments
 @cindex Euro sign
 @cindex UTF-8
 @quotation
-ASCII, Belarusian, Bengali, Brazilian Portuguese, Bulgarian,
+ASCII, Belarusian, Bengali, Brazilian Portuguese, Bulgarian, Cham,
 Chinese-BIG5, Chinese-CNS, Chinese-EUC-TW, Chinese-GB, Chinese-GBK,
 Chinese-GB18030, Croatian, Cyrillic-ALT, Cyrillic-ISO, Cyrillic-KOI8,
 Czech, Devanagari, Dutch, English, Esperanto, Ethiopic, French,
index 66281d6dbbb757d7ba240dae5e56c7139a3985ae..b99c98d84e010054ea69fed051185513e664148a 100644 (file)
@@ -47,7 +47,7 @@ its own list of resources; to update it, use the command
 @command{xrdb}---for instance, @samp{xrdb ~/.Xdefaults}.
 
 @cindex registry, setting resources (MS-Windows)
-  (MS-Windows systems do not support X resource files; on Windows,
+  (MS-Windows systems do not support X resource files; on such systems,
 Emacs looks for X resources in the Windows Registry, first under the
 key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs}, which affects only
 the current user and override the system-wide settings, and then under