emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp files.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp files.el
Date: Wed, 03 Dec 2008 03:26:02 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/12/03 03:26:02

Modified files:
        lisp           : files.el 

Log message:
        Correct spalling.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/files.el?cvsroot=emacs&r1=1.1021&r2=1.1022

Patches:
Index: files.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/files.el,v
retrieving revision 1.1021
retrieving revision 1.1022
diff -u -b -r1.1021 -r1.1022
--- files.el    29 Nov 2008 21:32:42 -0000      1.1021
+++ files.el    3 Dec 2008 03:26:01 -0000       1.1022
@@ -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'."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]