emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el
Date: Thu, 16 Feb 2006 11:40:52 +0000

Index: emacs/lisp/progmodes/flymake.el
diff -u emacs/lisp/progmodes/flymake.el:1.40 
emacs/lisp/progmodes/flymake.el:1.41
--- emacs/lisp/progmodes/flymake.el:1.40        Tue Jan 10 19:16:02 2006
+++ emacs/lisp/progmodes/flymake.el     Thu Feb 16 11:40:51 2006
@@ -339,7 +339,7 @@
             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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]