diff options
Diffstat (limited to 'winsup/doc/faq-using.xml')
-rw-r--r-- | winsup/doc/faq-using.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml index e4aee312a..00edbfd33 100644 --- a/winsup/doc/faq-using.xml +++ b/winsup/doc/faq-using.xml @@ -883,7 +883,7 @@ settings are for Emacs 21.1: ;; The M-x shell would continue to run standard Windows shell ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - (defun my-bash (&optional buffer) + (defun my-bash (&optional buffer) "Run Cygwin Bash shell in optional BUFFER; default *shell-bash*." (autoload 'comint-check-proc "comint") (interactive |