1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

; Fix typo

Thanks to Robert Weiner.
This commit is contained in:
Mark Oteiza 2016-07-20 18:46:15 -04:00
parent 9356fe2392
commit 9a41cd1215

View File

@ -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)