diff options
| author | Dave Love | 2001-01-26 19:17:15 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-26 19:17:15 +0000 |
| commit | 940f14b42ec06d19f3bd7e455374b1dbbb5b140c (patch) | |
| tree | 2b8e00f11221147bd71a49afa8600ada790e5527 /man | |
| parent | e4f99da7b6599e061236efc2cdfe4dd51a1d54be (diff) | |
| download | emacs-940f14b42ec06d19f3bd7e455374b1dbbb5b140c.tar.gz emacs-940f14b42ec06d19f3bd7e455374b1dbbb5b140c.zip | |
*** empty log message ***
Diffstat (limited to 'man')
| -rw-r--r-- | man/emacs-mime.texi | 9 | ||||
| -rw-r--r-- | man/files.texi | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi index d5dc75eb4d4..dcc577b224a 100644 --- a/man/emacs-mime.texi +++ b/man/emacs-mime.texi | |||
| @@ -589,10 +589,11 @@ non-nil, decode bytes into characters with that coding-system. | |||
| 589 | @deffn Command quoted-printable-encode-region @var{from} @var{to} &optional @var{fold} @var{class} | 589 | @deffn Command quoted-printable-encode-region @var{from} @var{to} &optional @var{fold} @var{class} |
| 590 | QP-encode all the region. If @var{fold} is non-@var{nil}, fold lines | 590 | QP-encode all the region. If @var{fold} is non-@var{nil}, fold lines |
| 591 | at 76 characters, as required by the RFC. If @var{class} is | 591 | at 76 characters, as required by the RFC. If @var{class} is |
| 592 | non-@code{nil}, translate the characters matched by that class, which | 592 | non-@code{nil}, translate the characters not matched by that regexp |
| 593 | should be in the form expected by @var{skip-chars-forward} and should | 593 | class, which should be in the form expected by |
| 594 | probably not contain literal eight-bit characters. Specifying | 594 | @var{skip-chars-forward} and should probably not contain literal |
| 595 | @var{class} makes sense to do extra encoding in header fields. | 595 | eight-bit characters. Specifying @var{class} makes sense to do extra |
| 596 | encoding in header fields. | ||
| 596 | 597 | ||
| 597 | If variable @var{mm-use-ultra-safe-encoding} is defined and | 598 | If variable @var{mm-use-ultra-safe-encoding} is defined and |
| 598 | non-@code{nil}, fold lines unconditionally and encode @samp{From } and | 599 | non-@code{nil}, fold lines unconditionally and encode @samp{From } and |
diff --git a/man/files.texi b/man/files.texi index fc134885ca0..dfd16624c05 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -768,6 +768,7 @@ not be asked until you change the file and save it again. | |||
| 768 | @findex time-stamp | 768 | @findex time-stamp |
| 769 | @cindex time stamps | 769 | @cindex time stamps |
| 770 | @cindex modification dates | 770 | @cindex modification dates |
| 771 | @cindex locale, date format | ||
| 771 | 772 | ||
| 772 | You can arrange to have time stamp text in a file updated | 773 | You can arrange to have time stamp text in a file updated |
| 773 | automatically to reflect the modification time when you save the | 774 | automatically to reflect the modification time when you save the |
| @@ -783,10 +784,13 @@ Time-stamp: "" | |||
| 783 | @noindent | 784 | @noindent |
| 784 | and customize the value of the hook @code{write-file-hooks} to add | 785 | and customize the value of the hook @code{write-file-hooks} to add |
| 785 | @code{time-stamp}. Such a template is updated with the current time | 786 | @code{time-stamp}. Such a template is updated with the current time |
| 786 | and date when the file is written. | 787 | and date when the file is written. You can also use the command |
| 788 | @kbd{M-x time-stamp} to update the time stamp manually. | ||
| 787 | 789 | ||
| 788 | You can customize the form of the template and the time string used | 790 | You can customize the form of the template and the time string used |
| 789 | along with other parameters in the Custom group @code{time-stamp}. | 791 | along with other parameters in the Custom group @code{time-stamp}. |
| 792 | Note that non-numeric fields in the time stamp are printed according | ||
| 793 | to your locale setting. | ||
| 790 | 794 | ||
| 791 | @node Reverting | 795 | @node Reverting |
| 792 | @section Reverting a Buffer | 796 | @section Reverting a Buffer |