diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 15:48:22 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 16:02:19 +0100 |
commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
tree | aee24e35b156969e2450699b3d02621bcec3375e /lisp/dired.el | |
parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.bz2 emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip |
; Fix typos
Diffstat (limited to 'lisp/dired.el')
-rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 8995c48df7f..81e62f88cf1 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1541,7 +1541,7 @@ BEG..END is the line where the file info is located." (when (< alt-col other-col) (setq other-col alt-col) (setq other (point))))) - ;; Keep positions uptodate when we insert stuff. + ;; Keep positions up-to-date when we insert stuff. (if (> other file) (setq other (copy-marker other))) (setq file (copy-marker file)) ;; Main loop. |