aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2008-12-03 03:26:01 +0000
committerChong Yidong2008-12-03 03:26:01 +0000
commit622bdb51de67453cc8d9629cfd1fdb4ac11cdacb (patch)
tree3bde0747c3c1da563eb1c0a772fe7f2d3c7e7df4 /lisp
parentfe3e2715e221969556d66462168a93e40183b06b (diff)
downloademacs-622bdb51de67453cc8d9629cfd1fdb4ac11cdacb.tar.gz
emacs-622bdb51de67453cc8d9629cfd1fdb4ac11cdacb.zip
Correct spalling.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el4
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
242breaks any hard links between it and other files. 242breaks any hard links between it and other files.
243 243
244This feature is advisory: for example, if the directory in which the 244This feature is advisory: for example, if the directory in which the
245file is being saved is not writeable, Emacs may ignore a non-nil value 245file is being saved is not writable, Emacs may ignore a non-nil value
246of `file-precious-flag' and write directly into the file. 246of `file-precious-flag' and write directly into the file.
247 247
248See also: `break-hardlink-on-save'." 248See also: `break-hardlink-on-save'."
@@ -259,7 +259,7 @@ If `buffer-file-name' refers to a symlink, do not break the symlink.
259 259
260Unlike `file-precious-flag', `break-hardlink-on-save' is not advisory. 260Unlike `file-precious-flag', `break-hardlink-on-save' is not advisory.
261For example, if the directory in which a file is being saved is not 261For example, if the directory in which a file is being saved is not
262itself writeable, then error instead of saving in some 262itself writable, then error instead of saving in some
263hardlink-nonbreaking way. 263hardlink-nonbreaking way.
264 264
265See also `backup-by-copying' and `backup-by-copying-when-linked'." 265See also `backup-by-copying' and `backup-by-copying-when-linked'."