emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 9a41cd1: ; Fix typo


From: Mark Oteiza
Subject: [Emacs-diffs] emacs-25 9a41cd1: ; Fix typo
Date: Wed, 20 Jul 2016 22:47:14 +0000 (UTC)

branch: emacs-25
commit 9a41cd1215e60415777bb139c0669100e347375b
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    ; Fix typo
    
    Thanks to Robert Weiner.
---
 lisp/rect.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/rect.el b/lisp/rect.el
index dd066ca..fb85b18 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]