emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fns.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Fri, 14 Feb 2003 13:56:17 -0500

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.331 emacs/src/fns.c:1.332
*** emacs/src/fns.c:1.331       Mon Feb 10 06:00:01 2003
--- emacs/src/fns.c     Fri Feb 14 13:56:16 2003
***************
*** 3448,3462 ****
  #endif
  
  DEFUN ("langinfo", Flanginfo, Slanginfo, 1, 1, 0,
!        doc: /* Access locale category ITEM, if available.
  
  ITEM may be one of the following:
! `codeset', returning the character set as a string (CODESET);
! `days', returning a 7-element vector of day names (DAY_n);
! `months', returning a 12-element vector of month names (MON_n).
  
  If the system can't provide such information through a call to
  nl_langinfo(3), return nil.
  
  The data read from the system are decoded using `locale-coding-system'.  */)
       (item)
--- 3448,3467 ----
  #endif
  
  DEFUN ("langinfo", Flanginfo, Slanginfo, 1, 1, 0,
!        doc: /* Access locale data ITEM, if available.
  
  ITEM may be one of the following:
! `codeset', returning the character set as a string (locale item CODESET);
! `days', returning a 7-element vector of day names (locale items DAY_n);
! `months', returning a 12-element vector of month names (locale items MON_n);
! `paper', returning a list (WIDTH, HEIGHT) for the default paper size,
!   where the width and height are in mm (locale items PAPER_WIDTH,
!   PAPER_HEIGHT).
  
  If the system can't provide such information through a call to
  nl_langinfo(3), return nil.
+ 
+ See also Info node `(libc)Locales'.
  
  The data read from the system are decoded using `locale-coding-system'.  */)
       (item)




reply via email to

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