emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8ea485e157: Fix punctuation in the Eshell manual


From: Eli Zaretskii
Subject: master 8ea485e157: Fix punctuation in the Eshell manual
Date: Mon, 2 May 2022 12:17:23 -0400 (EDT)

branch: master
commit 8ea485e157ec228b76a6ce3ad26ef99fd1e6345a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix punctuation in the Eshell manual
    
    * doc/misc/eshell.texi (Argument Predication and Modification):
    Fix whitespace.
---
 doc/misc/eshell.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index a3ed922cf2..c9c11a3869 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]