Mercurial > hg > xemacs-beta
comparison man/lispref/backups.texi @ 1710:094487d1005d
[xemacs-hg @ 2003-09-22 20:15:11 by adrian]
[A21.5R21.4] [PATCH] xemacs-21.5: xref correction for man/lispref/backups.texi
-------------------- ChangeLog entries follow: --------------------
man/ChangeLog addition:
2003-09-22 Adrian Aichner <adrian@xemacs.org>
* lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE
argument for a cross reference to "The XEmacs User's Manual".
author | adrian |
---|---|
date | Mon, 22 Sep 2003 20:15:13 +0000 |
parents | e2da7cf7aa74 |
children | 9fae6227ede5 |
comparison
equal
deleted
inserted
replaced
1709:2f1ad95e2378 | 1710:094487d1005d |
---|---|
577 @section Reverting | 577 @section Reverting |
578 | 578 |
579 If you have made extensive changes to a file and then change your mind | 579 If you have made extensive changes to a file and then change your mind |
580 about them, you can get rid of them by reading in the previous version | 580 about them, you can get rid of them by reading in the previous version |
581 of the file with the @code{revert-buffer} command. @xref{Reverting, , | 581 of the file with the @code{revert-buffer} command. @xref{Reverting, , |
582 Reverting a Buffer, xemacs, The XEmacs Lisp Reference Manual}. | 582 Reverting a Buffer, xemacs, The XEmacs User's Manual}. |
583 | 583 |
584 @deffn Command revert-buffer &optional check-auto-save noconfirm preserve-modes | 584 @deffn Command revert-buffer &optional check-auto-save noconfirm preserve-modes |
585 This command replaces the buffer text with the text of the visited | 585 This command replaces the buffer text with the text of the visited |
586 file on disk. This action undoes all changes since the file was visited | 586 file on disk. This action undoes all changes since the file was visited |
587 or saved. | 587 or saved. |