diff options
| -rw-r--r-- | lisp/files.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el index 510b63133a0..1abc5de5aa2 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -242,7 +242,7 @@ Yet, at the same time, saving a precious file | |||
| 242 | breaks any hard links between it and other files. | 242 | breaks any hard links between it and other files. |
| 243 | 243 | ||
| 244 | This feature is advisory: for example, if the directory in which the | 244 | This feature is advisory: for example, if the directory in which the |
| 245 | file is being saved is not writeable, Emacs may ignore a non-nil value | 245 | file is being saved is not writable, Emacs may ignore a non-nil value |
| 246 | of `file-precious-flag' and write directly into the file. | 246 | of `file-precious-flag' and write directly into the file. |
| 247 | 247 | ||
| 248 | See also: `break-hardlink-on-save'." | 248 | See also: `break-hardlink-on-save'." |
| @@ -259,7 +259,7 @@ If `buffer-file-name' refers to a symlink, do not break the symlink. | |||
| 259 | 259 | ||
| 260 | Unlike `file-precious-flag', `break-hardlink-on-save' is not advisory. | 260 | Unlike `file-precious-flag', `break-hardlink-on-save' is not advisory. |
| 261 | For example, if the directory in which a file is being saved is not | 261 | For example, if the directory in which a file is being saved is not |
| 262 | itself writeable, then error instead of saving in some | 262 | itself writable, then error instead of saving in some |
| 263 | hardlink-nonbreaking way. | 263 | hardlink-nonbreaking way. |
| 264 | 264 | ||
| 265 | See also `backup-by-copying' and `backup-by-copying-when-linked'." | 265 | See also `backup-by-copying' and `backup-by-copying-when-linked'." |