; Fix word order in a recently-added comment
This commit is contained in:
parent
c3e989ca9d
commit
eeeb13bed4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue