Spacing and punctuation fixes

This commit is contained in:
Paul Eggert 2015-03-17 16:55:02 -07:00
parent 7ec63a3afa
commit 41278b775b
40 changed files with 69 additions and 69 deletions

View file

@ -204,7 +204,7 @@ for Korean Hanja.
@item @item
Andrew Choi and Yamamoto Mitsuharu wrote the Carbon support, used Andrew Choi and Yamamoto Mitsuharu wrote the Carbon support, used
prior to Emacs 23 for Mac OS. Yamamoto Mitsuharu continued to prior to Emacs 23 for Mac OS@. Yamamoto Mitsuharu continued to
contribute to Mac OS support in the newer Nextstep port; and also contribute to Mac OS support in the newer Nextstep port; and also
improved support for multi-monitor displays. improved support for multi-monitor displays.

View file

@ -642,7 +642,7 @@ the directory names in reverse order, so that @file{/top/middle/file}
becomes @samp{file\middle\top}, while @code{post-forward} puts them in becomes @samp{file\middle\top}, while @code{post-forward} puts them in
forward order after the file name, as in @samp{file|top/middle}. If forward order after the file name, as in @samp{file|top/middle}. If
@code{uniquify-buffer-name-style} is set to @code{nil}, the buffer @code{uniquify-buffer-name-style} is set to @code{nil}, the buffer
names simply get @samp{<2>}, @samp{<3>}, etc. appended. names simply get @samp{<2>}, @samp{<3>}, etc.@: appended.
Which rule to follow for putting the directory names in the buffer Which rule to follow for putting the directory names in the buffer
name is not very important if you are going to @emph{look} at the name is not very important if you are going to @emph{look} at the

View file

@ -138,7 +138,7 @@ instructs the scrolling commands not to fontify (@pxref{Font Lock})
any unfontified text they scroll over, instead to assume it has the any unfontified text they scroll over, instead to assume it has the
default face. This can cause Emacs to scroll to somewhat wrong buffer default face. This can cause Emacs to scroll to somewhat wrong buffer
positions when the faces in use are not all the same size, even with positions when the faces in use are not all the same size, even with
single (i.e. without auto-repeat) scrolling operations. single (i.e., without auto-repeat) scrolling operations.
@vindex scroll-up @vindex scroll-up
@vindex scroll-down @vindex scroll-down

View file

@ -955,7 +955,7 @@ bar width, change the @code{scroll-bar-width} frame parameter
@cindex overscrolling @cindex overscrolling
If you're using Emacs on X (with GTK+ or Motif), you can customize the If you're using Emacs on X (with GTK+ or Motif), you can customize the
variable @code{scroll-bar-adjust-thumb-portion} to control variable @code{scroll-bar-adjust-thumb-portion} to control
@dfn{overscrolling} of the scroll bar, i.e. dragging the thumb down even @dfn{overscrolling} of the scroll bar, i.e., dragging the thumb down even
when the end of the buffer is visible. If its value is when the end of the buffer is visible. If its value is
non-@code{nil}, the scroll bar can be dragged downwards even if the non-@code{nil}, the scroll bar can be dragged downwards even if the
end of the buffer is shown; if @code{nil}, the thumb will be at the end of the buffer is shown; if @code{nil}, the thumb will be at the

View file

@ -848,7 +848,7 @@ shifting the original text to the right.
The command @kbd{C-x @key{SPC}} (@code{rectangle-mark-mode}) toggles The command @kbd{C-x @key{SPC}} (@code{rectangle-mark-mode}) toggles
whether the region-rectangle or the standard region is highlighted whether the region-rectangle or the standard region is highlighted
(first activating the region if necessary). When this mode is enabled, (first activating the region if necessary). When this mode is enabled,
commands that resize the region (@kbd{C-f}, @kbd{C-n} etc.) do commands that resize the region (@kbd{C-f}, @kbd{C-n} etc.)@: do
so in a rectangular fashion, and killing and yanking operate on the so in a rectangular fashion, and killing and yanking operate on the
rectangle. @xref{Killing}. The mode persists only as long as the rectangle. @xref{Killing}. The mode persists only as long as the
region is active. region is active.

View file

@ -266,7 +266,7 @@ for more information about the language environment @var{lang-env}.
Supported language environments include: Supported language environments include:
@c @cindex entries below are split between portions of the list to @c @cindex entries below are split between portions of the list to
@c make them more accurate, i.e. land on the line that mentions the @c make them more accurate, i.e., land on the line that mentions the
@c language. However, makeinfo 4.x doesn't fill inside @quotation @c language. However, makeinfo 4.x doesn't fill inside @quotation
@c lines that follow a @cindex entry and whose text has no whitespace. @c lines that follow a @cindex entry and whose text has no whitespace.
@c To work around, we group the language environments together, so @c To work around, we group the language environments together, so

View file

