changeset 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 497f9d6319e7
children 3c539f2ffdc3
files lisp/textmodes/org.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)