summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 16:41:10 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 16:41:10 +0000
commit143c38cd31b5d4469e52048f355313718430bf0c (patch)
tree0f9e77c97ddf479970eb0b02ed4e5286f356a1b1 /runtime/doc
parent706cdebcf8705be594101c26f44fa15fed80fbcb (diff)
updated for version 7.1b
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/index.txt2
-rw-r--r--runtime/doc/message.txt2
-rw-r--r--runtime/doc/os_mint.txt2
-rw-r--r--runtime/doc/tabpage.txt2
-rw-r--r--runtime/doc/usr_45.txt2
-rw-r--r--runtime/doc/version4.txt2
-rw-r--r--runtime/doc/vi_diff.txt4
7 files changed, 8 insertions, 8 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index 87a7c27079..82f7d0dc17 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -1,4 +1,4 @@
-*index.txt* For Vim version 7.1a. Last change: 2007 May 05
+*index.txt* For Vim version 7.1b. Last change: 2007 May 05
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 32a76c26ff..5b5615b241 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -1,4 +1,4 @@
-*message.txt* For Vim version 7.1a. Last change: 2007 Mar 20
+*message.txt* For Vim version 7.1b. Last change: 2007 Mar 20
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/os_mint.txt b/runtime/doc/os_mint.txt
index 764bda7ba9..6b23afa95e 100644
--- a/runtime/doc/os_mint.txt
+++ b/runtime/doc/os_mint.txt
@@ -1,4 +1,4 @@
-*os_mint.txt* For Vim version 7.1a. Last change: 2005 Mar 29
+*os_mint.txt* For Vim version 7.1b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Jens M. Felderhoff
diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt
index 432e6a7fe5..1628755722 100644
--- a/runtime/doc/tabpage.txt
+++ b/runtime/doc/tabpage.txt
@@ -1,4 +1,4 @@
-*tabpage.txt* For Vim version 7.1a. Last change: 2007 Mar 11
+*tabpage.txt* For Vim version 7.1b. Last change: 2007 Mar 11
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/usr_45.txt b/runtime/doc/usr_45.txt
index 9c11bf484f..8a8ff171b8 100644
--- a/runtime/doc/usr_45.txt
+++ b/runtime/doc/usr_45.txt
@@ -1,4 +1,4 @@
-*usr_45.txt* For Vim version 7.1a. Last change: 2006 Apr 24
+*usr_45.txt* For Vim version 7.1b. Last change: 2006 Apr 24
VIM USER MANUAL - by Bram Moolenaar
diff --git a/runtime/doc/version4.txt b/runtime/doc/version4.txt
index 04c31a7b6c..2a39845652 100644
--- a/runtime/doc/version4.txt
+++ b/runtime/doc/version4.txt
@@ -1,4 +1,4 @@
-*version4.txt* For Vim version 7.1a. Last change: 2006 Apr 24
+*version4.txt* For Vim version 7.1b. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt
index 0c9213a8eb..cd8ea4edc0 100644
--- a/runtime/doc/vi_diff.txt
+++ b/runtime/doc/vi_diff.txt
@@ -1,4 +1,4 @@
-*vi_diff.txt* For Vim version 7.1a. Last change: 2006 Nov 18
+*vi_diff.txt* For Vim version 7.1b. Last change: 2007 May 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -155,7 +155,7 @@ Multi level undo. |undo|
considered changed anymore. You can exit it with :q, without <!>.
When undoing a few changes and then making a new change Vim will
create a branch in the undo tree. This means you can go back to any
- state of the text, there is no risc of a change causing text to be
+ state of the text, there is no risk of a change causing text to be
lost forever. |undo-tree|
Graphical User Interface (GUI). |gui|