1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

; Fix punctuation in docs

This commit is contained in:
Stefan Kangas 2024-07-21 16:33:08 +02:00
parent ab29b28d4b
commit 00adee897a
62 changed files with 433 additions and 431 deletions

View File

@ -501,7 +501,9 @@ The username can also be expressed as a prefix, separated from the
host with an at-sign (@code{@@}). host with an at-sign (@code{@@}).
@item gnu.org:22.gpg @item gnu.org:22.gpg
The port (aka. service) to match can only be expressed after the host and separated with a colon (@code{:}). The separator can be changed through the @code{auth-source-pass-port-separator} variable. The port (aka. service) to match can only be expressed after the host
and separated with a colon (@code{:}). The separator can be changed
through the @code{auth-source-pass-port-separator} variable.
@item gnu.org:22/rms.gpg @item gnu.org:22/rms.gpg

View File

@ -203,11 +203,11 @@ different Emacs versions.
@cindex interactive testing @cindex interactive testing
@findex ert @findex ert
You can run the tests that are currently defined in your Emacs with You can run the tests that are currently defined in your Emacs with the
the command @kbd{M-x ert @key{RET} t @key{RET}}. (For an command @kbd{M-x ert @key{RET} t @key{RET}}. (For an explanation of the
explanation of the @code{t} argument, @pxref{Test Selectors}.) ERT will pop @code{t} argument, @pxref{Test Selectors}.) ERT will pop up a new
up a new buffer, the ERT results buffer, showing the results of the buffer, the ERT results buffer, showing the results of the tests run.
tests run. It looks like this: It looks like this:
@example @example
Selector: t Selector: t