]> git.eshelyaron.com Git - emacs.git/commitdiff
src/w32proc.c (Fw32_get_codepage_charset): Doc fix. (Bug#19458)
authorEli Zaretskii <eliz@gnu.org>
Sun, 28 Dec 2014 18:32:53 +0000 (20:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 28 Dec 2014 18:32:53 +0000 (20:32 +0200)
src/ChangeLog
src/w32proc.c

index 3ea60571a1501127673e428bd01e44409b6ddc3b..94f07c88c0f829525c24c23b2783b77903747006 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32proc.c (Fw32_get_codepage_charset): Doc fix.  (Bug#19458)
+
 2014-12-28  Paul Eggert  <eggert@Penguin.CS.UCLA.EDU>
 
        Port memory-full checking to GnuTLS 3.3
index 96f116578923d5820248469bec7dfd7d550365ff..408230ca90a2af99458cb70b343b0670fde3cd33 100644 (file)
@@ -3054,7 +3054,12 @@ If successful, the new CP is returned, otherwise nil.  */)
 DEFUN ("w32-get-codepage-charset", Fw32_get_codepage_charset,
        Sw32_get_codepage_charset, 1, 1, 0,
        doc: /* Return charset ID corresponding to codepage CP.
-Returns nil if the codepage is not valid.  */)
+Returns nil if the codepage is not valid or its charset ID could
+not be determined.
+
+Note that this function is only guaranteed to work with ANSI
+codepages; most console codepages are not supported and will
+yield nil.  */)
   (Lisp_Object cp)
 {
   CHARSETINFO info;