diff options
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 33d889dd5f8..b7cbb96db2b 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1846,7 +1846,7 @@ If WILDCARD, it also runs the shell specified by `shell-file-name'." ;; would mean that our line of output would not display ;; FILE's name as given. To really address the problem that ;; SunOS 4.1.3 has, we need to find the right switch to get - ;; a descripton of the link itself. + ;; a description of the link itself. ;; (let (symlink) ;; (while (setq symlink (file-symlink-p file)) ;; (setq file symlink))) |