comparison lisp/files.el @ 100146:ce2518ab757e

Correct spalling.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 03 Dec 2008 03:26:01 +0000
parents fbb01190f309
children 4e81f7c8bb2c
comparison
equal deleted inserted replaced
100145:ea3a44b9a0ca 100146:ce2518ab757e
240 Note that this feature forces backups to be made by copying. 240 Note that this feature forces backups to be made by copying.
241 Yet, at the same time, saving a precious file 241 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'."
249 :type 'boolean 249 :type 'boolean
250 :group 'backup) 250 :group 'backup)
257 257
258 If `buffer-file-name' refers to a symlink, do not break the symlink. 258 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'."
266 :type 'boolean 266 :type 'boolean
267 :group 'files 267 :group 'files