1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(flymake-fix-file-name): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2006-02-16 11:40:51 +00:00
parent 338ecb71b1
commit 57d3a1f359

View File

@ -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))