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:
parent
338ecb71b1
commit
57d3a1f359
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user