@ -342,7 +342,7 @@ Here, @var{backtrace} is the name of a text file containing a copy of
the backtrace, @var{bindir} is the name of the directory that the backtrace, @var{bindir} is the name of the directory that
contains the Emacs executable, and @var{emacs-binary} is the name of contains the Emacs executable, and @var{emacs-binary} is the name of
the Emacs executable file, normally @file{emacs} on GNU and Unix the Emacs executable file, normally @file{emacs} on GNU and Unix
systems and @file{emacs.exe} on MS-Windows and MS-DOS. Omit the systems and @file{emacs.exe} on MS-Windows and MS-DOS@. Omit the
@option{-p} option if your version of @command{addr2line} is too old @option{-p} option if your version of @command{addr2line} is too old
to have it. to have it.
@ -1142,7 +1142,7 @@ making diffs of C code. This shows the name of the function that each
change occurs in. change occurs in.
If you are using the Emacs repository, make sure your copy is If you are using the Emacs repository, make sure your copy is
up-to-date (e.g. with @code{git pull}). You can commit your changes up-to-date (e.g., with @code{git pull}). You can commit your changes
to a private branch and generate a patch from the master version by to a private branch and generate a patch from the master version by
using @code{git format-patch master}. Or you can leave your changes using @code{git format-patch master}. Or you can leave your changes
uncommitted and use @code{git diff}. uncommitted and use @code{git diff}.
@ -1173,7 +1173,7 @@ explanation in comments in the code. It will be more useful there.
Please look at the change log entries of recent commits to see what Please look at the change log entries of recent commits to see what
sorts of information to put in, and to learn the style that we use. Note that, sorts of information to put in, and to learn the style that we use. Note that,
unlike some other projects, we do require change logs for unlike some other projects, we do require change logs for
documentation, i.e. Texinfo files. documentation, i.e., Texinfo files.
@xref{Change Log}, @xref{Change Log},
@ifset WWW_GNU_ORG @ifset WWW_GNU_ORG
see see
@ -1389,7 +1389,7 @@ user freedom and to defend the rights of all free software users.
For general information, see the website @url{http://www.fsf.org/}. For general information, see the website @url{http://www.fsf.org/}.
Generally speaking, for non-trivial contributions to GNU Emacs we Generally speaking, for non-trivial contributions to GNU Emacs we
require that the copyright be assigned to the FSF. For the reasons require that the copyright be assigned to the FSF@. For the reasons
behind this, see @url{http://www.gnu.org/licenses/why-assign.html}. behind this, see @url{http://www.gnu.org/licenses/why-assign.html}.
Copyright assignment is a simple process. Residents of some countries Copyright assignment is a simple process. Residents of some countries
@ -1408,7 +1408,7 @@ is not enough). Also, a disclaimer cannot be applied to future work, it
has to be repeated each time you want to send something new. has to be repeated each time you want to send something new.
We can accept small changes (roughly, fewer than 15 lines) without We can accept small changes (roughly, fewer than 15 lines) without
an assignment. This is a cumulative limit (e.g. three separate 5 line an assignment. This is a cumulative limit (e.g., three separate 5 line
patches) over all your contributions. patches) over all your contributions.
@node Service @node Service

View file

@ -387,7 +387,7 @@ Truth and Falsehood in Emacs Lisp
* Point and mark:: A review of various locations. * Point and mark:: A review of various locations.
* Template for save-excursion:: * Template for save-excursion::
A Few Buffer--Related Functions A Few Buffer-Related Functions
* Finding More:: How to find more information. * Finding More:: How to find more information.
* simplified-beginning-of-buffer:: Shows @code{goto-char}, * simplified-beginning-of-buffer:: Shows @code{goto-char},
@ -4547,7 +4547,7 @@ and if so, prints an appropriate message.
@end itemize @end itemize
@node Buffer Walk Through @node Buffer Walk Through
@chapter A Few Buffer--Related Functions @chapter A Few Buffer-Related Functions
In this chapter we study in detail several of the functions used in GNU In this chapter we study in detail several of the functions used in GNU
Emacs. This is called a ``walk-through''. These functions are used as Emacs. This is called a ``walk-through''. These functions are used as
@ -12114,7 +12114,7 @@ Internet, see
@uref{http://www.gnu.org/software/texinfo/manual/texinfo/} @uref{http://www.gnu.org/software/texinfo/manual/texinfo/}
@end ifhtml @end ifhtml
@iftex @iftex
``Indicating Definitions, Commands, etc.'' in @cite{Texinfo, The GNU ``Indicating Definitions, Commands, etc.''@: in @cite{Texinfo, The GNU
Documentation Format}. Documentation Format}.
@end iftex @end iftex
@end itemize @end itemize

View file

@ -132,7 +132,7 @@ byte compiler to warn if the command is called from Lisp. The output
of @code{describe-function} will include similar information. of @code{describe-function} will include similar information.
The value of the property can be: a string, which the byte-compiler The value of the property can be: a string, which the byte-compiler
will use directly in its warning (it should end with a period, and not will use directly in its warning (it should end with a period, and not
start with a capital, e.g. ``use @dots{} instead.''); @code{t}; any start with a capital, e.g., ``use @dots{} instead.''); @code{t}; any
other symbol, which should be an alternative function to use in Lisp other symbol, which should be an alternative function to use in Lisp
code. code.

View file

@ -2154,7 +2154,7 @@ stipple patterns.
Alternative foreground color, a string. This is like @code{:foreground} Alternative foreground color, a string. This is like @code{:foreground}
but the color is only used as a foreground when the background color is but the color is only used as a foreground when the background color is
near to the foreground that would have been used. This is useful for near to the foreground that would have been used. This is useful for
example when marking text (i.e. the region face). If the text has a foreground example when marking text (i.e., the region face). If the text has a foreground
that is visible with the region face, that foreground is used. that is visible with the region face, that foreground is used.
If the foreground is near the region face background, If the foreground is near the region face background,
@code{:distant-foreground} is used instead so the text is readable. @code{:distant-foreground} is used instead so the text is readable.

View file

@ -360,7 +360,7 @@ coordinates might be negative.
Position of the top-left corner and size of the work area (``usable'' Position of the top-left corner and size of the work area (``usable''
space) in pixels as @samp{(@var{x} @var{y} @var{width} @var{height})}. space) in pixels as @samp{(@var{x} @var{y} @var{width} @var{height})}.
This may be different from @samp{geometry} in that space occupied by This may be different from @samp{geometry} in that space occupied by
various window manager features (docks, taskbars, etc.) may be various window manager features (docks, taskbars, etc.)@: may be
excluded from the work area. Whether or not such features actually excluded from the work area. Whether or not such features actually
subtract from the work area depends on the platform and environment. subtract from the work area depends on the platform and environment.
Again, if the monitor is not the primary monitor, some of the Again, if the monitor is not the primary monitor, some of the

View file

@ -1222,7 +1222,7 @@ This macro is the handy way to add the advice @var{function} to the function
stored in @var{place} (@pxref{Generalized Variables}). stored in @var{place} (@pxref{Generalized Variables}).
@var{where} determines how @var{function} is composed with the @var{where} determines how @var{function} is composed with the
existing function, e.g. whether @var{function} should be called before, or existing function, e.g., whether @var{function} should be called before, or
after the original function. @xref{Advice combinators}, for the list of after the original function. @xref{Advice combinators}, for the list of
available ways to compose the two functions. available ways to compose the two functions.
@ -1310,7 +1310,7 @@ and its properties.
@defun advice-eval-interactive-spec spec @defun advice-eval-interactive-spec spec
Evaluate the interactive @var{spec} just like an interactive call to a function Evaluate the interactive @var{spec} just like an interactive call to a function
with such a spec would, and then return the corresponding list of arguments with such a spec would, and then return the corresponding list of arguments
that was built. E.g. @code{(advice-eval-interactive-spec "r\nP")} will that was built. E.g., @code{(advice-eval-interactive-spec "r\nP")} will
return a list of three elements, containing the boundaries of the region and return a list of three elements, containing the boundaries of the region and
the current prefix argument. the current prefix argument.
@end defun @end defun

View file

@ -1624,7 +1624,7 @@ similar advice may apply to the unsigned counterparts (e.g.,
of @code{intptr_t}). of @code{intptr_t}).
@item @item
Prefer @code{int} for Emacs character codes, in the range 0 ..@: 0x3FFFFF. Prefer @code{int} for Emacs character codes, in the range 0 ..@: 0x3FFFFF@.
More generally, prefer @code{int} for integers known to be in More generally, prefer @code{int} for integers known to be in
@code{int} range, e.g., screen column counts. @code{int} range, e.g., screen column counts.

View file

@ -95,7 +95,7 @@ suffix), unless it contains an explicit directory name.
If the option @code{load-prefer-newer} is non-@code{nil}, then when If the option @code{load-prefer-newer} is non-@code{nil}, then when
searching suffixes, @code{load} selects whichever version of a file searching suffixes, @code{load} selects whichever version of a file
(@samp{.elc}, @samp{.el}, etc.) has been modified most recently. (@samp{.elc}, @samp{.el}, etc.)@: has been modified most recently.
If @var{filename} is a relative file name, such as @file{foo} or If @var{filename} is a relative file name, such as @file{foo} or
@file{baz/foo.bar}, @code{load} searches for the file using the variable @file{baz/foo.bar}, @code{load} searches for the file using the variable

