emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/xr bc1314f8a2 2/3: Describe dialects in order of verbos


From: ELPA Syncer
Subject: [elpa] externals/xr bc1314f8a2 2/3: Describe dialects in order of verbosity
Date: Mon, 31 Jul 2023 12:59:21 -0400 (EDT)

branch: externals/xr
commit bc1314f8a26d68f9706dab44b31dc602f29780cf
Author: Mattias EngdegÄrd <mattiase@acm.org>
Commit: Mattias EngdegÄrd <mattiase@acm.org>

    Describe dialects in order of verbosity
---
 xr.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xr.el b/xr.el
index fb4895b592..007fe45404 100644
--- a/xr.el
+++ b/xr.el
@@ -1757,9 +1757,9 @@ Passing the returned value to `rx' (or `rx-to-string') 
yields a regexp string
 equivalent to RE-STRING.  DIALECT controls the choice of keywords,
 and is one of:
 `verbose'       -- verbose keywords
+`medium' or nil -- somewhat verbose keywords (the default)
 `brief'         -- short keywords
-`terse'         -- very short keywords
-`medium' or nil -- a compromise (the default)"
+`terse'         -- very short keywords"
   (xr--in-dialect (xr--parse re-string nil nil) dialect))
 
 ;;;###autoload



reply via email to

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