]> code.delx.au - gnu-emacs/commitdiff
(org-copy-subtree): Use "non-nil" in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Nov 2006 15:12:46 +0000 (15:12 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Nov 2006 15:12:46 +0000 (15:12 +0000)
lisp/textmodes/org.el

index 8e0bccfb70896d1fcea1a08770d8bdf72da5bd2c..9d843d0b81f9b4053661bb8f045f9348ab26c738 100644 (file)
@@ -4027,7 +4027,7 @@ This is a short-hand for marking the subtree and then cutting it."
 (defun org-copy-subtree (&optional cut)
   "Cut the current subtree into the clipboard.
 This is a short-hand for marking the subtree and then copying it.
-If CUT is non nil, actually cut the subtree."
+If CUT is non-nil, actually cut the subtree."
   (interactive)
   (let (beg end folded)
     (org-back-to-heading)