Skip to content

Commit

Permalink
fix help text for rebox-end-of-line-function
Browse files Browse the repository at this point in the history
  • Loading branch information
Le Wang committed Mar 9, 2012
1 parent 834aa2c commit e8caadd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebox2.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

;; Created: Mon Jan 10 22:22:32 2011 (+0800)
;; Version: 0.6
;; Last-Updated: Thu Mar 8 00:11:33 2012 (+0800)
;; Last-Updated: Sat Mar 10 01:03:32 2012 (+0800)
;; By: Le Wang
;; Update #: 427
;; Update #: 428
;; URL: https://github.com/lewang/rebox2
;; Keywords:
;; Compatibility: GNU Emacs 23.2
Expand Down Expand Up @@ -1338,7 +1338,7 @@ If style isn't found return first style."
(put 'rebox-end-of-line 'function-documentation
'(concat
"Rebox behaviour: go to end of actual text.\n\n"
(rebox-document-binding 'rebox-end-of-line-function)))
(rebox-document-binding)))

;;;###autoload
(defun rebox-kill-line (arg)
Expand Down

0 comments on commit e8caadd

Please sign in to comment.