mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
(basic-save-buffer): Delete duplicate words.
This commit is contained in:
parent
4cdc09a951
commit
222cf3817c
1 changed files with 1 additions and 1 deletions
|
|
@ -3237,7 +3237,7 @@ in such cases.")
|
||||||
"Save the current buffer in its visited file, if it has been modified.
|
"Save the current buffer in its visited file, if it has been modified.
|
||||||
The hooks `write-contents-functions' and `write-file-functions' get a chance
|
The hooks `write-contents-functions' and `write-file-functions' get a chance
|
||||||
to do the job of saving; if they do not, then the buffer is saved in
|
to do the job of saving; if they do not, then the buffer is saved in
|
||||||
the visited file file in the usual way.
|
the visited file in the usual way.
|
||||||
Before and after saving the buffer, this function runs
|
Before and after saving the buffer, this function runs
|
||||||
`before-save-hook' and `after-save-hook', respectively."
|
`before-save-hook' and `after-save-hook', respectively."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue