diff options
| author | Stefan Kangas | 2025-01-11 05:18:51 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-11 05:18:51 +0100 |
| commit | fa1470d0699172e0913290c78c66da293aa43f89 (patch) | |
| tree | 886f988e6cbb3f00e6d1d3f8b5bd7b9770a81148 | |
| parent | dabaea97465163c015890272c3d5001624690e08 (diff) | |
| download | emacs-fa1470d0699172e0913290c78c66da293aa43f89.tar.gz emacs-fa1470d0699172e0913290c78c66da293aa43f89.zip | |
; Remove duplicated word in files.el Commentary
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index bad24c31d1c..b64935e8d9e 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | ;;; Commentary: | 23 | ;;; Commentary: |
| 24 | 24 | ||
| 25 | ;; Defines Emacs's basic file- and directory-handling functions, | 25 | ;; Defines Emacs's basic file- and directory-handling functions, |
| 26 | ;; including basic file visiting, backup file generation and versioning, | 26 | ;; including file visiting, backup file generation and versioning, |
| 27 | ;; link handling, load- and write-hook handling, and the like. | 27 | ;; link handling, load- and write-hook handling, and the like. |
| 28 | 28 | ||
| 29 | ;;; Code: | 29 | ;;; Code: |