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:
parent
ab29b28d4b
commit
00adee897a
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user