branch: externals/csv-mode commit 7d37f3ca6cb0108cce1396e922985c81856bbca5 Author: Lars Ingebrigtsen <la...@gnus.org> Commit: Lars Ingebrigtsen <la...@gnus.org>
Mention `set-variable' in csv-separators doc string * csv-mode.el (csv-separators): Mention that you have to use `set-variable'. --- csv-mode.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/csv-mode.el b/csv-mode.el index a4bdb47..63abfe2 100644 --- a/csv-mode.el +++ b/csv-mode.el @@ -4,7 +4,7 @@ ;; Author: "Francis J. Wright" <f.j.wri...@qmul.ac.uk> ;; Maintainer: emacs-de...@gnu.org -;; Version: 1.16 +;; Version: 1.17 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5")) ;; Keywords: convenience @@ -146,7 +146,10 @@ Set by customizing `csv-separators' -- do not set directly!") For example: (\",\"), the default, or (\",\" \";\" \":\"). Neighbouring fields may be separated by any one of these characters. The first is used when inserting a field separator into the buffer. -All must be different from the field quote characters, `csv-field-quotes'." +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." ;; 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