emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105180: (make-directory): Clarify th


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105180: (make-directory): Clarify that an error will be raised if there's an error
Date: Thu, 14 Jul 2011 00:22:08 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105180
fixes bug(s): http://debbugs.gnu.org/6387
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-14 00:22:08 +0200
message:
  (make-directory): Clarify that an error will be raised if there's an error
modified:
  lisp/ChangeLog
  lisp/files.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-13 22:00:48 +0000
+++ b/lisp/ChangeLog    2011-07-13 22:22:08 +0000
@@ -8,6 +8,9 @@
 
 2011-07-13  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * files.el (make-directory): Clarify that an error will be raised
+       if there's an error (bug#6397).
+
        * startup.el (initial-buffer-choice): Add `none' as a choice
        (bug#6234).
 

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2011-07-12 23:25:50 +0000
+++ b/lisp/files.el     2011-07-13 22:22:08 +0000
@@ -4778,7 +4778,10 @@
 
 Noninteractively, the second (optional) argument PARENTS, if
 non-nil, says whether to create parent directories that don't
-exist.  Interactively, this happens by default."
+exist.  Interactively, this happens by default.
+
+If creating the directory or directories fail, an error will be
+raised."
   (interactive
    (list (read-file-name "Make directory: " default-directory default-directory
                         nil nil)


reply via email to

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