branch: externals/show-font
commit e654040756d0904a1ee59bb2d34309300dd8caca
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix a typo
---
 show-font.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/show-font.el b/show-font.el
index 988b4c8fee..9cf18ac160 100644
--- a/show-font.el
+++ b/show-font.el
@@ -162,7 +162,7 @@ Determine how to render the font file contents in a buffer."
          (list buffer-file-name (point-max)))
      (show-font--add-text))
     ;; Handle any operation we do not know about.  This is copied from
-    ;; the example show in (info "(elisp) Magic File Names").
+    ;; the example shown in (info "(elisp) Magic File Names").
     (t (let ((inhibit-file-name-handlers
               (cons #'show-font-handler
                     (and (eq inhibit-file-name-operation operation)

Reply via email to