comparison lisp/eshell/eshell.el @ 42686:64274328203b

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 12 Jan 2002 21:41:26 +0000
parents 67b464da13ec
children 358616bbe6a1
comparison
equal deleted inserted replaced
42685:19bcfada1a55 42686:64274328203b
350 (defun eshell (&optional arg) 350 (defun eshell (&optional arg)
351 "Create an interactive Eshell buffer. 351 "Create an interactive Eshell buffer.
352 The buffer used for Eshell sessions is determined by the value of 352 The buffer used for Eshell sessions is determined by the value of
353 `eshell-buffer-name'. If there is already an Eshell session active in 353 `eshell-buffer-name'. If there is already an Eshell session active in
354 that buffer, Emacs will simply switch to it. Otherwise, a new session 354 that buffer, Emacs will simply switch to it. Otherwise, a new session
355 will begin. A new session is always created if the the prefix 355 will begin. A new session is always created if the prefix
356 argument ARG is specified. Returns the buffer selected (or created)." 356 argument ARG is specified. Returns the buffer selected (or created)."
357 (interactive "P") 357 (interactive "P")
358 (assert eshell-buffer-name) 358 (assert eshell-buffer-name)
359 (let ((buf (if arg 359 (let ((buf (if arg
360 (generate-new-buffer eshell-buffer-name) 360 (generate-new-buffer eshell-buffer-name)