From d15248a64b0461b1bf862a6e56c3d9263769ea0a Mon Sep 17 00:00:00 2001 From: Le Wang Date: Mon, 9 Jul 2012 23:01:08 +0800 Subject: [PATCH] slight self-doc fix --- rebox2.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebox2.el b/rebox2.el index 15e432d..0650a1f 100644 --- a/rebox2.el +++ b/rebox2.el @@ -12,9 +12,9 @@ ;; Created: Mon Jan 10 22:22:32 2011 (+0800) ;; Version: 0.7 -;; Last-Updated: Thu Jul 5 00:17:57 2012 (+0800) +;; Last-Updated: Mon Jul 9 23:00:46 2012 (+0800) ;; By: Le Wang -;; Update #: 435 +;; Update #: 436 ;; URL: https://github.com/lewang/rebox2 ;; Keywords: ;; Compatibility: GNU Emacs 23.2 @@ -2290,7 +2290,7 @@ the empty regexp." (defun rebox-document-binding (&optional saved-function) (concat - "Works by scheduling rebox behaviour when invoked in + "Works by performing reboxed behaviour when invoked in a box context. Call the fallback command" (when (eq this-command 'describe-key) (let ((fallback (rebox-get-fallback)))