diff 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
line wrap: on
line diff
--- a/lisp/dired-aux.el	Thu Dec 20 18:43:45 2001 +0000
+++ b/lisp/dired-aux.el	Thu Dec 20 18:59:32 2001 +0000
@@ -939,7 +939,7 @@
 
 (defcustom dired-recursive-copies nil
   "*Decide whether recursive copies are allowed.
-Nil means no recursive copies.
+nil means no recursive copies.
 `always' means copy recursively without asking.
 `top' means ask for each directory at top level.
 Anything else means ask for each directory."
@@ -1336,7 +1336,7 @@
 ;; symlinks.
 
 (defvar dired-copy-how-to-fn nil
-  "Nil or a function used by `dired-do-copy' to determine target.
+  "nil or a function used by `dired-do-copy' to determine target.
 See HOW-TO argument for `dired-do-create-files'.")
 
 ;;;###autoload