Update emacs and vim docs to reference NOTE_2. (trunk r8138)
authorZac Medico <zmedico@gentoo.org>
Mon, 15 Oct 2007 19:36:37 +0000 (19:36 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 15 Oct 2007 19:36:37 +0000 (19:36 -0000)
svn path=/main/branches/2.1.2/; revision=8139

cnf/etc-update.conf

index cfafff4f74c22eec7acfef0aa897b83174bec174..fcb4f582b05ea90b0baca2274a278b8a925d685d 100644 (file)
@@ -17,15 +17,15 @@ mv_opts="-i"
 # 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