From: Mark Oteiza Date: Wed, 20 Jul 2016 22:46:15 +0000 (-0400) Subject: ; Fix typo X-Git-Tag: emacs-25.1-rc1~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a41cd1;p=emacs.git ; Fix typo Thanks to Robert Weiner. --- diff --git a/lisp/rect.el b/lisp/rect.el index dd066caeac6..fb85b187d77 100644 --- a/lisp/rect.el +++ b/lisp/rect.el @@ -403,7 +403,7 @@ With a prefix (or a FILL) argument, also fill too short lines." :version "25.1") (defcustom rectangle-preview t - "If non-nil, `string-rectangle' will show an-the-fly preview." + "If non-nil, `string-rectangle' will show an on-the-fly preview." :version "25.1" :type 'boolean)