[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/view.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/view.el |
Date: |
Sat, 25 Jan 2003 14:43:30 -0500 |
Index: emacs/lisp/view.el
diff -c emacs/lisp/view.el:1.65 emacs/lisp/view.el:1.66
*** emacs/lisp/view.el:1.65 Wed Jun 12 08:20:51 2002
--- emacs/lisp/view.el Sat Jan 25 14:43:29 2003
***************
*** 413,424 ****
\\ searches backward for regular expression, starting before current page.
\\[View-search-last-regexp-forward] searches forward for last regular
expression.
p searches backward for last regular expression.
! \\[View-quit] quit View mode, trying to restore window and buffer to previous
state.
\\[View-quit] is the normal way to leave view mode.
\\[View-exit] exit View mode but stay in current buffer. Use this if you
started
viewing a buffer (file) and find out you want to edit it.
! \\[View-exit-and-edit] exit View mode and make the current buffer
editable.
! \\[View-quit-all] quit View mode, trying to restore windows and buffer to
previous state.
\\[View-leave] quit View mode and maybe switch buffers, but don't kill
this buffer.
\\[View-kill-and-leave] quit View mode, kill current buffer and go back
to other buffer.
--- 413,426 ----
\\ searches backward for regular expression, starting before current page.
\\[View-search-last-regexp-forward] searches forward for last regular
expression.
p searches backward for last regular expression.
! \\[View-quit] quit View mode, restoring this window and buffer to previous
state.
\\[View-quit] is the normal way to leave view mode.
\\[View-exit] exit View mode but stay in current buffer. Use this if you
started
viewing a buffer (file) and find out you want to edit it.
! This command restores the previous read-only status of the buffer.
! \\[View-exit-and-edit] exit View mode, and make the current buffer
editable
! even if it was not editable before entry to View mode.
! \\[View-quit-all] quit View mode, restoring all windows to previous state.
\\[View-leave] quit View mode and maybe switch buffers, but don't kill
this buffer.
\\[View-kill-and-leave] quit View mode, kill current buffer and go back
to other buffer.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/view.el,
Richard M. Stallman <=