]> git.eshelyaron.com Git - emacs.git/commitdiff
(select-safe-coding-system-function): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 16 Jan 2008 04:12:22 +0000 (04:12 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 16 Jan 2008 04:12:22 +0000 (04:12 +0000)
src/ChangeLog
src/coding.c

index 001819a32a8d9312b7d49de0320250fceba75e6e..e04746694f15165c7b55f38193a42f04cdc94b8e 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-16  Glenn Morris  <rgm@gnu.org>
+
+       * coding.c (select-safe-coding-system-function): Doc fix.
+
 2008-01-15  Glenn Morris  <rgm@gnu.org>
 
        * config.in: Revert 2008-01-13 change: this is a generated file.
index dda3f0f854cd818f9b2bc6073cebf705b503e2d8..7bfec68d5d167a0bc072dc4cc1dbe96c5e4de01b 100644 (file)
@@ -8157,7 +8157,9 @@ Only 128th through 159th elements has a meaning.  */);
 
 If set, this function is called to force a user to select a proper
 coding system which can encode the text in the case that a default
-coding system used in each operation can't encode the text.
+coding system used in each operation can't encode the text.  The
+function should take care that the buffer is not modified while
+the coding system is being selected.
 
 The default value is `select-safe-coding-system' (which see).  */);
   Vselect_safe_coding_system_function = Qnil;