Mercurial > emacs
comparison lisp/view.el @ 49439:34b5a595fbf4
(view-mode): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 25 Jan 2003 19:43:29 +0000 |
parents | c8abe21939f2 |
children | e88404e8f2cf |
comparison
equal
deleted
inserted
replaced
49438:389e078f2b48 | 49439:34b5a595fbf4 |
---|---|
411 ! means search for a line with no match for regexp. @ means start | 411 ! means search for a line with no match for regexp. @ means start |
412 search at beginning (end for backward search) of buffer. | 412 search at beginning (end for backward search) of buffer. |
413 \\ searches backward for regular expression, starting before current page. | 413 \\ searches backward for regular expression, starting before current page. |
414 \\[View-search-last-regexp-forward] searches forward for last regular expression. | 414 \\[View-search-last-regexp-forward] searches forward for last regular expression. |
415 p searches backward for last regular expression. | 415 p searches backward for last regular expression. |
416 \\[View-quit] quit View mode, trying to restore window and buffer to previous state. | 416 \\[View-quit] quit View mode, restoring this window and buffer to previous state. |
417 \\[View-quit] is the normal way to leave view mode. | 417 \\[View-quit] is the normal way to leave view mode. |
418 \\[View-exit] exit View mode but stay in current buffer. Use this if you started | 418 \\[View-exit] exit View mode but stay in current buffer. Use this if you started |
419 viewing a buffer (file) and find out you want to edit it. | 419 viewing a buffer (file) and find out you want to edit it. |
420 \\[View-exit-and-edit] exit View mode and make the current buffer editable. | 420 This command restores the previous read-only status of the buffer. |
421 \\[View-quit-all] quit View mode, trying to restore windows and buffer to previous state. | 421 \\[View-exit-and-edit] exit View mode, and make the current buffer editable |
422 even if it was not editable before entry to View mode. | |
423 \\[View-quit-all] quit View mode, restoring all windows to previous state. | |
422 \\[View-leave] quit View mode and maybe switch buffers, but don't kill this buffer. | 424 \\[View-leave] quit View mode and maybe switch buffers, but don't kill this buffer. |
423 \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer. | 425 \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer. |
424 | 426 |
425 The effect of \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was | 427 The effect of \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was |
426 entered by view-file, view-file-other-window or view-file-other-frame | 428 entered by view-file, view-file-other-window or view-file-other-frame |