From: Juanma Barranquero Date: Fri, 3 Nov 2006 15:12:46 +0000 (+0000) Subject: (org-copy-subtree): Use "non-nil" in docstrings. X-Git-Tag: emacs-pretest-22.0.91~370 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1f50b952860c160072fd61c02055540835b238d;p=emacs.git (org-copy-subtree): Use "non-nil" in docstrings. --- 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)