summaryrefslogtreecommitdiff
path: root/lisp/rtree.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/rtree.el')
-rw-r--r--lisp/rtree.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/rtree.el b/lisp/rtree.el
index 166c7808184..0eaaa58e6e2 100644
--- a/lisp/rtree.el
+++ b/lisp/rtree.el
@@ -171,7 +171,7 @@
(setq tree nil))))))))
(defun rtree-delq (tree number)
- "Remove NUMBER from TREE destructively. Returns the new tree."
+ "Remove NUMBER from TREE destructively. Return the new tree."
(let ((result tree)
prev)
(while tree