View file

@ -102,7 +102,7 @@ the minibuffer is in a separate frame. @xref{Minibuffers and Frames}.
When Emacs is running in batch mode, any request to read from the When Emacs is running in batch mode, any request to read from the
minibuffer actually reads a line from the standard input descriptor that minibuffer actually reads a line from the standard input descriptor that
was supplied when Emacs was started. This supports only basic input: was supplied when Emacs was started. This supports only basic input:
none of the special minibuffer features (history, completion, etc.) none of the special minibuffer features (history, completion, etc.)@:
are available in batch mode. are available in batch mode.
@node Text from Minibuffer @node Text from Minibuffer

View file

@ -261,7 +261,7 @@ If @var{x} is finite, then @var{s} is a floating-point number between 0.5
@math{x = s 2^e}. @math{x = s 2^e}.
@end tex @end tex
If @var{x} is zero or infinity, then @var{s} is the same as @var{x}. If @var{x} is zero or infinity, then @var{s} is the same as @var{x}.
If @var{x} is a NaN, then @var{s} is also a NaN. If @var{x} is a NaN, then @var{s} is also a NaN@.
If @var{x} is zero, then @var{e} is 0. If @var{x} is zero, then @var{e} is 0.
@end defun @end defun

View file

@ -344,7 +344,7 @@ When reading or writing from the standard input/output streams of the
Emacs process in batch mode, it is sometimes required to make sure any Emacs process in batch mode, it is sometimes required to make sure any
arbitrary binary data will be read/written verbatim, and/or that no arbitrary binary data will be read/written verbatim, and/or that no
translation of newlines to or from CR-LF pairs are performed. This translation of newlines to or from CR-LF pairs are performed. This
issue does not exist on Posix hosts, only on MS-Windows and MS-DOS. issue does not exist on Posix hosts, only on MS-Windows and MS-DOS@.
The following function allows to control the I/O mode of any standard The following function allows to control the I/O mode of any standard
stream of the Emacs process. stream of the Emacs process.

