diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 901e0a65f6b..e9ae0fb834f 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -676,7 +676,7 @@ 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. |