updated for version 7.0166
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 8731f29..ba8e423 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -1,4 +1,4 @@
-*motion.txt* For Vim version 7.0aa. Last change: 2005 Sep 14
+*motion.txt* For Vim version 7.0aa. Last change: 2005 Dec 09
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -973,7 +973,7 @@
position. E.g., when updating a "Last change"
timestamp in the first line: >
- :let lnum = getline(".")
+ :let lnum = line(".")
:keepjumps normal gg
:call SetLastChange()
:keepjumps exe "normal " . lnum . "G"