svn path=/main/branches/2.1.2/; revision=8139
# arguments used whenever cp is called
cp_opts="-i"
-# pager for use with diff commands (see NOTE_2)
+# pager for use with diff commands
pager="less"
#pager=""
-# For emacs-users
+# For emacs-users (see NOTE_2)
# diff_command="eval emacs -nw --eval=\'\(ediff\ \"%file1\"\ \"%file2\"\)\'"
#using_editor=1
-# vim-users: you CAN use vimdiff for diff_command. (see NOTE_1)
+# vim-users: you CAN use vimdiff for diff_command. (see NOTE_1 and NOTE_2)
#diff_command="vim -d %file1 %file2"
#using_editor=1