diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/play/landmark.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 57b865e7c71..f70c73a9df5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-05-20 Richard M. Stallman <rms@gnu.org> | 1 | 2001-05-20 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * play/landmark.el (lm): Use "p" not "P" for interactive spec. | ||
| 4 | |||
| 3 | * mail/rmail.el (rmail-retry-failure): Do save-window-excursion. | 5 | * mail/rmail.el (rmail-retry-failure): Do save-window-excursion. |
| 4 | 6 | ||
| 5 | * info.el (Info-read-subfile): Widen before finding the | 7 | * info.el (Info-read-subfile): Widen before finding the |
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 | |||
| 1651 | You start by moving to a square and typing \\[lm-start-robot], | 1651 | You start by moving to a square and typing \\[lm-start-robot], |
| 1652 | if you did not use a prefix arg to ask for automatic start. | 1652 | if you did not use a prefix arg to ask for automatic start. |
| 1653 | Use \\[describe-mode] for more info." | 1653 | Use \\[describe-mode] for more info." |
| 1654 | (interactive "P") | 1654 | (interactive "p") |
| 1655 | 1655 | ||
| 1656 | (setf lm-n nil lm-m nil) | 1656 | (setf lm-n nil lm-m nil) |
| 1657 | (lm-switch-to-window) | 1657 | (lm-switch-to-window) |