emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el,v
Date: Thu, 31 Jul 2008 21:36:01 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/07/31 21:36:00

Index: files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.991
retrieving revision 1.992
diff -u -b -r1.991 -r1.992
--- files.el    31 Jul 2008 21:09:05 -0000      1.991
+++ files.el    31 Jul 2008 21:35:59 -0000      1.992
@@ -5766,7 +5766,7 @@
 (defun read-file-modes (&optional prompt orig-file)
   "Read file modes in octal or symbolic notation.
 PROMPT is used as the prompt, default to `File modes (octal or symbolic): '.
-ORIG-FILE is the original file of which modes will be change."
+ORIG-FILE is the original file of which modes will be changed."
   (let* ((modes (or (if orig-file (file-modes orig-file) 0)
                    (error "File not found")))
         (modestr (and (stringp orig-file)




reply via email to

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