diff options
| author | Jesper Harder | 2004-04-10 14:52:47 +0000 |
|---|---|---|
| committer | Jesper Harder | 2004-04-10 14:52:47 +0000 |
| commit | 409e7710d9b5d502a066c66582c5da9c9b5efdf4 (patch) | |
| tree | cdae101a70710ae9e24612d0c481ab35b4f93712 | |
| parent | 1f3ddf11e81c4c707fe2f231d05012185b842403 (diff) | |
| download | emacs-409e7710d9b5d502a066c66582c5da9c9b5efdf4.tar.gz emacs-409e7710d9b5d502a066c66582c5da9c9b5efdf4.zip | |
Typo.
| -rw-r--r-- | man/ses.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ses.texi b/man/ses.texi index ef346fa8e02..e5f8059fd2a 100644 --- a/man/ses.texi +++ b/man/ses.texi | |||
| @@ -385,11 +385,11 @@ list. | |||
| 385 | @code{ses-mode-hook} is a normal mode hook (list of functions to | 385 | @code{ses-mode-hook} is a normal mode hook (list of functions to |
| 386 | execute when starting SES mode for a buffer). | 386 | execute when starting SES mode for a buffer). |
| 387 | 387 | ||
| 388 | The variable @code{safe-functions} is a a list of possibly-unsafe | 388 | The variable @code{safe-functions} is a list of possibly-unsafe |
| 389 | functions to be treated as safe when analysing formulas and printers. | 389 | functions to be treated as safe when analysing formulas and printers. |
| 390 | @xref{Virus protection}. Before customizing @code{safe-functions}, | 390 | @xref{Virus protection}. Before customizing @code{safe-functions}, |
| 391 | think about how much you trust the person who's suggesting this | 391 | think about how much you trust the person who's suggesting this |
| 392 | change. The value t turns off all anti-virus protection. A | 392 | change. The value @code{t} turns off all anti-virus protection. A |
| 393 | list-of-functions value might enable a ``gee whiz'' spreadsheet, but it | 393 | list-of-functions value might enable a ``gee whiz'' spreadsheet, but it |
| 394 | also creates trapdoors in your anti-virus armor. In order for virus | 394 | also creates trapdoors in your anti-virus armor. In order for virus |
| 395 | protection to work, you must always press @kbd{n} when presented with | 395 | protection to work, you must always press @kbd{n} when presented with |