diff options
| author | Richard M. Stallman | 1994-12-29 19:02:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-29 19:02:16 +0000 |
| commit | 1ca92e2614abb2c4530f1840b5c2e415747908db (patch) | |
| tree | 986d531faad8c5e68d1e0b2cd2617e2af8730d3d | |
| parent | dde69dbec88a89e9288aab03909d01c31aae3644 (diff) | |
| download | emacs-1ca92e2614abb2c4530f1840b5c2e415747908db.tar.gz emacs-1ca92e2614abb2c4530f1840b5c2e415747908db.zip | |
Fix typo in previous change.
| -rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index d42544b5b0d..bc39a0c39ff 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -533,7 +533,7 @@ Type \\[info] to enter Info, which you can use to read GNU documentation." | |||
| 533 | 533 | ||
| 534 | ;; Windows and MSDOS (currently) do not count as | 534 | ;; Windows and MSDOS (currently) do not count as |
| 535 | ;; window systems, but do have mouse support. | 535 | ;; window systems, but do have mouse support. |
| 536 | (if (or (memq (system-type '(msdos windowsnt))) | 536 | (if (or (memq system-type '(msdos windowsnt)) |
| 537 | window-system) | 537 | window-system) |
| 538 | (insert " | 538 | (insert " |
| 539 | C-mouse-3 (third mouse button, with Control) gets a mode-specific menu.")) | 539 | C-mouse-3 (third mouse button, with Control) gets a mode-specific menu.")) |