changeset 100146:ce2518ab757e

Correct spalling.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 03 Dec 2008 03:26:01 +0000
parents ea3a44b9a0ca
children 9960540ed304
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Wed Dec 03 03:25:34 2008 +0000
+++ b/lisp/files.el	Wed Dec 03 03:26:01 2008 +0000
@@ -242,7 +242,7 @@
 breaks any hard links between it and other files.
 
 This feature is advisory: for example, if the directory in which the
-file is being saved is not writeable, Emacs may ignore a non-nil value
+file is being saved is not writable, Emacs may ignore a non-nil value
 of `file-precious-flag' and write directly into the file.
 
 See also: `break-hardlink-on-save'."
@@ -259,7 +259,7 @@
 
 Unlike `file-precious-flag', `break-hardlink-on-save' is not advisory.
 For example, if the directory in which a file is being saved is not
-itself writeable, then error instead of saving in some
+itself writable, then error instead of saving in some
 hardlink-nonbreaking way.
 
 See also `backup-by-copying' and `backup-by-copying-when-linked'."