Mercurial > emacs
comparison lisp/files.el @ 57928:fad95a27e1d8
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 04 Nov 2004 10:04:16 +0000 |
parents | fc267b57656c |
children | a705018ca13b |
comparison
equal
deleted
inserted
replaced
57927:ba164890f661 | 57928:fad95a27e1d8 |
---|---|
674 "Return the truename of FILENAME, which should be absolute. | 674 "Return the truename of FILENAME, which should be absolute. |
675 The truename of a file name is found by chasing symbolic links | 675 The truename of a file name is found by chasing symbolic links |
676 both at the level of the file and at the level of the directories | 676 both at the level of the file and at the level of the directories |
677 containing it, until no links are left at any level. | 677 containing it, until no links are left at any level. |
678 | 678 |
679 \(fn FILENAME)" | 679 \(fn FILENAME)" ;; Don't document the optional arguments. |
680 ;; COUNTER and PREV-DIRS are only used in recursive calls. | 680 ;; COUNTER and PREV-DIRS are only used in recursive calls. |
681 ;; COUNTER can be a cons cell whose car is the count of how many | 681 ;; COUNTER can be a cons cell whose car is the count of how many |
682 ;; more links to chase before getting an error. | 682 ;; more links to chase before getting an error. |
683 ;; PREV-DIRS can be a cons cell whose car is an alist | 683 ;; PREV-DIRS can be a cons cell whose car is an alist |
684 ;; of truenames we've just recently computed. | 684 ;; of truenames we've just recently computed. |