diff lisp/textmodes/org.el @ 73653:ad4fe300688b

(org-copy-subtree): Use "non-nil" in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 03 Nov 2006 15:12:46 +0000
parents a81e38c24e22
children b4a91f7c761c
line wrap: on
line diff
--- 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)