Explorar el Código

Merge branch 'maint'

Bastien hace 5 años
padre
commit
f603039884
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lisp/org-attach.el

+ 2 - 2
lisp/org-attach.el

@@ -492,7 +492,7 @@ METHOD may be `cp', `mv', `ln', `lns' or `url' default taken from
 `org-attach-method'."
   (interactive
    (list
-    (read-file-name "File to keep as an attachment:"
+    (read-file-name "File to keep as an attachment: "
                     (or (progn
                           (require 'dired-aux)
                           (dired-dwim-target-directory))
@@ -525,7 +525,7 @@ METHOD may be `cp', `mv', `ln', `lns' or `url' default taken from
 		   org-stored-links)))
       (if visit-dir
           (dired attach-dir)
-        (message "File %S is now an attachment." basename)))))
+        (message "File %S is now an attachment" basename)))))
 
 (defun org-attach-attach-cp ()
   "Attach a file by copying it."