diff options
| author | Richard M. Stallman | 2001-08-25 20:44:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-08-25 20:44:44 +0000 |
| commit | 1f7ebf7cbbb9cb816a358dc80f094494d1ffb545 (patch) | |
| tree | d461e25c22ca668b743b00abe54f0ab8b6660fec | |
| parent | cd30a00e854ab2b7f1388ea1ac726ac76c1a078f (diff) | |
| download | emacs-1f7ebf7cbbb9cb816a358dc80f094494d1ffb545.tar.gz emacs-1f7ebf7cbbb9cb816a358dc80f094494d1ffb545.zip | |
Minor clarifications.
| -rw-r--r-- | man/entering.texi | 29 | ||||
| -rw-r--r-- | man/fixit.texi | 22 | ||||
| -rw-r--r-- | man/regs.texi | 6 |
3 files changed, 29 insertions, 28 deletions
diff --git a/man/entering.texi b/man/entering.texi index 7e1e60501ef..aca33be850b 100644 --- a/man/entering.texi +++ b/man/entering.texi | |||
| @@ -20,7 +20,7 @@ Emacs operates its own X windows. You can begin typing Emacs commands | |||
| 20 | as soon as you direct your keyboard input to the Emacs frame. | 20 | as soon as you direct your keyboard input to the Emacs frame. |
| 21 | 21 | ||
| 22 | @vindex initial-major-mode | 22 | @vindex initial-major-mode |
| 23 | When Emacs starts up, it makes a buffer named @samp{*scratch*}. | 23 | When Emacs starts up, it creates a buffer named @samp{*scratch*}. |
| 24 | That's the buffer you start out in. The @samp{*scratch*} buffer uses Lisp | 24 | That's the buffer you start out in. The @samp{*scratch*} buffer uses Lisp |
| 25 | Interaction mode; you can use it to type Lisp expressions and evaluate | 25 | Interaction mode; you can use it to type Lisp expressions and evaluate |
| 26 | them, or you can ignore that capability and simply doodle. (You can | 26 | them, or you can ignore that capability and simply doodle. (You can |
| @@ -106,19 +106,20 @@ failing to support job control properly, but that is a matter of taste.) | |||
| 106 | dedicated X windows, @kbd{C-z} has a different meaning. Suspending an | 106 | dedicated X windows, @kbd{C-z} has a different meaning. Suspending an |
| 107 | application that uses its own X windows is not meaningful or useful. | 107 | application that uses its own X windows is not meaningful or useful. |
| 108 | Instead, @kbd{C-z} runs the command @code{iconify-or-deiconify-frame}, | 108 | Instead, @kbd{C-z} runs the command @code{iconify-or-deiconify-frame}, |
| 109 | which temporarily closes up the selected Emacs frame (@pxref{Frames}). | 109 | which temporarily iconifies (or ``minimizes'') the selected Emacs |
| 110 | The way to get back to a shell window is with the window manager. | 110 | frame (@pxref{Frames}). Then you can use the window manager to get |
| 111 | back to a shell window. | ||
| 111 | 112 | ||
| 112 | @kindex C-x C-c | 113 | @kindex C-x C-c |
| 113 | @findex save-buffers-kill-emacs | 114 | @findex save-buffers-kill-emacs |
| 114 | To kill Emacs, type @kbd{C-x C-c} (@code{save-buffers-kill-emacs}). A | 115 | To exit and kill Emacs, type @kbd{C-x C-c} |
| 115 | two-character key is used for this to make it harder to type. This | 116 | (@code{save-buffers-kill-emacs}). A two-character key is used for |
| 116 | command first offers to save any modified file-visiting buffers. If you | 117 | this to make it harder to type by accident. This command first offers |
| 117 | do not save them all, it asks for reconfirmation with @kbd{yes} before | 118 | to save any modified file-visiting buffers. If you do not save them |
| 118 | killing Emacs, since any changes not saved will be lost forever. Also, | 119 | all, it asks for reconfirmation with @kbd{yes} before killing Emacs, |
| 119 | if any subprocesses are still running, @kbd{C-x C-c} asks for | 120 | since any changes not saved will be lost forever. Also, if any |
| 120 | confirmation about them, since killing Emacs will kill the subprocesses | 121 | subprocesses are still running, @kbd{C-x C-c} asks for confirmation |
| 121 | immediately. | 122 | about them, since killing Emacs will also kill the subprocesses. |
| 122 | 123 | ||
| 123 | @vindex confirm-kill-emacs | 124 | @vindex confirm-kill-emacs |
| 124 | If the value of the variable @code{confirm-kill-emacs} is | 125 | If the value of the variable @code{confirm-kill-emacs} is |
| @@ -129,10 +130,10 @@ function to use as the value of @code{confirm-kill-emacs} is the | |||
| 129 | function @code{yes-or-no-p}. The default value of | 130 | function @code{yes-or-no-p}. The default value of |
| 130 | @code{confirm-kill-emacs} is @code{nil}. | 131 | @code{confirm-kill-emacs} is @code{nil}. |
| 131 | 132 | ||
| 132 | There is no way to restart an Emacs session once you have killed it. | 133 | There is no way to resume an Emacs session once you have killed it. |
| 133 | You can, however, arrange for Emacs to record certain session | 134 | You can, however, arrange for Emacs to record certain session |
| 134 | information, such as which files are visited, when you kill it, so that | 135 | information when you kill it, such as which files are visited, so that |
| 135 | the next time you restart Emacs it will try to visit the same files and | 136 | the next time you start Emacs it will try to visit the same files and |
| 136 | so on. @xref{Saving Emacs Sessions}. | 137 | so on. @xref{Saving Emacs Sessions}. |
| 137 | 138 | ||
| 138 | The operating system usually listens for certain special characters | 139 | The operating system usually listens for certain special characters |
diff --git a/man/fixit.texi b/man/fixit.texi index 02f7ed767b6..7671bbb7b08 100644 --- a/man/fixit.texi +++ b/man/fixit.texi | |||
| @@ -81,12 +81,11 @@ given at the end of a line, rather than transposing the last character of | |||
| 81 | the line with the newline, which would be useless, @kbd{C-t} transposes the | 81 | the line with the newline, which would be useless, @kbd{C-t} transposes the |
| 82 | last two characters on the line. So, if you catch your transposition error | 82 | last two characters on the line. So, if you catch your transposition error |
| 83 | right away, you can fix it with just a @kbd{C-t}. If you don't catch it so | 83 | right away, you can fix it with just a @kbd{C-t}. If you don't catch it so |
| 84 | fast, you must move the cursor back to between the two transposed | 84 | fast, you must move the cursor back between the two transposed |
| 85 | characters. If you transposed a space with the last character of the word | 85 | characters before you type @kbd{C-t}. If you transposed a space with |
| 86 | before it, the word motion commands are a good way of getting there. | 86 | the last character of the word before it, the word motion commands are |
| 87 | Otherwise, a reverse search (@kbd{C-r}) is often the best way. | 87 | a good way of getting there. Otherwise, a reverse search (@kbd{C-r}) |
| 88 | @xref{Search}. | 88 | is often the best way. @xref{Search}. |
| 89 | |||
| 90 | 89 | ||
| 91 | @kindex C-x C-t | 90 | @kindex C-x C-t |
| 92 | @findex transpose-lines | 91 | @findex transpose-lines |
| @@ -211,7 +210,7 @@ you various alternatives for what to do about it. | |||
| 211 | To check the entire current buffer, use @kbd{M-x ispell-buffer}. Use | 210 | To check the entire current buffer, use @kbd{M-x ispell-buffer}. Use |
| 212 | @kbd{M-x ispell-region} to check just the current region. To check | 211 | @kbd{M-x ispell-region} to check just the current region. To check |
| 213 | spelling in an email message you are writing, use @kbd{M-x | 212 | spelling in an email message you are writing, use @kbd{M-x |
| 214 | ispell-message}; that checks the whole buffer, but does not check | 213 | ispell-message}; that command checks the whole buffer, except for |
| 215 | material that is indented or appears to be cited from other messages. | 214 | material that is indented or appears to be cited from other messages. |
| 216 | 215 | ||
| 217 | @findex ispell | 216 | @findex ispell |
| @@ -223,7 +222,8 @@ spell-checks the current buffer. | |||
| 223 | Each time these commands encounter an incorrect word, they ask you | 222 | Each time these commands encounter an incorrect word, they ask you |
| 224 | what to do. They display a list of alternatives, usually including | 223 | what to do. They display a list of alternatives, usually including |
| 225 | several ``near-misses''---words that are close to the word being | 224 | several ``near-misses''---words that are close to the word being |
| 226 | checked. Then you must type a character. Here are the valid responses: | 225 | checked. Then you must type a single-character response. Here are |
| 226 | the valid responses: | ||
| 227 | 227 | ||
| 228 | @table @kbd | 228 | @table @kbd |
| 229 | @item @key{SPC} | 229 | @item @key{SPC} |
| @@ -252,7 +252,7 @@ editing session and for this buffer. | |||
| 252 | 252 | ||
| 253 | @item i | 253 | @item i |
| 254 | Insert this word in your private dictionary file so that Ispell will | 254 | Insert this word in your private dictionary file so that Ispell will |
| 255 | consider it correct it from now on, even in future sessions. | 255 | consider it correct from now on, even in future sessions. |
| 256 | 256 | ||
| 257 | @item u | 257 | @item u |
| 258 | Insert the lower-case version of this word in your private dic@-tion@-ary | 258 | Insert the lower-case version of this word in your private dic@-tion@-ary |
| @@ -264,8 +264,8 @@ information. | |||
| 264 | 264 | ||
| 265 | @item l @var{word} @key{RET} | 265 | @item l @var{word} @key{RET} |
| 266 | Look in the dictionary for words that match @var{word}. These words | 266 | Look in the dictionary for words that match @var{word}. These words |
| 267 | become the new list of ``near-misses''; you can select one of them to | 267 | become the new list of ``near-misses''; you can select one of them as |
| 268 | replace with by typing a digit. You can use @samp{*} in @var{word} as a | 268 | the replacement by typing a digit. You can use @samp{*} in @var{word} as a |
| 269 | wildcard. | 269 | wildcard. |
| 270 | 270 | ||
| 271 | @item C-g | 271 | @item C-g |
diff --git a/man/regs.texi b/man/regs.texi index 6052e04a711..40ffb472e6a 100644 --- a/man/regs.texi +++ b/man/regs.texi | |||
| @@ -90,7 +90,7 @@ Insert text from register @var{r} (@code{insert-register}). | |||
| 90 | @kbd{C-x r s @var{r}} stores a copy of the text of the region into | 90 | @kbd{C-x r s @var{r}} stores a copy of the text of the region into |
| 91 | the register named @var{r}. @kbd{C-u C-x r s @var{r}}, the same | 91 | the register named @var{r}. @kbd{C-u C-x r s @var{r}}, the same |
| 92 | command with a numeric argument, deletes the text from the buffer as | 92 | command with a numeric argument, deletes the text from the buffer as |
| 93 | well. | 93 | well; you can think of this as ``moving'' the region text into the register. |
| 94 | 94 | ||
| 95 | @kbd{C-x r i @var{r}} inserts in the buffer the text from register | 95 | @kbd{C-x r i @var{r}} inserts in the buffer the text from register |
| 96 | @var{r}. Normally it leaves point before the text and places the mark | 96 | @var{r}. Normally it leaves point before the text and places the mark |
| @@ -247,8 +247,8 @@ to the position of the bookmark at the same time. | |||
| 247 | To display a list of all your bookmarks in a separate buffer, type | 247 | To display a list of all your bookmarks in a separate buffer, type |
| 248 | @kbd{C-x r l} (@code{list-bookmarks}). If you switch to that buffer, | 248 | @kbd{C-x r l} (@code{list-bookmarks}). If you switch to that buffer, |
| 249 | you can use it to edit your bookmark definitions or annotate the | 249 | you can use it to edit your bookmark definitions or annotate the |
| 250 | bookmarks. Type @kbd{C-h m} in that buffer for more information about | 250 | bookmarks. Type @kbd{C-h m} in the bookmark buffer for more |
| 251 | its special editing commands. | 251 | information about its special editing commands. |
| 252 | 252 | ||
| 253 | When you kill Emacs, Emacs offers to save your bookmark values in your | 253 | When you kill Emacs, Emacs offers to save your bookmark values in your |
| 254 | default bookmark file, @file{~/.emacs.bmk}, if you have changed any | 254 | default bookmark file, @file{~/.emacs.bmk}, if you have changed any |