mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
w32-fns.el (w32-convert-standard-filename): Doc fix.
This commit is contained in:
commit
b61dfbe20b
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-06-26 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* w32-fns.el (w32-convert-standard-filename): Doc fix.
|
||||||
|
|
||||||
2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
|
2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
|
||||||
|
|
||||||
* flyspell.el (flyspell-check-previous-highlighted-word): Make
|
* flyspell.el (flyspell-check-previous-highlighted-word): Make
|
||||||
|
|
|
||||||
|
|
@ -254,7 +254,7 @@ You should set this to t when using a non-system shell.\n\n"))))
|
||||||
;; (expand-file-name ".." exec-directory)))))
|
;; (expand-file-name ".." exec-directory)))))
|
||||||
|
|
||||||
(defun w32-convert-standard-filename (filename)
|
(defun w32-convert-standard-filename (filename)
|
||||||
"Convert a standard file's name to something suitable for the MS-Windows.
|
"Convert a standard file's name to something suitable for MS-Windows.
|
||||||
This means to guarantee valid names and perhaps to canonicalize
|
This means to guarantee valid names and perhaps to canonicalize
|
||||||
certain patterns.
|
certain patterns.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue