updated for version 7.2a
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index b58dade..c017fb4 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt*  For Vim version 7.1.  Last change: 2007 Aug 14
+*starting.txt*  For Vim version 7.2a.  Last change: 2008 Jun 21
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1386,10 +1386,14 @@
 
 	vim -c "normal '0"
 
-In a shell you could make an alias for it: >
+In a csh compatible shell you could make an alias for it: >
 
 	alias lvim vim -c '"'normal "'"0'"'
 
+For a bash-like shell: >
+
+	alias lvim='vim -c "normal '\''0"'
+
 Use the "r" flag in 'viminfo' to specify for which files no marks should be
 remembered.