summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-04-17 01:17:39 +0000
committerRichard M. Stallman <rms@gnu.org>1998-04-17 01:17:39 +0000
commitad21fa0789eef677c123d4b6efcf3e62fa1ccb87 (patch)
tree8455f253051940e8e63d5bb599fa28270244fd05 /lisp
parent89ec7f07d158767b83ad4f7ed70e1729a25d64e4 (diff)
downloademacs-ad21fa0789eef677c123d4b6efcf3e62fa1ccb87.tar.gz
(help-with-tutorial): Locally bind file and filename.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/help.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 6d2ae57b08d..03824b0e124 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -177,7 +177,8 @@ With arg, you are asked to choose which language."
(read-language-name 'tutorial "Language: " "English")
(if (get-language-info current-language-environment 'tutorial)
current-language-environment
- "English"))))
+ "English")))
+ file filename)
(setq filename (get-language-info lang 'tutorial))
(setq file (expand-file-name (concat "~/" filename)))
(delete-other-windows)