diff options
| author | Sean Whitton | 2024-10-04 09:25:08 +0800 |
|---|---|---|
| committer | Sean Whitton | 2024-10-04 09:25:08 +0800 |
| commit | eeeb13bed476a0d1b744f31c8e18513346cfbe39 (patch) | |
| tree | 6c90ddd16d3e1b40e282ed10be409e96e1563b47 | |
| parent | c3e989ca9d786e001a9801fdd95fcbcb0d73fddc (diff) | |
| download | emacs-eeeb13bed476a0d1b744f31c8e18513346cfbe39.tar.gz emacs-eeeb13bed476a0d1b744f31c8e18513346cfbe39.zip | |
; Fix word order in a recently-added comment
| -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 b92108fac93..75cea9b931a 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -6152,7 +6152,7 @@ Before and after saving the buffer, this function runs | |||
| 6152 | `((?\M-~ ,(lambda (buf) | 6152 | `((?\M-~ ,(lambda (buf) |
| 6153 | (with-current-buffer buf | 6153 | (with-current-buffer buf |
| 6154 | (set-buffer-modified-p nil)) | 6154 | (set-buffer-modified-p nil)) |
| 6155 | ;; Return t not to ask about BUF again. | 6155 | ;; Return t to not ask about BUF again. |
| 6156 | t) | 6156 | t) |
| 6157 | ,(purecopy "skip this buffer and mark it unmodified")) | 6157 | ,(purecopy "skip this buffer and mark it unmodified")) |
| 6158 | (?\C-r | 6158 | (?\C-r |