]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct spalling.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 3 Dec 2008 03:26:01 +0000 (03:26 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 3 Dec 2008 03:26:01 +0000 (03:26 +0000)
lisp/files.el

index 510b63133a0ddd2ab8340d3894ca4a91dfd5377e..1abc5de5aa2ae153ca8efb5d2d6033cfaef997b8 100644 (file)
@@ -242,7 +242,7 @@ Yet, at the same time, saving a precious file
 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 @@ If `buffer-file-name' refers to a symlink, do not break the symlink.
 
 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'."