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

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

[nongnu] scratch/rfc-mode 8aff885877 07/52: fix formatting escape sequen


From: Stefan Monnier
Subject: [nongnu] scratch/rfc-mode 8aff885877 07/52: fix formatting escape sequence
Date: Wed, 12 Oct 2022 16:29:18 -0400 (EDT)

branch: scratch/rfc-mode
commit 8aff885877a3d100d7eded6cae84975389de3842
Author: Nicolas Martyanoff <khaelin@gmail.com>
Commit: Nicolas Martyanoff <khaelin@gmail.com>

    fix formatting escape sequence
---
 rfc-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rfc-mode.el b/rfc-mode.el
index e8e331e1e0..35acf78f13 100644
--- a/rfc-mode.el
+++ b/rfc-mode.el
@@ -282,7 +282,7 @@ ENTRY is a RFC index entry in the browser."
          (number (string-to-number number-string))
          (title (match-string 2 string)))
     (unless number
-      (error "Invalid index entry number: ~S" number-string))
+      (error "Invalid index entry number: %S" number-string))
     (let ((entry (list :number number :title title)))
       (when (string-match "(Status: \\([^)]+\\))" string)
         (plist-put entry :status (downcase (match-string 1 string))))



reply via email to

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