comparison lisp/dired-aux.el @ 42205:7308bbc423d5

Doc fixes.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 20 Dec 2001 18:59:32 +0000
parents d4019f065e01
children a8cf90908008
comparison
equal deleted inserted replaced
42204:73e75f765479 42205:7308bbc423d5
937 937
938 ;;; Copy, move/rename, making hard and symbolic links 938 ;;; Copy, move/rename, making hard and symbolic links
939 939
940 (defcustom dired-recursive-copies nil 940 (defcustom dired-recursive-copies nil
941 "*Decide whether recursive copies are allowed. 941 "*Decide whether recursive copies are allowed.
942 Nil means no recursive copies. 942 nil means no recursive copies.
943 `always' means copy recursively without asking. 943 `always' means copy recursively without asking.
944 `top' means ask for each directory at top level. 944 `top' means ask for each directory at top level.
945 Anything else means ask for each directory." 945 Anything else means ask for each directory."
946 :type '(choice :tag "Copy directories" 946 :type '(choice :tag "Copy directories"
947 (const :tag "No recursive copies" nil) 947 (const :tag "No recursive copies" nil)
1334 ;; *overwrite* that symlink. In that (rare, I guess) case, you'll 1334 ;; *overwrite* that symlink. In that (rare, I guess) case, you'll
1335 ;; just have to remove that symlink by hand before making your marked 1335 ;; just have to remove that symlink by hand before making your marked
1336 ;; symlinks. 1336 ;; symlinks.
1337 1337
1338 (defvar dired-copy-how-to-fn nil 1338 (defvar dired-copy-how-to-fn nil
1339 "Nil or a function used by `dired-do-copy' to determine target. 1339 "nil or a function used by `dired-do-copy' to determine target.
1340 See HOW-TO argument for `dired-do-create-files'.") 1340 See HOW-TO argument for `dired-do-create-files'.")
1341 1341
1342 ;;;###autoload 1342 ;;;###autoload
1343 (defun dired-do-copy (&optional arg) 1343 (defun dired-do-copy (&optional arg)
1344 "Copy all marked (or next ARG) files, or copy the current file. 1344 "Copy all marked (or next ARG) files, or copy the current file.