diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-08 18:03:06 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-08 18:03:37 -0700 |
commit | 4f08fb5aaa08cc66cfd8d62a928abe016668f29e (patch) | |
tree | 11dbbf2e0d01f0b08ee077c79702b5a8f422257d /doc/emacs/building.texi | |
parent | 31f31a753f7c6ab6dcc49d62c57a41e0092cbb51 (diff) | |
download | emacs-4f08fb5aaa08cc66cfd8d62a928abe016668f29e.tar.gz emacs-4f08fb5aaa08cc66cfd8d62a928abe016668f29e.tar.bz2 emacs-4f08fb5aaa08cc66cfd8d62a928abe016668f29e.zip |
Minor quoting etc. fixes to Emacs manual
* doc/emacs/Makefile.in, doc/emacs/ack.texi, doc/emacs/building.texi:
* doc/emacs/calendar.texi, doc/emacs/cmdargs.texi:
* doc/emacs/custom.texi, doc/emacs/dired.texi, doc/emacs/emacs.texi:
* doc/emacs/files.texi, doc/emacs/glossary.texi, doc/emacs/gnu.texi:
* doc/emacs/indent.texi, doc/emacs/macos.texi:
* doc/emacs/maintaining.texi, doc/emacs/makefile.w32-in:
* doc/emacs/programs.texi, doc/emacs/rmail.texi:
* doc/emacs/search.texi, doc/emacs/trouble.texi:
* doc/emacs/vc1-xtra.texi:
Use American-style double quoting in ordinary text,
and quote 'like this' when single-quoting in ASCII text.
Also, fix some minor spacing issues.
Diffstat (limited to 'doc/emacs/building.texi')
-rw-r--r-- | doc/emacs/building.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index b0e6538d1af..b4a99a1c25e 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -947,7 +947,7 @@ of the window. Disabled breakpoints are indicated with @samp{b}. (The margin is only displayed if a breakpoint is present.) A solid arrow in the left fringe of a source buffer indicates the -line of the innermost frame where the debugged program has stopped. A +line of the innermost frame where the debugged program has stopped. A hollow arrow indicates the current execution line of a higher-level frame. If you drag the arrow in the fringe with @kbd{Mouse-1}, that causes execution to advance to the line where you release the button. @@ -1138,7 +1138,7 @@ size for these data items. When @code{gdb-many-windows} is non-@code{nil}, the locals buffer shares its window with the registers buffer, just like breakpoints and -threads buffers. To switch from one to the other, click with +threads buffers. To switch from one to the other, click with @kbd{Mouse-1} on the relevant button in the header line. @node Watch Expressions @@ -1457,8 +1457,8 @@ Evaluate all the Emacs Lisp expressions in the buffer. @end table @ifinfo -@c This uses ``colon'' instead of a literal `:' because Info cannot -@c cope with a `:' in a menu +@c This uses 'colon' instead of a literal ':' because Info cannot +@c cope with a ':' in a menu. @kindex M-@key{colon} @end ifinfo @ifnotinfo |