comparison lisp/doc-view.el @ 102358:07bc423d78f1

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 02 Mar 2009 08:55:47 +0000
parents b62aecf6b1db
children feece1082bed
comparison
equal deleted inserted replaced
102357:965102fa40ea 102358:07bc423d78f1
60 ;; remembered and applied to all pages of the current document. This enables 60 ;; remembered and applied to all pages of the current document. This enables
61 ;; you to cut away the margins of a document to save some space. To select a 61 ;; you to cut away the margins of a document to save some space. To select a
62 ;; slice you can use `doc-view-set-slice' (bound to `s s') which will query you 62 ;; slice you can use `doc-view-set-slice' (bound to `s s') which will query you
63 ;; for the coordinates of the slice's top-left corner and its width and height. 63 ;; for the coordinates of the slice's top-left corner and its width and height.
64 ;; A much more convenient way to do the same is offered by the command 64 ;; A much more convenient way to do the same is offered by the command
65 ;; `doc-view-set-slice-using-mouse' (bound to `s m'). After invokation you 65 ;; `doc-view-set-slice-using-mouse' (bound to `s m'). After invocation you
66 ;; only have to press mouse-1 at the top-left corner and drag it to the 66 ;; only have to press mouse-1 at the top-left corner and drag it to the
67 ;; bottom-right corner of the desired slice. To reset the slice use 67 ;; bottom-right corner of the desired slice. To reset the slice use
68 ;; `doc-view-reset-slice' (bound to `s r'). 68 ;; `doc-view-reset-slice' (bound to `s r').
69 ;; 69 ;;
70 ;; You can also search within the document. The command `doc-view-search' 70 ;; You can also search within the document. The command `doc-view-search'
72 ;; matching pages and messages how many match-pages were found. After that you 72 ;; matching pages and messages how many match-pages were found. After that you
73 ;; can jump to the next page containing a match with an additional `C-s'. With 73 ;; can jump to the next page containing a match with an additional `C-s'. With
74 ;; `C-r' you can do the same, but backwards. To search for a new regexp give a 74 ;; `C-r' you can do the same, but backwards. To search for a new regexp give a
75 ;; prefix arg to one of the search functions, e.g. by typing `C-u C-s'. The 75 ;; prefix arg to one of the search functions, e.g. by typing `C-u C-s'. The
76 ;; searching works by using a plain text representation of the document. If 76 ;; searching works by using a plain text representation of the document. If
77 ;; that doesn't already exist the first invokation of `doc-view-search' (or 77 ;; that doesn't already exist the first invocation of `doc-view-search' (or
78 ;; `doc-view-search-backward') starts the conversion. When that finishes and 78 ;; `doc-view-search-backward') starts the conversion. When that finishes and
79 ;; you're still viewing the document (i.e. you didn't switch to another buffer) 79 ;; you're still viewing the document (i.e. you didn't switch to another buffer)
80 ;; you're queried for the regexp then. 80 ;; you're queried for the regexp then.
81 ;; 81 ;;
82 ;; Dired users can simply hit `v' on a document file. If it's a PS, PDF or DVI 82 ;; Dired users can simply hit `v' on a document file. If it's a PS, PDF or DVI