aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
authorChong Yidong2009-05-12 16:42:20 +0000
committerChong Yidong2009-05-12 16:42:20 +0000
commitb39d28c92ac4cf75c0a5f0a2511403dee0238909 (patch)
treede767871aaf7b610ca4864deb6fac79b3cf5e7ca /lisp/tutorial.el
parent7951ca5346fe01c95f5ab9dfe7c11e9c0d145f45 (diff)
downloademacs-b39d28c92ac4cf75c0a5f0a2511403dee0238909.tar.gz
emacs-b39d28c92ac4cf75c0a5f0a2511403dee0238909.zip
* tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorial
buffer, since that is what the tutorial text assumes.
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el
index 242d0fe3a32..7df71e02af8 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -773,9 +773,7 @@ Run the Viper tutorial? "))
773 current-language-environment 773 current-language-environment
774 "English"))) 774 "English")))
775 (filename (get-language-info lang 'tutorial)) 775 (filename (get-language-info lang 'tutorial))
776 ;; Choose a buffer name including the language so that 776 (tut-buf-name filename)
777 ;; several languages can be tested simultaneously:
778 (tut-buf-name (concat "TUTORIAL (" lang ")"))
779 (old-tut-buf (get-buffer tut-buf-name)) 777 (old-tut-buf (get-buffer tut-buf-name))
780 (old-tut-win (when old-tut-buf (get-buffer-window old-tut-buf t))) 778 (old-tut-win (when old-tut-buf (get-buffer-window old-tut-buf t)))
781 (old-tut-is-ok (when old-tut-buf 779 (old-tut-is-ok (when old-tut-buf