View file

@ -811,7 +811,7 @@ Delete trailing whitespace in the region defined by @var{start} and
This command deletes whitespace characters after the last This command deletes whitespace characters after the last
non-whitespace character in each line in the region. non-whitespace character in each line in the region.
If this command acts on the entire buffer (i.e. if called If this command acts on the entire buffer (i.e., if called
interactively with the mark inactive, or called from Lisp with interactively with the mark inactive, or called from Lisp with
@var{end} @code{nil}), it also deletes all trailing lines at the end of the @var{end} @code{nil}), it also deletes all trailing lines at the end of the
buffer if the variable @code{delete-trailing-lines} is non-@code{nil}. buffer if the variable @code{delete-trailing-lines} is non-@code{nil}.
@ -2720,7 +2720,7 @@ text properties are considered, since strings never have overlays.
@defun get-pos-property position prop &optional object @defun get-pos-property position prop &optional object
This function is like @code{get-char-property}, except that it pays This function is like @code{get-char-property}, except that it pays
attention to properties' stickiness and overlays' advancement settings attention to properties' stickiness and overlays' advancement settings
instead of the property of the character at (i.e. right after) instead of the property of the character at (i.e., right after)
@var{position}. @var{position}.
@end defun @end defun

View file

@ -111,9 +111,9 @@ You can use spaces inside a password or other token by surrounding the
token with either single or double quotes. token with either single or double quotes.
You can use single quotes inside a password or other token by You can use single quotes inside a password or other token by
surrounding it with double quotes, e.g. @code{"he'llo"}. Similarly you surrounding it with double quotes, e.g., @code{"he'llo"}. Similarly you
can use double quotes inside a password or other token by surrounding can use double quotes inside a password or other token by surrounding
it with single quotes, e.g. @code{'he"llo'}. You can't mix both (so a it with single quotes, e.g., @code{'he"llo'}. You can't mix both (so a
password or other token can't have both single and double quotes). password or other token can't have both single and double quotes).
All this is optional. You could just say (but we don't recommend it, All this is optional. You could just say (but we don't recommend it,

View file

@ -36800,7 +36800,7 @@ desired function, or with @kbd{x} or @kbd{z} followed by a function name,
or with @kbd{$} to take a formula from the top of the stack, or with or with @kbd{$} to take a formula from the top of the stack, or with
@kbd{'} and a typed formula. In the last two cases, the formula may @kbd{'} and a typed formula. In the last two cases, the formula may
be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}, or it be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}, or it
may include @kbd{$}, @kbd{$$}, etc. (where @kbd{$} will correspond to the may include @kbd{$}, @kbd{$$}, etc.@: (where @kbd{$} will correspond to the
last argument of the created function), or otherwise you will be last argument of the created function), or otherwise you will be
prompted for an argument list. The number of vectors popped from the prompted for an argument list. The number of vectors popped from the
stack by @kbd{V M} depends on the number of arguments of the function. stack by @kbd{V M} depends on the number of arguments of the function.

View file

