diff options
| -rw-r--r-- | man/sc.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sc.texi b/man/sc.texi index a940dcd8fb9..9828a3838f1 100644 --- a/man/sc.texi +++ b/man/sc.texi | |||
| @@ -236,7 +236,7 @@ string carrying details about the citation it is about to perform. | |||
| 236 | 236 | ||
| 237 | @cindex modeline | 237 | @cindex modeline |
| 238 | Next, Supercite visits each line in the reply, transforming the line | 238 | Next, Supercite visits each line in the reply, transforming the line |
| 239 | according to a customizable ``script''. Lines which were not previously | 239 | according to a customizable ``script.'' Lines which were not previously |
| 240 | cited in the original message are given a citation, while already cited | 240 | cited in the original message are given a citation, while already cited |
| 241 | lines remain untouched, or are coerced to your preferred style. | 241 | lines remain untouched, or are coerced to your preferred style. |
| 242 | Finally, Supercite installs a keymap into the reply buffer so that you | 242 | Finally, Supercite installs a keymap into the reply buffer so that you |
| @@ -797,7 +797,7 @@ original message is performed via a call through a configurable hook | |||
| 797 | variable. The name of this variable has been agreed to in advance as | 797 | variable. The name of this variable has been agreed to in advance as |
| 798 | part of the @dfn{citation interface specification}. By default this | 798 | part of the @dfn{citation interface specification}. By default this |
| 799 | hook variable has a @code{nil} value, which the MUA recognizes to mean, | 799 | hook variable has a @code{nil} value, which the MUA recognizes to mean, |
| 800 | ``use your default citation function''. When you add Supercite's | 800 | ``use your default citation function.'' When you add Supercite's |
| 801 | citation function to the hook, thereby giving the variable a | 801 | citation function to the hook, thereby giving the variable a |
| 802 | non-@code{nil} value, it tells the MUA to run the hook via | 802 | non-@code{nil} value, it tells the MUA to run the hook via |
| 803 | @code{run-hooks} instead of using the default citation.@refill | 803 | @code{run-hooks} instead of using the default citation.@refill |
| @@ -1215,7 +1215,7 @@ The modeline of the reply buffer should indicate that Supercite is | |||
| 1215 | active in that buffer by displaying the string @samp{SC}. | 1215 | active in that buffer by displaying the string @samp{SC}. |
| 1216 | 1216 | ||
| 1217 | @item | 1217 | @item |
| 1218 | @emph{Sets the ``Undo Boundary''.} | 1218 | @emph{Sets the ``Undo Boundary.''} |
| 1219 | @cindex undo boundary | 1219 | @cindex undo boundary |
| 1220 | Supercite sets an undo boundary before it begins to modify the original | 1220 | Supercite sets an undo boundary before it begins to modify the original |
| 1221 | yanked text. This allows you to easily undo Supercite's changes to | 1221 | yanked text. This allows you to easily undo Supercite's changes to |