summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-03 15:12:46 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-03 15:12:46 +0000
commitb1f50b952860c160072fd61c02055540835b238d (patch)
tree7d95bde3b220aa4e0c64e2a4e57755a343202abe
parentda3d757bd2dff56c29a03c68df2f622556cb6287 (diff)
(org-copy-subtree): Use "non-nil" in docstrings.
-rw-r--r--lisp/textmodes/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index 8e0bccfb708..9d843d0b81f 100644
--- a/lisp/textmodes/org.el
+++ b/lisp/textmodes/org.el
@@ -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)