]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix punctuation in the Eshell manual
authorEli Zaretskii <eliz@gnu.org>
Mon, 2 May 2022 16:16:59 +0000 (19:16 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 2 May 2022 16:16:59 +0000 (19:16 +0300)
* doc/misc/eshell.texi (Argument Predication and Modification):
Fix whitespace.

doc/misc/eshell.texi

index a3ed922cf2cae6c03e10de9e3dc381951c231824..c9c11a38693b0c520372f355a6a2d5ea6dcd0bde 100644 (file)
@@ -1194,9 +1194,9 @@ non-symlinks not owned by @code{root}, upper-cased.
 Some predicates and modifiers accept string parameters, such as
 @samp{*(u'@var{user}')}, which matches all files owned by @var{user}.
 These parameters must be surrounded by delimiters; you can use any of
-the following pairs of delimiters: @code{" @dots{} "}, @code{' @dots{}
-'}, @code{/ @dots{} /}, @code{| @dots{} |}, @code{( @dots{} )},
-@code{[ @dots{} ]}, @code{< @dots{} >}, or @code{@{ @dots{} @}}.
+the following pairs of delimiters: @code{"@dots{}"}, @code{'@dots{}'},
+@code{/@dots{}/}, @code{|@dots{}|}, @code{(@dots{})},
+@code{[@dots{}]}, @code{<@dots{}>}, or @code{@{@dots{}@}}.
 
 You can customize the syntax and behavior of predicates and modifiers
 in Eshell via the Customize group ``eshell-pred'' (@pxref{Easy