From 10d5dd8ca5cfb9ab60aadcc74374c11444d8c770 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 28 Sep 2008 17:57:00 +0000 Subject: [PATCH] Fix previous change. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc.el b/lisp/vc.el index a929c20ffb0..35e846dd28a 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1405,7 +1405,7 @@ OP is a symbol such as `diff'. In decreasing order of preference, returns the value of: vc-BACKEND-OP-switches (e.g. `vc-cvs-diff-switches'); vc-OP-switches (e.g. `vc-diff-switches'); or, in the case of -diff only, `vc-diff-switches'. +diff only, `diff-switches'. If the chosen value is not a string or a list, returns nil. This is so that you may set, e.g. `vc-svn-diff-switches' to t in order -- 2.39.5