diff options
| author | Richard M. Stallman | 1993-09-17 16:50:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-09-17 16:50:01 +0000 |
| commit | 2051e259564b51fdbce1061dda060eb991e01850 (patch) | |
| tree | 1f58e96e41e6b317989841123a733b94454a7155 | |
| parent | 9c89d223b3224814262daab5064a0b9389cf8312 (diff) | |
| download | emacs-2051e259564b51fdbce1061dda060eb991e01850.tar.gz emacs-2051e259564b51fdbce1061dda060eb991e01850.zip | |
Fix typo in previous change.
| -rw-r--r-- | lisp/international/iso-acc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/iso-acc.el b/lisp/international/iso-acc.el index 4549ed9c584..e165b0d25f0 100644 --- a/lisp/international/iso-acc.el +++ b/lisp/international/iso-acc.el | |||
| @@ -138,7 +138,7 @@ | |||
| 138 | (defvar iso-accents-minor-mode nil | 138 | (defvar iso-accents-minor-mode nil |
| 139 | "*Non-nil enables ISO-accents mode. | 139 | "*Non-nil enables ISO-accents mode. |
| 140 | Setting this variable makes it local to the current buffer. | 140 | Setting this variable makes it local to the current buffer. |
| 141 | See `iso-accents-mode'." | 141 | See `iso-accents-mode'.") |
| 142 | (make-variable-buffer-local 'iso-accents-minor-mode) | 142 | (make-variable-buffer-local 'iso-accents-minor-mode) |
| 143 | 143 | ||
| 144 | ;; A minor mode map `iso-accents-prefix-map' is used to activate the | 144 | ;; A minor mode map `iso-accents-prefix-map' is used to activate the |