Explorar el Código

org-element: Fix docstring

* lisp/org-element.el (org-element-copy): Fix docstring.
Nicolas Goaziou hace 11 años
padre
commit
7f66983184
Se han modificado 1 ficheros con 2 adiciones y 6 borrados
  1. 2 6
      lisp/org-element.el

+ 2 - 6
lisp/org-element.el

@@ -564,12 +564,8 @@ The function takes care of setting `:parent' property for NEW."
 
 (defun org-element-copy (datum)
   "Return a copy of DATUM.
-
-DATUM is an element, object or string.  `:parent' property is
-cleared and contents are removed in the process.  If you need to
-preserve contents, use `org-element-extract-element' instead.
-
-If DATUM is nil, return nil."
+DATUM is an element, object, string or nil.  `:parent' property
+is cleared and contents are removed in the process."
   (when datum
     (let ((type (org-element-type datum)))
       (case type