@ -1038,7 +1038,7 @@ Movement}. They might be removed from a future release of @ccmode{}.
Since there's a lot of normal text in comments and string literals, Since there's a lot of normal text in comments and string literals,
@ccmode{} provides features to edit these like in text mode. The goal @ccmode{} provides features to edit these like in text mode. The goal
is to do it seamlessly, i.e., you can use auto fill mode, sentence and is to do it seamlessly, i.e., you can use auto fill mode, sentence and
paragraph movement, paragraph filling, adaptive filling etc. wherever paragraph movement, paragraph filling, adaptive filling etc.@: wherever
there's a piece of normal text without having to think much about it. there's a piece of normal text without having to think much about it.
@ccmode{} keeps the indentation, fixes suitable comment line prefixes, @ccmode{} keeps the indentation, fixes suitable comment line prefixes,
and so on. and so on.
@ -7140,7 +7140,7 @@ of XEmacs since 19.16.
Due to release schedule skew, it is likely that all of these Emacsen Due to release schedule skew, it is likely that all of these Emacsen
have old versions of @ccmode{} and so should be upgraded. Access to the have old versions of @ccmode{} and so should be upgraded. Access to the
@ccmode{} source code, as well as more detailed information on Emacsen @ccmode{} source code, as well as more detailed information on Emacsen
compatibility, etc. are all available on the web site: compatibility, etc.@: are all available on the web site:
@quotation @quotation
@uref{http://cc-mode.sourceforge.net/} @uref{http://cc-mode.sourceforge.net/}

View file

@ -178,7 +178,7 @@ error. @ref{Signals}.
First off, please note that this manual cannot serve as a complete First off, please note that this manual cannot serve as a complete
introduction to object oriented programming and generic functions in introduction to object oriented programming and generic functions in
LISP. Although EIEIO is not a complete implementation of the Common LISP@. Although EIEIO is not a complete implementation of the Common
Lisp Object System (CLOS) and also differs from it in several aspects, Lisp Object System (CLOS) and also differs from it in several aspects,
it follows the same basic concepts. Therefore, it is highly it follows the same basic concepts. Therefore, it is highly
recommended to learn those from a textbook or tutorial first, recommended to learn those from a textbook or tutorial first,

View file

@ -716,8 +716,8 @@ stuff, to the current ERC buffer."
(setq erc-autojoin-channels-alist '(("freenode.net" "#emacs" "#erc"))) (setq erc-autojoin-channels-alist '(("freenode.net" "#emacs" "#erc")))
;; Rename server buffers to reflect the current network name instead ;; Rename server buffers to reflect the current network name instead
;; of SERVER:PORT. (e.g. "freenode" instead of "irc.freenode.net:6667"). This ;; of SERVER:PORT (e.g., "freenode" instead of "irc.freenode.net:6667").
;; is useful when using a bouncer like ZNC where you have multiple ;; This is useful when using a bouncer like ZNC where you have multiple
;; connections to the same server. ;; connections to the same server.
(setq erc-rename-buffers t) (setq erc-rename-buffers t)
@ -780,7 +780,7 @@ or if you have bugs to report, there are several places you can go.
@item @item
@uref{http://www.emacswiki.org/cgi-bin/wiki/ERC} is the @uref{http://www.emacswiki.org/cgi-bin/wiki/ERC} is the
emacswiki.org page for ERC@. Anyone may add tips, hints, etc. to it. emacswiki.org page for ERC@. Anyone may add tips, hints, etc.@: to it.
@item @item
You can ask questions about using ERC on the Emacs mailing list, You can ask questions about using ERC on the Emacs mailing list,

View file

@ -649,7 +649,7 @@ Programs that need a terminal to display output properly are referred
to in this manual as ``visual commands,'' because they are not simply to in this manual as ``visual commands,'' because they are not simply
line-oriented. You must tell Eshell which commands are visual, by line-oriented. You must tell Eshell which commands are visual, by
adding them to @code{eshell-visual-commands}; for commands that are adding them to @code{eshell-visual-commands}; for commands that are
visual for only certain @emph{sub}-commands -- e.g. @samp{git log} but visual for only certain @emph{sub}-commands -- e.g., @samp{git log} but
not @samp{git status} -- use @code{eshell-visual-subcommands}; and for not @samp{git status} -- use @code{eshell-visual-subcommands}; and for
commands that are visual only when passed certain options, use commands that are visual only when passed certain options, use
@code{eshell-visual-options}. @code{eshell-visual-options}.

View file

@ -126,7 +126,7 @@ specified in @code{eww-download-directory} (Default: @file{~/Downloads/}).
@cindex History @cindex History
EWW remembers the URLs you have visited to allow you to go back and EWW remembers the URLs you have visited to allow you to go back and
forth between them. By pressing @kbd{l} (@code{eww-back-url}) you go forth between them. By pressing @kbd{l} (@code{eww-back-url}) you go
to the previous URL. You can go forward again with @kbd{r} to the previous URL@. You can go forward again with @kbd{r}
(@code{eww-forward-url}). If you want an overview of your browsing (@code{eww-forward-url}). If you want an overview of your browsing
history press @kbd{H} (@code{eww-list-histories}) to open the history history press @kbd{H} (@code{eww-list-histories}) to open the history
buffer @file{*eww history*}. The history is lost when EWW is quit. buffer @file{*eww history*}. The history is lost when EWW is quit.
@ -247,7 +247,7 @@ Sessions, , emacs, The GNU Emacs Manual}.
@vindex eww-desktop-remove-duplicates @vindex eww-desktop-remove-duplicates
EWW history may sensibly contain multiple entries for the same page EWW history may sensibly contain multiple entries for the same page
URI. At run-time, these entries may still have different associated URI@. At run-time, these entries may still have different associated
point positions or the actual Web page contents. point positions or the actual Web page contents.
The latter, however, tend to be overly large to preserve in the The latter, however, tend to be overly large to preserve in the
desktop file, so they get omitted, thus rendering the respective desktop file, so they get omitted, thus rendering the respective

View file

@ -11482,7 +11482,7 @@ who wrote the article, the date it was written and the subject of the
article. That's well and nice, but there's also lots of information article. That's well and nice, but there's also lots of information
most people do not want to see---what systems the article has passed most people do not want to see---what systems the article has passed
through before reaching you, the @code{Message-ID}, the through before reaching you, the @code{Message-ID}, the
@code{References}, etc. ad nauseam---and you'll probably want to get rid @code{References}, etc.@: ad nauseam---and you'll probably want to get rid
of some of those lines. If you want to keep all those lines in the of some of those lines. If you want to keep all those lines in the
article buffer, you can set @code{gnus-show-all-headers} to @code{t}. article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
@ -25905,7 +25905,7 @@ Store custom flags and keywords
The registry can store custom flags and keywords for a message. For The registry can store custom flags and keywords for a message. For
instance, you can mark a message ``To-Do'' this way and the flag will instance, you can mark a message ``To-Do'' this way and the flag will
persist whether the message is in the nnimap, nnml, nnmaildir, persist whether the message is in the nnimap, nnml, nnmaildir,
etc. backends. etc.@: backends.
@item @item
Store arbitrary data Store arbitrary data
@ -25988,7 +25988,7 @@ registry will be pruned back to less than
@code{gnus-registry-max-entries}. This option controls exactly how @code{gnus-registry-max-entries}. This option controls exactly how
much less: the target is calculated as the maximum number of entries much less: the target is calculated as the maximum number of entries
minus the maximum number times this factor. The default is 0.1: minus the maximum number times this factor. The default is 0.1:
i.e. if your registry is limited to 50000 entries, pruning will try to i.e., if your registry is limited to 50000 entries, pruning will try to
cut back to 45000 entries. Entries with keys marked as precious will cut back to 45000 entries. Entries with keys marked as precious will
not be pruned. not be pruned.
@end defvar @end defvar

View file

@ -839,7 +839,7 @@ See @ref{hfy-display-class} for details of valid values for @var{class}.
(hfy-face-at P) (hfy-face-at P)
@end lisp @end lisp
Find face in effect at point P. If overlays are to be considered Find face in effect at point P@. If overlays are to be considered
(see @ref{hfy-optimisations}) then this may return a @code{defface} style (see @ref{hfy-optimisations}) then this may return a @code{defface} style
list of face properties instead of a face symbol. list of face properties instead of a face symbol.
@ -1418,7 +1418,7 @@ Add @samp{<div class="default"> </div>} tags around the fontified body.
a page with different colors than the fontified code.) a page with different colors than the fontified code.)
@item keep-overlays @item keep-overlays
Preserve overlay highlighting (c.f. @code{ediff} or @code{goo-font-lock}) Preserve overlay highlighting (cf.@: @code{ediff} or @code{goo-font-lock})
as well as basic faces. Can result in extremely verbose highlighting as well as basic faces. Can result in extremely verbose highlighting
if there are many overlays (as is the case with @code{goo-font-lock}). if there are many overlays (as is the case with @code{goo-font-lock}).

