diff options
Diffstat (limited to 'doc/misc/autotype.texi')
| -rw-r--r-- | doc/misc/autotype.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi index 2e66c78a3cb..9d7a51233ff 100644 --- a/doc/misc/autotype.texi +++ b/doc/misc/autotype.texi | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | @c @cindex autotypist | 10 | @c @cindex autotypist |
| 11 | 11 | ||
| 12 | @copying | 12 | @copying |
| 13 | Copyright @copyright{} 1994-1995, 1999, 2001-2011 Free Software Foundation, Inc. | 13 | Copyright @copyright{} 1994-1995, 1999, 2001-2012 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission is granted to copy, distribute and/or modify this document |
| @@ -156,7 +156,7 @@ the point is normally left after that skeleton is inserted (@pxref{Using | |||
| 156 | Skeletons}). The point (@pxref{(emacs)Point}) is left at the next | 156 | Skeletons}). The point (@pxref{(emacs)Point}) is left at the next |
| 157 | interesting spot in the skeleton instead. | 157 | interesting spot in the skeleton instead. |
| 158 | 158 | ||
| 159 | A negative prefix means to do something similar with that many precedingly | 159 | A negative prefix means to do something similar with that many previously |
| 160 | marked interregions (@pxref{(emacs)Mark}). In the simplest case, if you type | 160 | marked interregions (@pxref{(emacs)Mark}). In the simplest case, if you type |
| 161 | @kbd{M--} just before issuing the skeleton command, that will wrap the | 161 | @kbd{M--} just before issuing the skeleton command, that will wrap the |
| 162 | skeleton around the current region, just like a positive argument would have | 162 | skeleton around the current region, just like a positive argument would have |
| @@ -419,7 +419,7 @@ inserting something. When this is @code{nil}, inserting is only done with | |||
| 419 | @kbd{M-x auto-insert}. When this is @code{function}, you are queried | 419 | @kbd{M-x auto-insert}. When this is @code{function}, you are queried |
| 420 | whenever @code{auto-insert} is called as a function, such as when Emacs | 420 | whenever @code{auto-insert} is called as a function, such as when Emacs |
| 421 | visits an empty file and you have set the above-mentioned hook. Otherwise | 421 | visits an empty file and you have set the above-mentioned hook. Otherwise |
| 422 | you are alway queried. | 422 | you are always queried. |
| 423 | 423 | ||
| 424 | @vindex auto-insert-prompt | 424 | @vindex auto-insert-prompt |
| 425 | When querying, the variable @code{auto-insert-prompt}'s value is used as a | 425 | When querying, the variable @code{auto-insert-prompt}'s value is used as a |
| @@ -510,7 +510,7 @@ inserting or updating the magic number. When this is @code{nil} updating | |||
| 510 | is only done with @kbd{M-x executable-set-magic}. When this is | 510 | is only done with @kbd{M-x executable-set-magic}. When this is |
| 511 | @code{function} you are queried whenever @code{executable-set-magic} is | 511 | @code{function} you are queried whenever @code{executable-set-magic} is |
| 512 | called as a function, such as when Emacs puts a buffer in Shell script | 512 | called as a function, such as when Emacs puts a buffer in Shell script |
| 513 | mode. Otherwise you are alway queried. | 513 | mode. Otherwise you are always queried. |
| 514 | 514 | ||
| 515 | @findex executable-self-display | 515 | @findex executable-self-display |
| 516 | @kbd{M-x executable-self-display} adds a magic number to the buffer, which | 516 | @kbd{M-x executable-self-display} adds a magic number to the buffer, which |