aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-12-29 19:02:16 +0000
committerRichard M. Stallman1994-12-29 19:02:16 +0000
commit1ca92e2614abb2c4530f1840b5c2e415747908db (patch)
tree986d531faad8c5e68d1e0b2cd2617e2af8730d3d
parentdde69dbec88a89e9288aab03909d01c31aae3644 (diff)
downloademacs-1ca92e2614abb2c4530f1840b5c2e415747908db.tar.gz
emacs-1ca92e2614abb2c4530f1840b5c2e415747908db.zip
Fix typo in previous change.
-rw-r--r--lisp/startup.el2
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 "
539C-mouse-3 (third mouse button, with Control) gets a mode-specific menu.")) 539C-mouse-3 (third mouse button, with Control) gets a mode-specific menu."))