emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Mon, 14 Oct 2002 21:18:09 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.337 emacs/src/editfns.c:1.338
*** emacs/src/editfns.c:1.337   Sat Aug 17 00:55:17 2002
--- emacs/src/editfns.c Sat Oct  5 00:31:40 2002
***************
*** 1450,1457 ****
  Certain flags and modifiers are available with some format controls.
  The flags are `_', `-', `^' and `#'.  For certain characters X,
  %_X is like %X, but padded with blanks; %-X is like %X,
! ut without padding.  %^X is like %X but with all textual
! characters up-cased; %#X is like %X but with letter-case of
  all textual characters reversed.
  %NX (where N stands for an integer) is like %X,
  but takes up at least N (a number) positions.
--- 1450,1457 ----
  Certain flags and modifiers are available with some format controls.
  The flags are `_', `-', `^' and `#'.  For certain characters X,
  %_X is like %X, but padded with blanks; %-X is like %X,
! but without padding.  %^X is like %X, but with all textual
! characters up-cased; %#X is like %X, but with letter-case of
  all textual characters reversed.
  %NX (where N stands for an integer) is like %X,
  but takes up at least N (a number) positions.




reply via email to

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