diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2020-06-17 12:53:40 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2020-06-17 13:07:51 +0100 |
commit | 229995ba2cd9f6d0a749a38c106cbfbfd04119a8 (patch) | |
tree | f6316dae413931d8c46537646c527b9c4864a5b6 /doc/misc/efaq-w32.texi | |
parent | 01e86b9fdf9858ca6b491a247dffcb2fcada5728 (diff) | |
download | emacs-229995ba2cd9f6d0a749a38c106cbfbfd04119a8.tar.gz |
Fix some Texinfo markup
* doc/misc/gnus-faq.texi (FAQ 3-11):
* doc/emacs/frames.texi (Tab Bars): Consistently use @var with
lower-case metasyntactic variables and @minus instead of a dash.
(Text-Only Mouse):
* doc/emacs/files.texi (Auto Revert):
* doc/emacs/misc.texi (emacsclient Options)
(Embedded WebKit Widgets):
* doc/lispref/control.texi (pcase Macro):
* doc/lispref/debugging.texi (Backtraces):
* doc/lispref/files.texi (Truenames):
* doc/lispref/frames.texi (Management Parameters):
* doc/lispref/os.texi (Time Calculations):
* doc/lispref/text.texi (Parsing JSON):
* doc/misc/efaq-w32.texi (Other versions of Emacs, Debugging)
(Swap Caps NT, Printing, Bash, Developing with Emacs):
* doc/misc/efaq.texi (New in Emacs 25):
* doc/misc/emacs-gnutls.texi (Help For Users):
* doc/misc/message.texi (Using S/MIME, Passphrase caching):
* test/manual/etags/tex-src/gzip.texi (Overview): Use @. when a
sentence in the middle of a paragraph ends with an upper-case letter
as per "(texinfo) Ending a Sentence".
Diffstat (limited to 'doc/misc/efaq-w32.texi')
-rw-r--r-- | doc/misc/efaq-w32.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi index 83dd176f984..bbfc86b111e 100644 --- a/doc/misc/efaq-w32.texi +++ b/doc/misc/efaq-w32.texi @@ -143,7 +143,7 @@ executable, using the MinGW GCC compiler and development tools. @cindex DOS port @cindex Windows 3.11 port -Emacs can also be compiled for MSDOS. When run on recent MS Windows, +Emacs can also be compiled for MSDOS@. When run on recent MS Windows, it supports long file names, and uses the Windows clipboard. See the @file{msdos} directory in the Emacs sources for building instructions (requires DJGPP). @@ -222,7 +222,7 @@ specific notes about debugging Emacs. @cindex debugging Emacs with GDB GDB is the GNU debugger, which can be used to debug Emacs when it has -been compiled with MinGW GCC. The best results will be obtained if +been compiled with MinGW GCC@. The best results will be obtained if you start gdb from the @file{src} directory as @kbd{gdb ./emacs.exe}. This will load the init file @file{.gdbinit}@footnote{ Latest versions of GDB might refuse to load the init file for security @@ -592,7 +592,7 @@ Subject: Re: Re[2]: problem with caps/ctrl swap on NT 4.0 @end ignore @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 +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). Here's the format of the value: @@ -1187,7 +1187,7 @@ A lot of effort has gone into making it easier to print from Emacs on MS Windows, but this has still been insufficient to keep up with changes in printing technology from text and postscript based printers connected via ports that can be accessed directly, to graphical -printers that are only accessible via USB. For details, see +printers that are only accessible via USB@. For details, see @uref{http://www.emacswiki.org/emacs/PrintingFromEmacs, Emacs Wiki}, @uref{http://www.emacswiki.org/emacs/PrintWithWebBrowser}, and @uref{http://www.emacswiki.org/emacs/PrintFromWindowsExplorer}. @@ -1398,7 +1398,7 @@ default shell in Emacs, you can place the following in your init file: @end example WARNING: Some versions of bash set and use the environment variable -PID. For some as yet unknown reason, if @env{PID} is set and Emacs +PID@. For some as yet unknown reason, if @env{PID} is set and Emacs passes it on to bash subshells, bash dies (Emacs can inherit the @env{PID} variable if it's started from a bash shell). If you clear the @env{PID} variable in your init file, you should be able to @@ -1890,9 +1890,9 @@ need to use. @node MSVC @section How do I use Emacs with Microsoft Visual C++ -There are two ways you can use Emacs in conjunction with MSVC. You +There are two ways you can use Emacs in conjunction with MSVC@. You can use Emacs as the editor, and do everything else in the DevStudio -IDE. Or you can use Emacs as an IDE, calling the MSVC command line +IDE@. Or you can use Emacs as an IDE, calling the MSVC command line tools to build your project. @menu |