diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-11 07:47:25 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-11 07:48:21 -0700 |
commit | 279558f472246dd19864f4175cb1d6061bc1ed92 (patch) | |
tree | 1206fa105e58d28ba7e9d107cb1968d8391b241f /doc/misc/efaq-w32.texi | |
parent | 7c7b96eba0599d94ebf93032beb928cf2c043845 (diff) | |
download | emacs-279558f472246dd19864f4175cb1d6061bc1ed92.tar.gz |
Minor quoting etc. fixes to misc manuals
Fix some minor quoting and spacing issues. Distinguish more
clearly among grave accent and apostrophe (which are ASCII) and
single quote (which is not). Prefer the standard terms
"apostrophe" and "grave accent" to alternative names that can be
confusing. Use apostrophes to single-quote ASCII text.
* doc/misc/remember.texi: Spell the mystic's pseudonym in UTF-8
rather than approximating it in ASCII with grave accent.
Diffstat (limited to 'doc/misc/efaq-w32.texi')
-rw-r--r-- | doc/misc/efaq-w32.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi index ab5eb066918..566a6d75886 100644 --- a/doc/misc/efaq-w32.texi +++ b/doc/misc/efaq-w32.texi @@ -22,7 +22,7 @@ Copyright @copyright{} 2008, 2010-2015 Free Software Foundation, Inc. @quotation This list of frequently asked questions about GNU Emacs on MS Windows with answers (``FAQ'') may be translated into other languages, -transformed into other formats (e.g. Texinfo, Info, WWW), and updated +transformed into other formats (e.g., Texinfo, Info, WWW), and updated with new information. The same conditions apply to any derivative of the FAQ as apply to the FAQ @@ -594,7 +594,7 @@ Subject: Re: Re[2]: problem with caps/ctrl swap on NT 4.0 @smallexample It's a binary value that lets you map keystrokes in the low-level keyboard drivers in NT. As a result you don't have to worry about applications -bypassing mappings that you've done at a higher level (i.e. it just works). +bypassing mappings that you've done at a higher level (i.e., it just works). Here's the format of the value: @@ -674,7 +674,7 @@ The minor mode @code{transient-mark-mode} changes the behavior of the mark in two ways. First, it distinguishes between an active mark that has just been defined or reactivated, and an inactive mark. When the mark is active, some commands that normally act on lines, words, -buffers etc. will instead act on the region. An inactive mark needs +buffers, etc., will instead act on the region. An inactive mark needs to be reactivated to operate on it, unless @code{mark-even-if-inactive} is set. Secondly, @code{transient-mark-mode} also highlights the region when it is active, providing the same visual clue that you get @@ -2029,8 +2029,8 @@ select it. For arguments, use @option{+$(CurLine)} (the quotes around FilePath handle paths with spaces in them). Set the Menu Text to say "Em&acs". The @option{+$(CurLine)} will set point in Emacs to the same line as the cursor position in VC++. The ampersand -in the word @code{Em&acs} allows you to select emacs from the keyboard. (E -is already used for the OLE control test container.) +in the word @code{Em&acs} allows you to select emacs from the keyboard. +(E is already used for the OLE control test container.) You should now be able to go to any source file in your project. Then, use the pull-down menu @code{Tools->Emacs}. The active file in your |