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

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

[elpa] externals/xr 369800c: Fix doc string mistake


From: Mattias Engdegård
Subject: [elpa] externals/xr 369800c: Fix doc string mistake
Date: Fri, 1 Mar 2019 17:26:32 -0500 (EST)

branch: externals/xr
commit 369800c97d8b48b90be3477ad0ffe533bf49d306
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    Fix doc string mistake
---
 xr.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xr.el b/xr.el
index 98a306e..7f8d4e5 100644
--- a/xr.el
+++ b/xr.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2019 Free Software Foundation, Inc.
 
 ;; Author: Mattias Engdegård <address@hidden>
-;; Version: 1.4
+;; Version: 1.5
 ;; Keywords: lisp, maint, regexps
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -611,7 +611,7 @@ 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
-`short'         -- short keywords
+`brief'         -- short keywords
 `terse'         -- very short keywords
 `medium' or nil -- a compromise (the default)"
   (let ((keywords (assq (or dialect 'medium) xr--keywords)))



reply via email to

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