aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-03 15:12:46 +0000
committerJuanma Barranquero2006-11-03 15:12:46 +0000
commitb1f50b952860c160072fd61c02055540835b238d (patch)
tree7d95bde3b220aa4e0c64e2a4e57755a343202abe /lisp
parentda3d757bd2dff56c29a03c68df2f622556cb6287 (diff)
downloademacs-b1f50b952860c160072fd61c02055540835b238d.tar.gz
emacs-b1f50b952860c160072fd61c02055540835b238d.zip
(org-copy-subtree): Use "non-nil" in docstrings.
Diffstat (limited to 'lisp')
-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."
4027(defun org-copy-subtree (&optional cut) 4027(defun org-copy-subtree (&optional cut)
4028 "Cut the current subtree into the clipboard. 4028 "Cut the current subtree into the clipboard.
4029This is a short-hand for marking the subtree and then copying it. 4029This is a short-hand for marking the subtree and then copying it.
4030If CUT is non nil, actually cut the subtree." 4030If CUT is non-nil, actually cut the subtree."
4031 (interactive) 4031 (interactive)
4032 (let (beg end folded) 4032 (let (beg end folded)
4033 (org-back-to-heading) 4033 (org-back-to-heading)