diff options
Diffstat (limited to 'lisp/textmodes/less-css-mode.el')
-rw-r--r-- | lisp/textmodes/less-css-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/less-css-mode.el b/lisp/textmodes/less-css-mode.el index b665f917d3a..d31414e3a4b 100644 --- a/lisp/textmodes/less-css-mode.el +++ b/lisp/textmodes/less-css-mode.el @@ -129,7 +129,7 @@ variable in most cases is likely to be via directory local variables. This can be also be set to a full path, or a relative path. If -the path is relative, it will be relative to the the current +the path is relative, it will be relative to the current directory by default." :type 'file) ;;;###autoload |