X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/7430c2a1791cc9fdd51b588998d26315489ac0d8..5396468298b0122469e0b41da8f49860d99a2b51:/lisp/htmlfontify.el diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index cd9f1fa6b4..0cc9385085 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -1774,7 +1774,7 @@ Strips any leading \"./\" from each filename." (split-string (shell-command-to-string hfy-find-cmd))) ) ;; strip the filename off, return a directory name -;; not a particularly thorough implementaion, but it will be +;; not a particularly thorough implementation, but it will be ;; fed pretty carefully, so it should be Ok: (defun hfy-dirname (file) "Return everything preceding the last \"/\" from a relative filename FILE,