diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-09-02 18:57:11 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-09-02 18:57:11 +0200 |
commit | 3550f44c17c31f829d7d51b2928a83ae381a8558 (patch) | |
tree | b721e943664c7eea2b03ecdce83a6a79a15a22e3 /lisp/align.el | |
parent | 5b246b9b81731271f84678790f30a148b0115113 (diff) | |
download | emacs-3550f44c17c31f829d7d51b2928a83ae381a8558.tar.gz emacs-3550f44c17c31f829d7d51b2928a83ae381a8558.tar.bz2 emacs-3550f44c17c31f829d7d51b2928a83ae381a8558.zip |
; Fix typos
Diffstat (limited to 'lisp/align.el')
-rw-r--r-- | lisp/align.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/align.el b/lisp/align.el index 79a75dcec79..e243859a9be 100644 --- a/lisp/align.el +++ b/lisp/align.el @@ -1585,7 +1585,7 @@ aligner would have dealt with are." (if (= (point) search-start) (forward-char))))) - ;; when they are no more matches for this rule, + ;; when there are no more matches for this rule, ;; align whatever was left over (if regions (align-regions regions align-props rule func)))))))) |