[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107635: Doc fixes in w32-specific pr
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107635: Doc fixes in w32-specific primitives related to console codepage. |
Date: |
Tue, 20 Mar 2012 20:49:18 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107635
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2012-03-20 20:49:18 +0200
message:
Doc fixes in w32-specific primitives related to console codepage.
src/w32proc.c (Fw32_set_console_codepage)
(Fw32_set_console_output_codepage, Fw32_get_codepage_charset): Doc fixes.
modified:
src/ChangeLog
src/w32proc.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2012-03-20 08:52:11 +0000
+++ b/src/ChangeLog 2012-03-20 18:49:18 +0000
@@ -1,3 +1,9 @@
+2012-03-20 Eli Zaretskii <address@hidden>
+
+ * w32proc.c (Fw32_set_console_codepage)
+ (Fw32_set_console_output_codepage, Fw32_get_codepage_charset): Doc
+ fixes.
+
2012-03-20 Chong Yidong <address@hidden>
* dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
=== modified file 'src/w32proc.c'
--- a/src/w32proc.c 2012-01-19 07:21:25 +0000
+++ b/src/w32proc.c 2012-03-20 18:49:18 +0000
@@ -2067,8 +2067,8 @@
DEFUN ("w32-set-console-codepage", Fw32_set_console_codepage,
Sw32_set_console_codepage, 1, 1, 0,
- doc: /* Make Windows codepage CP be the current codepage setting for
Emacs.
-The codepage setting affects keyboard input and display in tty mode.
+ doc: /* Make Windows codepage CP be the codepage for Emacs tty keyboard
input.
+This codepage setting affects keyboard input in tty mode.
If successful, the new CP is returned, otherwise nil. */)
(Lisp_Object cp)
{
@@ -2095,8 +2095,8 @@
DEFUN ("w32-set-console-output-codepage", Fw32_set_console_output_codepage,
Sw32_set_console_output_codepage, 1, 1, 0,
- doc: /* Make Windows codepage CP be the current codepage setting for
Emacs.
-The codepage setting affects keyboard input and display in tty mode.
+ doc: /* Make Windows codepage CP be the codepage for Emacs console
output.
+This codepage setting affects display in tty mode.
If successful, the new CP is returned, otherwise nil. */)
(Lisp_Object cp)
{
@@ -2114,7 +2114,7 @@
DEFUN ("w32-get-codepage-charset", Fw32_get_codepage_charset,
Sw32_get_codepage_charset, 1, 1, 0,
- doc: /* Return charset of codepage CP.
+ doc: /* Return charset ID corresponding to codepage CP.
Returns nil if the codepage is not valid. */)
(Lisp_Object cp)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107635: Doc fixes in w32-specific primitives related to console codepage.,
Eli Zaretskii <=