diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-05-20 17:18:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-05-20 17:18:41 +0000 |
commit | 65569e52bb33a4bc38c414f562d0a02b58fe8e67 (patch) | |
tree | 0f52b0e049c64ae55d94af51bbbd767e9c8d772b /lisp/play | |
parent | 2382b29dd30692e2e1aa04bc7fd6f9476e983fb7 (diff) | |
download | emacs-65569e52bb33a4bc38c414f562d0a02b58fe8e67.tar.gz |
(lm): Use "p" not "P" for interactive spec.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/landmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 68fa876e4b1..02a6dbc6942 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -1651,7 +1651,7 @@ none / 1 | yes | no You start by moving to a square and typing \\[lm-start-robot], if you did not use a prefix arg to ask for automatic start. Use \\[describe-mode] for more info." - (interactive "P") + (interactive "p") (setf lm-n nil lm-m nil) (lm-switch-to-window) |