From: Juanma Barranquero Date: Thu, 16 Feb 2006 11:40:51 +0000 (+0000) Subject: (flymake-fix-file-name): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.90~4095 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57d3a1f359e3652bf11e16824c23566a50b47a15;p=emacs.git (flymake-fix-file-name): Fix typo in docstring. --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 9a6024c8e8b..4f197e34bfe 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -339,7 +339,7 @@ Return its file name if found, or nil if not found." nil))))) (defun flymake-fix-file-name (name) - "Replace all occurences of '\' with '/'." + "Replace all occurrences of '\' with '/'." (when name (setq name (expand-file-name name)) (setq name (abbreviate-file-name name))