diff options
| author | Eli Zaretskii | 2022-05-02 19:16:59 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-05-02 19:16:59 +0300 |
| commit | 8ea485e157ec228b76a6ce3ad26ef99fd1e6345a (patch) | |
| tree | d5244b3a87003cb24f0b0c83e8bcb3e5a2499218 | |
| parent | 61d6607174fc34ca5698da0af0acae235ef109de (diff) | |
| download | emacs-8ea485e157ec228b76a6ce3ad26ef99fd1e6345a.tar.gz emacs-8ea485e157ec228b76a6ce3ad26ef99fd1e6345a.zip | |
Fix punctuation in the Eshell manual
* doc/misc/eshell.texi (Argument Predication and Modification):
Fix whitespace.
| -rw-r--r-- | doc/misc/eshell.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index a3ed922cf2c..c9c11a38693 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -1194,9 +1194,9 @@ non-symlinks not owned by @code{root}, upper-cased. | |||
| 1194 | Some predicates and modifiers accept string parameters, such as | 1194 | Some predicates and modifiers accept string parameters, such as |
| 1195 | @samp{*(u'@var{user}')}, which matches all files owned by @var{user}. | 1195 | @samp{*(u'@var{user}')}, which matches all files owned by @var{user}. |
| 1196 | These parameters must be surrounded by delimiters; you can use any of | 1196 | These parameters must be surrounded by delimiters; you can use any of |
| 1197 | the following pairs of delimiters: @code{" @dots{} "}, @code{' @dots{} | 1197 | the following pairs of delimiters: @code{"@dots{}"}, @code{'@dots{}'}, |
| 1198 | '}, @code{/ @dots{} /}, @code{| @dots{} |}, @code{( @dots{} )}, | 1198 | @code{/@dots{}/}, @code{|@dots{}|}, @code{(@dots{})}, |
| 1199 | @code{[ @dots{} ]}, @code{< @dots{} >}, or @code{@{ @dots{} @}}. | 1199 | @code{[@dots{}]}, @code{<@dots{}>}, or @code{@{@dots{}@}}. |
| 1200 | 1200 | ||
| 1201 | You can customize the syntax and behavior of predicates and modifiers | 1201 | You can customize the syntax and behavior of predicates and modifiers |
| 1202 | in Eshell via the Customize group ``eshell-pred'' (@pxref{Easy | 1202 | in Eshell via the Customize group ``eshell-pred'' (@pxref{Easy |