# HG changeset patch # User Juanma Barranquero # Date 1162566766 0 # Node ID ad4fe300688bc61bc598d7707743a7f68f759f1e # Parent 497f9d6319e730c989a0df0f0b0189f3a6468539 (org-copy-subtree): Use "non-nil" in docstrings. diff -r 497f9d6319e7 -r ad4fe300688b lisp/textmodes/org.el --- a/lisp/textmodes/org.el Fri Nov 03 15:11:44 2006 +0000 +++ b/lisp/textmodes/org.el Fri Nov 03 15:12:46 2006 +0000 @@ -4027,7 +4027,7 @@ (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)