mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
; Fix word order in a recently-added comment
This commit is contained in:
parent
c3e989ca9d
commit
eeeb13bed4
@ -6152,7 +6152,7 @@ Before and after saving the buffer, this function runs
|
||||
`((?\M-~ ,(lambda (buf)
|
||||
(with-current-buffer buf
|
||||
(set-buffer-modified-p nil))
|
||||
;; Return t not to ask about BUF again.
|
||||
;; Return t to not ask about BUF again.
|
||||
t)
|
||||
,(purecopy "skip this buffer and mark it unmodified"))
|
||||
(?\C-r
|
||||
|
Loading…
Reference in New Issue
Block a user