emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csv-mode 7d37f3c: Mention `set-variable' in csv-separat


From: Lars Ingebrigtsen
Subject: [elpa] externals/csv-mode 7d37f3c: Mention `set-variable' in csv-separators doc string
Date: Tue, 30 Nov 2021 23:02:38 -0500 (EST)

branch: externals/csv-mode
commit 7d37f3ca6cb0108cce1396e922985c81856bbca5
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@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.Wright@qmul.ac.uk>
 ;; Maintainer: emacs-devel@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 <neber@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

[Prev in Thread] Current Thread [Next in Thread]