diff options
| author | Chong Yidong | 2008-12-03 03:26:01 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-03 03:26:01 +0000 |
| commit | 622bdb51de67453cc8d9629cfd1fdb4ac11cdacb (patch) | |
| tree | 3bde0747c3c1da563eb1c0a772fe7f2d3c7e7df4 /lisp | |
| parent | fe3e2715e221969556d66462168a93e40183b06b (diff) | |
| download | emacs-622bdb51de67453cc8d9629cfd1fdb4ac11cdacb.tar.gz emacs-622bdb51de67453cc8d9629cfd1fdb4ac11cdacb.zip | |
Correct spalling.
Diffstat (limited to 'lisp')
| -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'." |