View file

@ -1010,7 +1010,7 @@ Non-@code{nil} means use last match on line for
@cindex Highlighting of syntax @cindex Highlighting of syntax
@cindex Font lock @cindex Font lock
Highlighting of keywords, comments, strings etc. can be accomplished Highlighting of keywords, comments, strings etc.@: can be accomplished
with @code{font-lock}. If you are using @code{global-font-lock-mode} with @code{font-lock}. If you are using @code{global-font-lock-mode}
(in Emacs), or have @code{font-lock} turned on in any other buffer in (in Emacs), or have @code{font-lock} turned on in any other buffer in
XEmacs, it should also automatically work in IDLWAVE buffers. If you'd XEmacs, it should also automatically work in IDLWAVE buffers. If you'd
@ -3111,7 +3111,7 @@ window, but is useful for immediate stepping, etc.
@kindex C-c C-d C-p @kindex C-c C-d C-p
Do you find yourself repeatedly typing, e.g., @code{print,n_elements(x)}, Do you find yourself repeatedly typing, e.g., @code{print,n_elements(x)},
and similar statements to remind yourself of the and similar statements to remind yourself of the
type/size/structure/value/etc. of variables and expressions in your code type/size/structure/value/etc.@: of variables and expressions in your code
or at the command line? IDLWAVE has a suite of special commands to or at the command line? IDLWAVE has a suite of special commands to
automate these types of variable or expression examinations. They work automate these types of variable or expression examinations. They work
by sending statements to the shell formatted to include the indicated by sending statements to the shell formatted to include the indicated

View file

@ -305,7 +305,7 @@ the files in that directory, simply move the directory to the head
of the list and hit @key{RET}. of the list and hit @key{RET}.
To go up to the parent directory, delete any partial file name already To go up to the parent directory, delete any partial file name already
specified (e.g. using @key{DEL}) and hit @key{DEL}. specified (e.g., using @key{DEL}) and hit @key{DEL}.
@c @deffn Command ido-delete-backward-updir @c @deffn Command ido-delete-backward-updir

View file

