comparison lisp/files.el @ 67435:f245bb6e08da

* files.el (save-buffer): * international/ucs-tables.el (ucs-set-table-for-input): * mail/mail-extr.el (mail-extract-address-components): * mail/sendmail.el (mail-mode): Reformat doc string.
author Reiner Steib <Reiner.Steib@gmx.de>
date Fri, 09 Dec 2005 16:44:18 +0000
parents 08edf71d5374
children 38379232f2f6 39bb10ce301a
comparison
equal deleted inserted replaced
67434:6d3669227452 67435:f245bb6e08da
3195 (concat (file-name-as-directory ancestor) rest))) 3195 (concat (file-name-as-directory ancestor) rest)))
3196 ;; We matched FILENAME's directory equivalent. 3196 ;; We matched FILENAME's directory equivalent.
3197 ancestor)))))) 3197 ancestor))))))
3198 3198
3199 (defun save-buffer (&optional args) 3199 (defun save-buffer (&optional args)
3200 "Save current buffer in visited file if modified. Variations are described below. 3200 "Save current buffer in visited file if modified.
3201 Variations are described below.
3202
3201 By default, makes the previous version into a backup file 3203 By default, makes the previous version into a backup file
3202 if previously requested or if this is the first save. 3204 if previously requested or if this is the first save.
3203 Prefixed with one \\[universal-argument], marks this version 3205 Prefixed with one \\[universal-argument], marks this version
3204 to become a backup when the next save is done. 3206 to become a backup when the next save is done.
3205 Prefixed with two \\[universal-argument]'s, 3207 Prefixed with two \\[universal-argument]'s,