emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix for lisp/files.el - doc string for file-truename


From: CHENG Gao
Subject: Fix for lisp/files.el - doc string for file-truename
Date: Thu, 28 Oct 2004 19:47:24 +0800
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt)

Existed doc string for file-truename makes optional parameters not
shown.
Below is the fix. Please check if it's ok.


--- files.el.orig       2004-10-28 18:54:43.031250000 +0800
+++ files.el    2004-10-28 19:42:07.406250000 +0800
@@ -674,9 +674,7 @@
   "Return the truename of FILENAME, which should be absolute.
 The truename of a file name is found by chasing symbolic links
 both at the level of the file and at the level of the directories
-containing it, until no links are left at any level.
-
-\(fn FILENAME)"
+containing it, until no links are left at any level."
   ;; 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.

-- 
花开花谢春不管,拂意事休对人言
水暖水寒鱼自知,会心处还期独赏






reply via email to

[Prev in Thread] Current Thread [Next in Thread]