@ -123,7 +123,7 @@ You may select any number of feeds from this list of (sample) news feeds.
@vindex newsticker-url-list @vindex newsticker-url-list
@item newsticker-url-list @item newsticker-url-list
All your personal news feeds are defined here. Each feed is All your personal news feeds are defined here. Each feed is
identified by its name and an URL. You may set the start-time and the identified by its name and an URL@. You may set the start-time and the
retrieval interval for each feed as well as the retrieval command retrieval interval for each feed as well as the retrieval command
arguments in case that the default values do not fit a certain feed. arguments in case that the default values do not fit a certain feed.

View file

@ -891,7 +891,7 @@ Recent Emacs distributions include a packaging system which lets you install
Elisp libraries. You can install Org with @kbd{M-x package-install RET org}. Elisp libraries. You can install Org with @kbd{M-x package-install RET org}.
@noindent @b{Important}: you need to do this in a session where no @code{.org} file has @noindent @b{Important}: you need to do this in a session where no @code{.org} file has
been visited, i.e. where no Org built-in function have been loaded. been visited, i.e., where no Org built-in function have been loaded.
Otherwise autoload Org functions will mess up the installation. Otherwise autoload Org functions will mess up the installation.
Then, to make sure your Org configuration is taken into account, initialize Then, to make sure your Org configuration is taken into account, initialize
@ -10444,7 +10444,7 @@ You can change the default state of this option by setting
@item C-v @item C-v
Toggle visible-only export. Only export the text that is currently Toggle visible-only export. Only export the text that is currently
visible, i.e. not hidden by outline visibility in the buffer. visible, i.e., not hidden by outline visibility in the buffer.
@end table @end table
@ -12103,7 +12103,7 @@ Internet-style links for all other links.
A link with no description and destined to a regular (un-itemized) outline A link with no description and destined to a regular (un-itemized) outline
heading is replaced with a cross-reference and section number of the heading. heading is replaced with a cross-reference and section number of the heading.
A @samp{\ref@{label@}}-style reference to an image, table etc. is replaced A @samp{\ref@{label@}}-style reference to an image, table etc.@: is replaced
with a cross-reference and sequence number of the labeled entity. with a cross-reference and sequence number of the labeled entity.
@xref{Labels and captions in ODT export}. @xref{Labels and captions in ODT export}.
@ -13410,7 +13410,7 @@ from it (e.g., @code{beamer}).
This is obviously the most powerful customization, since the changes happen This is obviously the most powerful customization, since the changes happen
at the parser level. Indeed, some export back-ends are built as extensions at the parser level. Indeed, some export back-ends are built as extensions
of other ones (e.g. Markdown back-end an extension of HTML back-end). of other ones (e.g., Markdown back-end an extension of HTML back-end).
Extending a back-end means that if an element type is not transcoded by the Extending a back-end means that if an element type is not transcoded by the
new back-end, it will be handled by the original one. Hence you can extend new back-end, it will be handled by the original one. Hence you can extend

View file

@ -82,7 +82,7 @@ communication. Even though Mailcrypt has similar feature, it does not
deal with detached PGP messages, normally used in PGP/MIME deal with detached PGP messages, normally used in PGP/MIME
infrastructure. This was the main reason why I wrote the new library. infrastructure. This was the main reason why I wrote the new library.
Note that the PGG library is now obsolete, replaced by EasyPG. Note that the PGG library is now obsolete, replaced by EasyPG@.
@xref{Top,, EasyPG, epa, EasyPG Assistant User's Manual}. @xref{Top,, EasyPG, epa, EasyPG Assistant User's Manual}.
PGP/MIME is an application of MIME Object Security Services (RFC1848). PGP/MIME is an application of MIME Object Security Services (RFC1848).

View file

@ -1567,7 +1567,7 @@ Here is the setup:
@cindex @code{linguex}, LaTeX package @cindex @code{linguex}, LaTeX package
@cindex LaTeX packages, @code{linguex} @cindex LaTeX packages, @code{linguex}
A more complex example is the @file{linguex.sty} package which defines A more complex example is the @file{linguex.sty} package which defines
list macros @samp{\ex.}, @samp{\a.}, @samp{\b.} etc. for lists which are list macros @samp{\ex.}, @samp{\a.}, @samp{\b.} etc.@: for lists which are
terminated by @samp{\z.} or by an empty line. terminated by @samp{\z.} or by an empty line.
@example @example
@ -5906,7 +5906,7 @@ When no BibTeX database files are specified, citations can also use
@noindent @b{Version 3.11} @noindent @b{Version 3.11}
@itemize @bullet @itemize @bullet
@item @item
Fixed bug which led to naked label in (e.g.@:) footnotes. Fixed bug which led to naked label in (e.g.)@: footnotes.
@item @item
Added scroll-other-window functions to RefTeX-Select. Added scroll-other-window functions to RefTeX-Select.
@end itemize @end itemize

View file

