aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRob Gilton <rob@adventurousmachines.com>2021-10-20 20:25:25 +0100
committerRob Gilton <rob@adventurousmachines.com>2021-10-20 20:25:25 +0100
commit46a6af9e1479074dc8be2e0a5716f6d803b0eb44 (patch)
tree07ea36ca7107b3905e80b755e6bdd6aadad13d20 /README.md
parentacad4fb2cfe27feb0ecbe07e51c364bfa5ea4f47 (diff)
Fix typo in README.md
s/exists/exits/
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5acd32c..a5fde98 100644
--- a/README.md
+++ b/README.md
@@ -300,7 +300,7 @@ A custom variable, `persp-state-default-file`, sets a default file to use for
saving and restoring perspectives. When it is set, `persp-state-save` may be
called non-interactively without an argument and it will save to the file
referenced by that variable. This makes it easy to automatically save
-perspective sessions when Emacs exists:
+perspective sessions when Emacs exits:
```
(add-hook 'kill-emacs-hook #'persp-state-save)