]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix markup in manuals
authorEli Zaretskii <eliz@gnu.org>
Sun, 26 May 2024 06:49:52 +0000 (09:49 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 26 May 2024 09:04:00 +0000 (11:04 +0200)
* doc/emacs/files.texi (Visiting):
* doc/lispref/processes.texi (Filter Functions, Sentinels): Fix
markup and punctuation.  Reported by Andrés Ramírez
<rrandresf@hotmail.com>.

(cherry picked from commit 21b2954c90eb5b6fa1bbfeda4c5074a0bdc53ba8)

doc/emacs/files.texi

index 1a4307aaabeaf091851d4c258e762ef8eb499e32..5c335df0fc6b7619da188283732d862cd88ca3ad 100644 (file)
@@ -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