From c9d80dc72c611ffb45d60fd6aba8e125ff93ea0c Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Mon, 23 May 2016 23:22:52 +0200 Subject: [PATCH] typos --- README.md | 30 +++++++++++++++--------------- novel-mode.el | 30 +++++++++++++++--------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index db772d5..c6c5cc7 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ When turned on, it does the following conversions: - enlarge font size - switch to variable width font - enable word wrap (without fringe marker) - - increate line spacing - - adds a window margin to the left and right (thereby centering the text) + - increase line spacing + - add a window margin to the left and right (thereby centering the text) - disable all input keys (rendering the buffer read-only) - disable the cursor - switch to buffer-scrolling (like e.g. in Acroread) @@ -28,19 +28,19 @@ When turned on, it does the following conversions: Novel mode provides the following one-key commands, when active: - n scroll one page down - p scroll one page up - scroll one line down - scroll one line up - mousewheel scroll linewise up or down - SPC scroll one page down - increase margins, makes visible text narrower - decrease margins, makes visible text wider - + increase font size - - decrease font size - i invert video display - q quit novel mode - ? display key mapping + n scroll one page down + p scroll one page up + scroll one line down + scroll one line up + mousewheel scroll linewise up or down + SPC scroll one page down + increase margins, makes visible text narrower + decrease margins, makes visible text wider + + increase font size + - decrease font size + i invert video display + q quit novel mode + ? display key mapping Important: while normal key input (beside the ones listed above), is disabled, Control and Meta still work, of course. Please be also diff --git a/novel-mode.el b/novel-mode.el index 1eafda1..7f2e523 100644 --- a/novel-mode.el +++ b/novel-mode.el @@ -38,8 +38,8 @@ ;; - enlarge font size ;; - switch to variable width font ;; - enable word wrap (without fringe marker) -;; - increate line spacing -;; - adds a window margin to the left and right (thereby centering the text) +;; - increase line spacing +;; - add a window margin to the left and right (thereby centering the text) ;; - disable all input keys (rendering the buffer read-only) ;; - disable the cursor ;; - switch to buffer-scrolling (like e.g. in Acroread) @@ -48,19 +48,19 @@ ;; Novel mode provides the following one-key commands, when active: -;; n scroll one page down -;; p scroll one page up -;; scroll one line down -;; scroll one line up -;; mousewheel scroll linewise up or down -;; SPC scroll one page down -;; increase margins, makes visible text narrower -;; decrease margins, makes visible text wider -;; + increase font size -;; - decrease font size -;; i invert video display -;; q quit novel mode -;; ? display key mapping +;; n scroll one page down +;; p scroll one page up +;; scroll one line down +;; scroll one line up +;; mousewheel scroll linewise up or down +;; SPC scroll one page down +;; increase margins, makes visible text narrower +;; decrease margins, makes visible text wider +;; + increase font size +;; - decrease font size +;; i invert video display +;; q quit novel mode +;; ? display key mapping ;; Important: while normal key input (beside the ones listed above), ;; is disabled, Control and Meta still work, of course. Please be also