diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:53:19 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:55:06 -0700 |
| commit | 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch) | |
| tree | 66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /lisp/textmodes | |
| parent | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff) | |
| download | emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz | |
; Typo fixes, mostly repeated words
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/less-css-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/picture.el | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 0fb120ec80a..60e9bbb5f5c 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el @@ -66,7 +66,7 @@ (defvar picture-desired-column 0 "Desired current column for Picture mode. When a cursor is on a wide-column character (e.g. Chinese, -Japanese, Korean), this may may be different from `current-column'.") +Japanese, Korean), this may be different from `current-column'.") (defun picture-update-desired-column (adjust-to-current) |
