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

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

[elpa] externals/clhs f3bf530 04/25: emacs format uses %s, not ~s


From: Sam Steingold
Subject: [elpa] externals/clhs f3bf530 04/25: emacs format uses %s, not ~s
Date: Tue, 27 Apr 2021 20:38:52 -0400 (EDT)

branch: externals/clhs
commit f3bf53039d8eefb8270270c26c63aa80197289f6
Author: Sam Steingold <sds@gnu.org>
Commit: Sam Steingold <sds@gnu.org>

    emacs format uses %s, not ~s
---
 clhs.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clhs.el b/clhs.el
index ca7dd23..d1b8f88 100644
--- a/clhs.el
+++ b/clhs.el
@@ -55,7 +55,7 @@ something like \"file:/usr/local/doc/HyperSpec/\"."
            (if (file-exists-p f) f
              (setq f (concat d "Symbol-Table.text"))
              (if (file-exists-p f) f
-               (error "no symbol table at ~s" root))))
+               (error "no symbol table at %s" root))))
          nil nil nil t)
         (goto-char 0)
         (current-buffer))
@@ -70,7 +70,7 @@ something like \"file:/usr/local/doc/HyperSpec/\"."
         (goto-char 0)
         (unless (looking-at "^HTTP/.*200 *OK$")
           (kill-buffer (current-buffer))
-          (error "no symbol table at ~s" root)))
+          (error "no symbol table at %s" root)))
       ;; skip to the first symbol
       (search-forward "\n\n")
       (current-buffer))))



reply via email to

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