bug-gnu-emacs
[Top][All Lists]
Advanced

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

[PATCH] emacs: Remove syntactic sugar from docstring of convert-standard


From: Adrian Aichner
Subject: [PATCH] emacs: Remove syntactic sugar from docstring of convert-standard-filename
Date: Mon, 31 May 2004 12:15:51 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (chayote, windows-nt)

Hi All,

I'd like to offer this little simplification.

Best regards,

Adrian

emacs ChangeLog patch:
Diff command:   cvs -q diff -U 0
Files affected: lisp/ChangeLog

Index: lisp/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.6057
diff -u -U0 -r1.6057 ChangeLog
--- lisp/ChangeLog      14 May 2004 23:08:54 -0000      1.6057
+++ lisp/ChangeLog      31 May 2004 10:13:49 -0000
@@ -0,0 +1,5 @@
+2004-05-31  Adrian Aichner  <adrian@xemacs.org>
+
+       * files.el (convert-standard-filename): Remove syntactic sugar
+       from docstring.
+

emacs source patch:
Diff command:   cvs -f -z3 -q diff -u -w -N
Files affected: lisp/files.el

Index: lisp/files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.692
diff -u -w -r1.692 files.el
--- lisp/files.el       13 May 2004 19:51:57 -0000      1.692
+++ lisp/files.el       31 May 2004 10:12:19 -0000
@@ -480,11 +480,10 @@
       (apply op args))))
 
 (defun convert-standard-filename (filename)
-  "Convert a standard file's name to something suitable for the current OS.
-This function's standard definition is trivial; it just returns the argument.
-However, on some systems, the function is redefined with a definition
-that really does change some file names to canonicalize certain
-patterns and to guarantee valid names."
+  "Convert a file's standard name to something suitable for the current OS.
+This function's standard definition is trivial; it just returns the
+argument.  However, on some systems, the function canonicalizes
+certain patterns to guarantee valid names."
   filename)
 
 (defun read-directory-name (prompt &optional dir default-dirname mustmatch 
initial)

-- 
Adrian Aichner
 mailto:adrian@xemacs.org
 http://www.xemacs.org/





reply via email to

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