]> gitweb.factorcode.org Git - factor.git/commitdiff
fuel-autodoc.el: Fix typo
authortimor <timor.dd@googlemail.com>
Thu, 6 May 2021 13:45:41 +0000 (15:45 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 6 May 2021 13:52:09 +0000 (06:52 -0700)
misc/fuel/fuel-autodoc.el

index 9b6cb5f59d07fbab66a0b49501ca41b6977edfb8..bbbfd24ffdfe7beaae670c2390ce832efda67ae0 100644 (file)
@@ -46,7 +46,7 @@
         (let* ((ret (fuel-eval--send/wait cmd fuel-autodoc--timeout))
                (res (fuel-eval--retort-result ret)))
           (if (not res)
-              (message "No synposis for '%s'" word)
+              (message "No synopsis for '%s'" word)
             (if fuel-autodoc-minibuffer-font-lock
                 (factor-font-lock-string res)
               res)))))))