branch: externals/csv-mode
commit f6bf2b47a7a6945b2c755de94846839070c6fd85
Author: Lars Ingebrigtsen <la...@gnus.org>
Commit: Lars Ingebrigtsen <la...@gnus.org>

    Fix previous csv-separators doc string change
    
    * csv-mode.el (csv-separators): Fix previous change.
---
 csv-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csv-mode.el b/csv-mode.el
index 63abfe2..e47983a 100644
--- a/csv-mode.el
+++ b/csv-mode.el
@@ -149,7 +149,7 @@ The first is used when inserting a field separator into the 
buffer.
 All must be different from the field quote characters, `csv-field-quotes'.
 
 Changing this variable with `setq' won't affect the current Emacs
-session.  Use `set-variable' instead if that is required."
+session.  Use `customize-set-variable' instead if that is required."
   ;; Suggested by Eckhard Neber <ne...@mwt.e-technik.uni-ulm.de>
   :type '(repeat string)
   ;; FIXME: Character would be better, but in Emacs 21.3 does not display

Reply via email to