diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-26 10:43:57 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-31 12:43:32 +0100 |
commit | 9292f595a71870eec1ffdfd187b859cc990c2f0b (patch) | |
tree | 1068180db18bc10359ed9e18dd7616ce6072923e /lisp/emacs-lisp/chart.el | |
parent | 43c7e05a2acadf1ba3ff24fba1706317e347a2ac (diff) | |
download | emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.gz emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.bz2 emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.zip |
; Fix typos
Diffstat (limited to 'lisp/emacs-lisp/chart.el')
-rw-r--r-- | lisp/emacs-lisp/chart.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/chart.el b/lisp/emacs-lisp/chart.el index 16c2c347409..b154a131a4f 100644 --- a/lisp/emacs-lisp/chart.el +++ b/lisp/emacs-lisp/chart.el @@ -517,7 +517,7 @@ cons cells of the form (NAME . NUM). See `sort' for more details." (if (eobp) (newline num)) (if (< x 0) (setq x 0)) (if (< y 0) (setq y 0)) - ;; Now, a quicky column moveto/forceto method. + ;; Now, a quickie column moveto/forceto method. (or (= (move-to-column x) x) (let ((p (point))) (indent-to x) |