changeset 55572:0565546ecc8f

(file-truename): Don't mention COUNTER and PREV-DIRS arguments in the docstring, they're used only in recursive calls.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 13 May 2004 19:51:57 +0000
parents 402c0c610d46
children 78819d9ee532
files lisp/files.el
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Thu May 13 17:14:33 2004 +0000
+++ b/lisp/files.el	Thu May 13 19:51:57 2004 +0000
@@ -663,13 +663,12 @@
 both at the level of the file and at the level of the directories
 containing it, until no links are left at any level.
 
-The arguments COUNTER and PREV-DIRS are used only in recursive calls.
-Do not specify them in other calls."
-  ;; COUNTER can be a cons cell whose car is the count of how many more links
-  ;; to chase before getting an error.
+\(fn FILENAME)"
+  ;; COUNTER and PREV-DIRS are only used in recursive calls.
+  ;; COUNTER can be a cons cell whose car is the count of how many
+  ;; more links to chase before getting an error.
   ;; PREV-DIRS can be a cons cell whose car is an alist
   ;; of truenames we've just recently computed.
-
   (cond ((or (string= filename "") (string= filename "~"))
 	 (setq filename (expand-file-name filename))
 	 (if (string= filename "")