@ -1421,7 +1421,7 @@ Advance point to the next button.
Put point on the previous button. Put point on the previous button.
@end table @end table
These commands are cyclic, e.g. when point is on the last button, These commands are cyclic, e.g., when point is on the last button,
pressing @kbd{n} moves it to the first button. pressing @kbd{n} moves it to the first button.
Typing @kbd{q} exits Todo Categories mode, killing the buffer and returning Typing @kbd{q} exits Todo Categories mode, killing the buffer and returning
@ -1787,7 +1787,7 @@ current file:
@item F h @item F h
@itemx h @itemx h
Hide the item headers if visible, or show them if they are hidden. Hide the item headers if visible, or show them if they are hidden.
With done items, only the done header (i.e. the done tag and date-time With done items, only the done header (i.e., the done tag and date-time
string inserted when the item was marked done) is hidden, the original string inserted when the item was marked done) is hidden, the original
date-time string is not. With filtered items, the category (or date-time string is not. With filtered items, the category (or
category-file) tag is not hidden. category-file) tag is not hidden.

View file

@ -1001,7 +1001,7 @@ name.
This special method uses the Android Debug Bridge for accessing This special method uses the Android Debug Bridge for accessing
Android devices. The Android Debug Bridge must be installed locally. Android devices. The Android Debug Bridge must be installed locally.
Some GNU/Linux distributions offer it for installation, otherwise it Some GNU/Linux distributions offer it for installation, otherwise it
can be installed as part of the Android SDK. If the @command{adb} can be installed as part of the Android SDK@. If the @command{adb}
program is not found via the @env{PATH} environment variable, the program is not found via the @env{PATH} environment variable, the
variable @var{tramp-adb-program} must point to its absolute path. variable @var{tramp-adb-program} must point to its absolute path.

View file

@ -159,7 +159,7 @@ the construct on that line. A @dfn{syntactic component} consists of a
pair of information (in lisp parlance, a @emph{cons cell}), where the pair of information (in lisp parlance, a @emph{cons cell}), where the
first part is a @dfn{syntactic symbol}, and the second part is a first part is a @dfn{syntactic symbol}, and the second part is a
@dfn{relative buffer position}. Syntactic symbols describe elements of @dfn{relative buffer position}. Syntactic symbols describe elements of
VHDL code, e.g. @code{statement}, @code{comment}, @code{block-open}, VHDL code, e.g., @code{statement}, @code{comment}, @code{block-open},
@code{block-close}, etc. @xref{Syntactic Symbols}, for a complete list @code{block-close}, etc. @xref{Syntactic Symbols}, for a complete list
of currently recognized syntactic symbols and their semantics. Also, of currently recognized syntactic symbols and their semantics. Also,
the variable @code{vhdl-offsets-alist} contains the list of currently the variable @code{vhdl-offsets-alist} contains the list of currently
@ -633,8 +633,8 @@ similar to what is allowed in @code{vhdl-offsets-alist}. When the file is
visited, VHDL Mode will automatically institute these offsets using visited, VHDL Mode will automatically institute these offsets using
@code{vhdl-set-offset}. @xref{Customizing Indentation}. @code{vhdl-set-offset}. @xref{Customizing Indentation}.
Note that file style settings (i.e. @code{vhdl-file-style}) are applied Note that file style settings (i.e., @code{vhdl-file-style}) are applied
before file offset settings (i.e. @code{vhdl-file-offsets}). before file offset settings (i.e., @code{vhdl-file-offsets}).
@node Advanced Customizations @node Advanced Customizations

View file

@ -436,7 +436,7 @@ Jump to mark (and pop mark off the mark ring).
@cindex region @cindex region
Vi operators like @kbd{d}, @kbd{c} etc. are usually used in combination Vi operators like @kbd{d}, @kbd{c} etc.@: are usually used in combination
with motion commands. It is now possible to use current region as the with motion commands. It is now possible to use current region as the
argument to these operators. (A @dfn{region} is a part of buffer argument to these operators. (A @dfn{region} is a part of buffer
delimited by point and mark.) The key @kbd{r} is used for this purpose. delimited by point and mark.) The key @kbd{r} is used for this purpose.

View file

@ -1224,7 +1224,7 @@ Facilities like this make Vi's @kbd{:ab} command obsolete.
@cindex Ex style motion @cindex Ex style motion
@cindex line editor motion @cindex line editor motion
Viper can be set free from the line--limited movements in Vi, such as @kbd{l} Viper can be set free from the line-limited movements in Vi, such as @kbd{l}
refusing to move beyond the line, @key{ESC} moving one character back, refusing to move beyond the line, @key{ESC} moving one character back,
etc. These derive from Ex, which is a line editor. If your etc. These derive from Ex, which is a line editor. If your
Viper customization file contains Viper customization file contains

View file

@ -1141,7 +1141,7 @@ headings. Default is @code{t}. [Heading emboldening is @emph{not} standard
@code{man} behavior.] @code{man} behavior.]
@item woman-ignore @item woman-ignore
A boolean value. If non-@code{nil} then unrecognized requests etc. are A boolean value. If non-@code{nil} then unrecognized requests etc.@: are
ignored. Default is @code{t}. This gives the standard @code{roff} behavior. ignored. Default is @code{t}. This gives the standard @code{roff} behavior.
If @code{nil} then they are left in the buffer, which may aid debugging. If @code{nil} then they are left in the buffer, which may aid debugging.