From: Eli Zaretskii Date: Sun, 26 May 2024 06:49:52 +0000 (+0300) Subject: ; Fix markup in manuals X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9dfe4c9d6837fdfdc761bdc3f222e45a6718a19a;p=emacs.git ; Fix markup in manuals * 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) --- 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