emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fileio.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Thu, 17 Mar 2005 18:36:04 -0500

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.532 emacs/src/fileio.c:1.533
*** emacs/src/fileio.c:1.532    Sat Mar 12 01:36:25 2005
--- emacs/src/fileio.c  Thu Mar 17 23:36:03 2005
***************
*** 2378,2384 ****
  }
  
  DEFUN ("copy-file", Fcopy_file, Scopy_file, 2, 4,
!        "fCopy file: \nFCopy %s to file: \np\nP",
         doc: /* Copy FILE to NEWNAME.  Both args must be strings.
  If NEWNAME names a directory, copy FILE there.
  Signals a `file-already-exists' error if file NEWNAME already exists,
--- 2378,2384 ----
  }
  
  DEFUN ("copy-file", Fcopy_file, Scopy_file, 2, 4,
!        "fCopy file: \nGCopy %s to file: \np\nP",
         doc: /* Copy FILE to NEWNAME.  Both args must be strings.
  If NEWNAME names a directory, copy FILE there.
  Signals a `file-already-exists' error if file NEWNAME already exists,
***************
*** 2669,2675 ****
  }
  
  DEFUN ("rename-file", Frename_file, Srename_file, 2, 3,
!        "fRename file: \nFRename %s to file: \np",
         doc: /* Rename FILE as NEWNAME.  Both args strings.
  If file has names other than FILE, it continues to have those names.
  Signals a `file-already-exists' error if a file NEWNAME already exists
--- 2669,2675 ----
  }
  
  DEFUN ("rename-file", Frename_file, Srename_file, 2, 3,
!        "fRename file: \nGRename %s to file: \np",
         doc: /* Rename FILE as NEWNAME.  Both args strings.
  If file has names other than FILE, it continues to have those names.
  Signals a `file-already-exists' error if a file NEWNAME already exists
***************
*** 2757,2763 ****
  }
  
  DEFUN ("add-name-to-file", Fadd_name_to_file, Sadd_name_to_file, 2, 3,
!        "fAdd name to file: \nFName to add to %s: \np",
         doc: /* Give FILE additional name NEWNAME.  Both args strings.
  Signals a `file-already-exists' error if a file NEWNAME already exists
  unless optional third argument OK-IF-ALREADY-EXISTS is non-nil.
--- 2757,2763 ----
  }
  
  DEFUN ("add-name-to-file", Fadd_name_to_file, Sadd_name_to_file, 2, 3,
!        "fAdd name to file: \nGName to add to %s: \np",
         doc: /* Give FILE additional name NEWNAME.  Both args strings.
  Signals a `file-already-exists' error if a file NEWNAME already exists
  unless optional third argument OK-IF-ALREADY-EXISTS is non-nil.
***************
*** 2824,2830 ****
  
  #ifdef S_IFLNK
  DEFUN ("make-symbolic-link", Fmake_symbolic_link, Smake_symbolic_link, 2, 3,
!        "FMake symbolic link to file: \nFMake symbolic link to file %s: \np",
         doc: /* Make a symbolic link to FILENAME, named LINKNAME.  Both args 
strings.
  Signals a `file-already-exists' error if a file LINKNAME already exists
  unless optional third argument OK-IF-ALREADY-EXISTS is non-nil.
--- 2824,2830 ----
  
  #ifdef S_IFLNK
  DEFUN ("make-symbolic-link", Fmake_symbolic_link, Smake_symbolic_link, 2, 3,
!        "FMake symbolic link to file: \nGMake symbolic link to file %s: \np",
         doc: /* Make a symbolic link to FILENAME, named LINKNAME.  Both args 
strings.
  Signals a `file-already-exists' error if a file LINKNAME already exists
  unless optional third argument OK-IF-ALREADY-EXISTS is non-nil.




reply via email to

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