diff options
| author | Paul Eggert | 2011-12-04 00:02:42 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-04 00:02:42 -0800 |
| commit | c80e3b4aed2e70eb6d8445d786c0df770094e9e1 (patch) | |
| tree | e44fe2f2604d66890ec2442ea23e73ee5011907a /lisp/view.el | |
| parent | a24bf23e0f6e5cea917b77cc455314cdcc31be5b (diff) | |
| download | emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.tar.gz emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/view.el')
| -rw-r--r-- | lisp/view.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/view.el b/lisp/view.el index a5349445964..7703719ba40 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -481,7 +481,7 @@ Entry to view-mode runs the normal hook `view-mode-hook'." | |||
| 481 | ;; sets view-read-only to t as a buffer-local variable | 481 | ;; sets view-read-only to t as a buffer-local variable |
| 482 | ;; after exiting View mode. That arranges that the next toggle-read-only | 482 | ;; after exiting View mode. That arranges that the next toggle-read-only |
| 483 | ;; will reenable View mode. | 483 | ;; will reenable View mode. |
| 484 | ;; Cancelling View mode in any other way should cancel that, too, | 484 | ;; Canceling View mode in any other way should cancel that, too, |
| 485 | ;; so that View mode stays off if toggle-read-only is called. | 485 | ;; so that View mode stays off if toggle-read-only is called. |
| 486 | (if (local-variable-p 'view-read-only) | 486 | (if (local-variable-p 'view-read-only) |
| 487 | (kill-local-variable 'view-read-only)) | 487 | (kill-local-variable 'view-read-only)) |