(backup-inhibited): Doc clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 03:02:45 +0000 (19:02 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 03:02:45 +0000 (19:02 -0800)
Fixes: debbugs:12525

lisp/ChangeLog
lisp/files.el

index be72db0..6e55544 100644 (file)
@@ -4,6 +4,7 @@
        readedness (bug#13261).
        (locate-file): Suffixes aren't returned, so don't say that they
        are (bug#12674).
+       (backup-inhibited): Doc clarification (bug#12525).
 
        * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
        before we actually start to delete things (bug#16331).
index 0cd4c29..835db3e 100644 (file)
@@ -96,9 +96,9 @@ The choice of renaming or copying is controlled by the variables
 ;; Do this so that local variables based on the file name
 ;; are not overridden by the major mode.
 (defvar backup-inhibited nil
-  "Non-nil means don't make a backup, regardless of the other parameters.
-This variable is intended for use by making it local to a buffer.
-But it is local only if you make it local.")
+  "If non-nil, backups will be inhibited.
+This variable is intended for use by making it local to a buffer,
+but it is not an automatically buffer-local variable.")
 (put 'backup-inhibited 'permanent-local t)
 
 (defcustom backup-by-copying nil