From 9dfe4c9d6837fdfdc761bdc3f222e45a6718a19a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 26 May 2024 09:49:52 +0300 Subject: [PATCH] ; Fix markup in manuals MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * doc/emacs/files.texi (Visiting): * doc/lispref/processes.texi (Filter Functions, Sentinels): Fix markup and punctuation. Reported by Andrés Ramírez . (cherry picked from commit 21b2954c90eb5b6fa1bbfeda4c5074a0bdc53ba8) --- doc/emacs/files.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 1a4307aaabe..5c335df0fc6 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -370,12 +370,12 @@ you could say: '(("src/emacs/[^/]+/\\(.*\\)\\'" "src/emacs/.*/\\1"))) @end lisp -As you can see, this is a list of @w{@code{(@var{MATCH} -@var{EXPANSION}...)}} elements. The @var{match} is a regular -expression that matches the visited file name, and each -@var{expansion} may refer to match groups by using @samp{\\1} and so -on. The resulting expansion string is then applied to the file system -to see if any files match this expansion (interpreted as a regexp). +As you can see, this is a list of elements of the form +@w{@code{(@var{match} @var{expansion}@dots{})}}. The @var{match} is a +regular expression that matches the visited file name, and each +@var{expansion} may refer to match groups by using @samp{\\1} and so on. +The resulting expansion string is then applied to the file system to see +if any files match this expansion (interpreted as a regexp). @vindex find-file-hook @vindex find-file-not-found-functions -- 2.39.5